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