00001 00005 class AnsysOutFilterUnBlockedCore : public AnsysOutFilterCore 00006 00007 { 00008 00009 private: 00010 00011 void beforeRedim (); 00012 void afterRedim (); 00013 00014 void readN (const String& line); 00015 void readEN ( String& line); 00016 void setN (const String& line); 00017 void setEN ( String& line); 00018 00019 public: 00020 00021 AnsysOutFilterUnBlockedCore (){} 00022 virtual ~AnsysOutFilterUnBlockedCore (){} 00023 }; 00024 00025