Base class for File type recognition. More...
#include <meshImport2Dgeneral.hh>


Public Types | |
| enum | types { ATTRIBUTES, EDGCORR, EDGRADIA, DEFFILE } |
Public Member Functions | |
| File (const std::string file_name, enum types file_type) | |
| File (const File &file) | |
| const std::string | name () const |
| enum types | type () const |
Protected Attributes | |
| std::string | name_ |
| enum types | type_ |
Base class for File type recognition.
Definition at line 19 of file meshImport2Dgeneral.hh.
Definition at line 21 of file meshImport2Dgeneral.hh.
| concepts::File::File | ( | const std::string | file_name, |
| enum types | file_type | ||
| ) |
| concepts::File::File | ( | const File & | file | ) |
| const std::string concepts::File::name | ( | ) | const [inline] |
Definition at line 25 of file meshImport2Dgeneral.hh.
| enum types concepts::File::type | ( | ) | const [inline] |
Definition at line 24 of file meshImport2Dgeneral.hh.
std::string concepts::File::name_ [protected] |
Definition at line 28 of file meshImport2Dgeneral.hh.
enum types concepts::File::type_ [protected] |
Definition at line 27 of file meshImport2Dgeneral.hh.