ESyS-Particle  4.0.1
Public Types | Public Member Functions | Public Attributes | List of all members
esys::lsm::Mesh2DReader::Impl Class Reference

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

#include <Mesh2DReaderImpl.h>

Collaboration diagram for esys::lsm::Mesh2DReader::Impl:
Collaboration graph
[legend]

Public Types

typedef std::auto_ptr
< Node2DReader
NodeReaderPtr
typedef std::auto_ptr
< Edge2DReader
EdgeReaderPtr
typedef std::auto_ptr< istream > IStreamPtr

Public Member Functions

 Impl (const string &)
void initialise ()

Public Attributes

NodeReaderPtr m_node_reader_ptr
EdgeReaderPtr m_edge_reader_ptr
IStreamPtr m_istream_ptr
string m_file_name

Detailed Description

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

Author
Steffen Abe $Date$ $Revision$

Constructor & Destructor Documentation

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

construct Mesh2DReader implementation from file

Parameters
filenamethe name of the file

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