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

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

Base class for File type recognition. More...

#include <meshImport2Dgeneral.hh>

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

List of all members.

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_

Detailed Description

Base class for File type recognition.

Definition at line 19 of file meshImport2Dgeneral.hh.


Member Enumeration Documentation

Enumerator:
ATTRIBUTES 
EDGCORR 
EDGRADIA 
DEFFILE 

Definition at line 21 of file meshImport2Dgeneral.hh.


Constructor & Destructor Documentation

concepts::File::File ( const std::string  file_name,
enum types  file_type 
)
concepts::File::File ( const File file)

Member Function Documentation

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.


Member Data Documentation

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.


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

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