Go to the documentation of this file.
13 #ifndef __MESHREADERIMPL_H
14 #define __MESHREADERIMPL_H
63 #endif // __MESHREADERIMPL_H
read a block of nodes from a Finley mesh file.
Definition: MeshReader.h:38
Console & Debug()
set verbose level of next message to "dbg"
NodeReaderPtr m_node_reader_ptr
Definition: MeshReaderImpl.h:51
std::auto_ptr< NodeReader > NodeReaderPtr
Definition: MeshReaderImpl.h:46
void initialise()
Definition: MeshReaderImpl.cpp:43
implementation details for the mesh reader. Decouples Interface from implementation.
Definition: MeshReaderImpl.h:43
TriReaderPtr m_tri_reader_ptr
Definition: MeshReaderImpl.h:52
Definition: CheckPointable.cpp:17
string m_file_name
Definition: MeshReaderImpl.h:54
Impl(const string &)
Definition: MeshReaderImpl.cpp:37
IStreamPtr m_istream_ptr
Definition: MeshReaderImpl.h:53
std::auto_ptr< TriReader > TriReaderPtr
Definition: MeshReaderImpl.h:47
read a block of triangles from a Finley mesh file.
Definition: MeshReader.h:54
std::auto_ptr< istream > IStreamPtr
Definition: MeshReaderImpl.h:48
Console console
Definition: console.cpp:25