Diffpack Documentation

(Functionality not available, requires installation of an additional Diffpack Toolbox)


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

NastranElm2dpElm.h

Go to the documentation of this file.
00001 
00005 class NastranElm2dpElm : public ImportElm2dpElm
00006 
00007 {
00008 
00009 private:
00010 
00011   
00012   VecSimple(int) elmB8n2D;
00013   VecSimple(int) elmB20n3D;
00014   
00015   void initialize (); 
00016   
00017 public:
00018 
00019   NastranElm2dpElm ();
00020   ~NastranElm2dpElm ();
00021 
00022   virtual void setImportElmType (VecSimple(String)& tokens); 
00023 
00024   int getLocNodeNoInDpElm         (const int i);
00025   int getLocFaceNodeNoInDpElm     (const int face_no, const int i);
00026   virtual int getNoNodesInElmFace (const int face_no);
00027 };
00028 
00029 

Copyright © 2003 inuTech GmbH. All rights reserved.