00001 00005 class AnsysInFilterCore : public AnsysFilterCore 00006 00007 { 00008 00009 private: 00010 00011 void beforeRedim (); 00012 void afterRedim (); 00013 00014 void readCSYS (const String& line); 00015 void readMAT (const String& line); 00016 void readTYPE (const String& line); 00017 void readET (const String& line); 00018 void readN (const String& line); 00019 void readEN ( String& line); 00020 void setN (const String& line); 00021 void setEN ( String& line); 00022 void readSFE (const String& line, 00023 int& nbind, 00024 bool before_redim); 00025 00026 public: 00027 00028 AnsysInFilterCore (){} 00029 virtual ~AnsysInFilterCore (){} 00030 }; 00031 00032