Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Types | Public Member Functions | Protected Attributes
concepts::AttributesFile Class Reference

#include <meshImport2Dgeneral.hh>

Inheritance diagram for concepts::AttributesFile:
Inheritance graph
[legend]
Collaboration diagram for concepts::AttributesFile:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

Definition at line 31 of file meshImport2Dgeneral.hh.


Member Enumeration Documentation

enum concepts::File::types [inherited]
Enumerator:
ATTRIBUTES 
EDGCORR 
EDGRADIA 
DEFFILE 

Definition at line 21 of file meshImport2Dgeneral.hh.


Constructor & Destructor Documentation

concepts::AttributesFile::AttributesFile ( const std::string  file_name)

Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)