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  

AnsysFilter.h

Go to the documentation of this file.
00001 
00005 class AnsysFilter : public GridFilter
00006 
00007 {
00008 
00009 public:
00010 
00011   enum AnsysFilterType {input, output_blocked, output_unblocked, unknown};
00012 
00013 private:
00014 
00015   void importUsage (); 
00016 
00017   
00018   AnsysFilter :: AnsysFilterType autoDetect (const String& file_name); 
00019 
00020 public:
00021 
00022   AnsysFilter (){}
00023   virtual ~AnsysFilter (){}
00024 
00025   void import2dp 
00026   (
00027     const String& import_file_name,
00028     GridFE& grid_,
00029     bool save_grid_file,
00030     const String& bo_ind_file_name,
00031     Format_type format = ASCII,
00032     bool make_logfile = false
00033   );
00034 };
00035 
00036 

Copyright © 2003 inuTech GmbH. All rights reserved.