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  

AnsysFilterCore.h

Go to the documentation of this file.
00001 
00005 class AnsysFilterCore : public GridFilterCore
00006 
00007 {
00008 
00009 protected:
00010 
00011   AnsysElm2dpElm pie;
00012   int material_type;
00013   int elm_type;
00014   VecSimple(String) ansys_elm; 
00015 
00016   virtual void readD   (const String& line, int& nbind, 
00017                         bool before_redim);       
00018   virtual void readF   (const String& line, int& nbind, 
00019                         bool before_redim);       
00020   virtual void readSF  (const String& line, int& nbind, 
00021                         bool before_redim);       
00022   virtual void readBF  (const String& line, int& nbind, 
00023                         bool before_redim);       
00024   virtual void readBFE (const String& line, int& nbind, 
00025                         bool before_redim);       
00026   virtual void readSFE (const String& line, int& nbind, 
00027                         bool before_redim) = 0;   
00028 
00029 public:
00030 
00031   AnsysFilterCore (){}
00032   virtual ~AnsysFilterCore (){}
00033 };
00034 
00035 

Copyright © 2003 inuTech GmbH. All rights reserved.