OpenMEEG
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
OpenMEEG::GeometryReader Class Reference

A class to read geometry and cond file. More...

#include <geometry_reader.h>

Collaboration diagram for OpenMEEG::GeometryReader:
Collaboration graph
[legend]

Public Member Functions

 GeometryReader (Geometry &g)
 
void read_geom (const std::string &)
 read a geometry file More...
 
void read_cond (const std::string &)
 read a cond file More...
 

Private Member Functions

bool is_relative_path (const std::string &name)
 

Private Attributes

Geometrygeom
 

Static Private Attributes

static const char PathSeparator = '/'
 

Detailed Description

A class to read geometry and cond file.

Definition at line 52 of file geometry_reader.h.

Constructor & Destructor Documentation

OpenMEEG::GeometryReader::GeometryReader ( Geometry g)
inline

Definition at line 54 of file geometry_reader.h.

Member Function Documentation

void OpenMEEG::GeometryReader::read_geom ( const std::string &  geometry)

read a geometry file

< version of the domain description

Definition at line 91 of file geometry_reader.h.

void OpenMEEG::GeometryReader::read_cond ( const std::string &  condFileName)

read a cond file

Definition at line 391 of file geometry_reader.h.

bool OpenMEEG::GeometryReader::is_relative_path ( const std::string &  name)
private
Returns
true if name is a realtive path.
Parameters
name

Definition at line 77 of file geometry_reader.h.

Member Data Documentation

Geometry& OpenMEEG::GeometryReader::geom
private

Definition at line 63 of file geometry_reader.h.

const char OpenMEEG::GeometryReader::PathSeparator = '/'
staticprivate

Definition at line 70 of file geometry_reader.h.


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