Go to the documentation of this file.
13 #ifndef __MESH2DREADERIMPL_H
14 #define __MESH2DREADERIMPL_H
63 #endif // __MESH2DREADERIMPL_H
std::auto_ptr< Edge2DReader > EdgeReaderPtr
Definition: Mesh2DReaderImpl.h:47
Impl(const string &)
Definition: Mesh2DReaderImpl.cpp:37
implementation details for the 2d mesh reader. Decouples Interface from implementation.
Definition: Mesh2DReaderImpl.h:43
NodeReaderPtr m_node_reader_ptr
Definition: Mesh2DReaderImpl.h:51
string m_file_name
Definition: Mesh2DReaderImpl.h:54
read a block of edges from a Finley 2D mesh file.
Definition: Mesh2DReader.h:54
Definition: CheckPointable.cpp:17
void initialise()
Definition: Mesh2DReaderImpl.cpp:42
Console & XDebug()
set verbose level of next message to "xdg"
std::auto_ptr< istream > IStreamPtr
Definition: Mesh2DReaderImpl.h:48
EdgeReaderPtr m_edge_reader_ptr
Definition: Mesh2DReaderImpl.h:52
read a block of 2D nodes from a Finley mesh file.
Definition: Mesh2DReader.h:38
IStreamPtr m_istream_ptr
Definition: Mesh2DReaderImpl.h:53
Console console
Definition: console.cpp:25
std::auto_ptr< Node2DReader > NodeReaderPtr
Definition: Mesh2DReaderImpl.h:46