Chombo + EB + MF  3.2
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
STLBinaryReader Class Reference

#include <STLBinaryReader.H>

Inheritance diagram for STLBinaryReader:
Inheritance graph
[legend]

Public Member Functions

 STLBinaryReader ()
 Constructor - read from standard input. More...
 
 STLBinaryReader (const string &a_filename)
 Constructor - read from file name. More...
 
 ~STLBinaryReader ()
 Destructor. More...
 
string * GetHeader () const
 Return header information. More...
 
void GetNtri (int &a_ntri) const
 Return number of elements. More...
 
void GetNtriMatch (bool &a_ntriMatch) const
 Return whether number of elements from header matches file. More...
 
RefCountedPtr< STLMeshGetMesh () const
 Return pointer to the mesh. More...
 
- Public Member Functions inherited from STLReader
 STLReader ()
 Constructor - read from standard input. More...
 
virtual ~STLReader ()
 Destructor. More...
 

Protected Member Functions

void ReadData (istream &a_file, const int offset)
 

Protected Attributes

string * m_header
 
int m_ntri
 
bool m_ntriMatch
 
RefCountedPtr< STLMeshm_stlmesh
 
- Protected Attributes inherited from STLReader
int m_ntri
 
bool m_ntriMatch
 
RefCountedPtr< STLMeshm_stlmesh
 

Private Member Functions

void operator= (const STLBinaryReader &a_inputReader)
 

Constructor & Destructor Documentation

◆ STLBinaryReader() [1/2]

STLBinaryReader::STLBinaryReader ( )

Constructor - read from standard input.

◆ STLBinaryReader() [2/2]

STLBinaryReader::STLBinaryReader ( const string &  a_filename)

Constructor - read from file name.

◆ ~STLBinaryReader()

STLBinaryReader::~STLBinaryReader ( )

Destructor.

Member Function Documentation

◆ GetHeader()

string* STLBinaryReader::GetHeader ( ) const
virtual

Return header information.

Implements STLReader.

◆ GetNtri()

void STLBinaryReader::GetNtri ( int &  a_ntri) const
virtual

Return number of elements.

Implements STLReader.

◆ GetNtriMatch()

void STLBinaryReader::GetNtriMatch ( bool &  a_ntriMatch) const
virtual

Return whether number of elements from header matches file.

Implements STLReader.

◆ GetMesh()

RefCountedPtr<STLMesh> STLBinaryReader::GetMesh ( ) const
virtual

Return pointer to the mesh.

Implements STLReader.

◆ ReadData()

void STLBinaryReader::ReadData ( istream &  a_file,
const int  offset 
)
protectedvirtual

Implements STLReader.

◆ operator=()

void STLBinaryReader::operator= ( const STLBinaryReader a_inputReader)
inlineprivate

References MayDay::Abort().

Member Data Documentation

◆ m_header

string* STLBinaryReader::m_header
protected

◆ m_ntri

int STLBinaryReader::m_ntri
protected

◆ m_ntriMatch

bool STLBinaryReader::m_ntriMatch
protected

◆ m_stlmesh

RefCountedPtr<STLMesh> STLBinaryReader::m_stlmesh
protected

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