#include <meshImport2Dgeneral.hh>


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