ESyS-Particle
4.0.1
|
implementation details for the mesh reader. Decouples Interface from implementation. More...
#include <MeshReaderImpl.h>
Public Types | |
typedef std::auto_ptr< NodeReader > | NodeReaderPtr |
typedef std::auto_ptr< TriReader > | TriReaderPtr |
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 |
implementation details for the mesh reader. Decouples Interface from implementation.
esys::lsm::MeshReader::Impl::Impl | ( | const string & | filename | ) |
construct MeshReader implementation from file
filename | the name of the file |