ESyS-Particle  2.3.4
esys::lsm::MeshReader::Impl Class Reference

implementation details for the mesh reader. Decouples Interface from implementation. More...

#include <MeshReaderImpl.h>

Collaboration diagram for esys::lsm::MeshReader::Impl:

Public Types

typedef std::auto_ptr< NodeReaderNodeReaderPtr
 
typedef std::auto_ptr< TriReaderTriReaderPtr
 
typedef std::auto_ptr< istream > IStreamPtr
 

Public Member Functions

 Impl (const string &)
 
void initialise ()
 

Public Attributes

NodeReaderPtr m_node_reader_ptr
 
TriReaderPtr m_tri_reader_ptr
 
IStreamPtr m_istream_ptr
 
string m_file_name
 

Detailed Description

implementation details for the mesh reader. Decouples Interface from implementation.

Author
Steffen Abe $Date$ $Revision$

Member Typedef Documentation

◆ IStreamPtr

typedef std::auto_ptr<istream> esys::lsm::MeshReader::Impl::IStreamPtr

◆ NodeReaderPtr

◆ TriReaderPtr

Constructor & Destructor Documentation

◆ Impl()

esys::lsm::MeshReader::Impl::Impl ( const string &  filename)

construct MeshReader implementation from file

Parameters
filenamethe name of the file

Member Function Documentation

◆ initialise()

void esys::lsm::MeshReader::Impl::initialise ( )

References console, and Console::Debug().

Referenced by esys::lsm::MeshReader::MeshReader().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_file_name

string esys::lsm::MeshReader::Impl::m_file_name

◆ m_istream_ptr

IStreamPtr esys::lsm::MeshReader::Impl::m_istream_ptr

◆ m_node_reader_ptr

NodeReaderPtr esys::lsm::MeshReader::Impl::m_node_reader_ptr

◆ m_tri_reader_ptr

TriReaderPtr esys::lsm::MeshReader::Impl::m_tri_reader_ptr

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