STLBinaryReader Class Reference

#include <STLBinaryReader.H>

Inheritance diagram for STLBinaryReader:

Inheritance graph
[legend]

List of all members.

Public Member Functions

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

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

Private Member Functions

void operator= (const STLBinaryReader &a_inputReader)


Constructor & Destructor Documentation

STLBinaryReader::STLBinaryReader (  ) 

Constructor - read from standard input.

STLBinaryReader::STLBinaryReader ( const string &  a_filename  ) 

Constructor - read from file name.

STLBinaryReader::~STLBinaryReader (  ) 

Destructor.


Member Function Documentation

string* STLBinaryReader::GetHeader (  )  const [virtual]

Return header information.

Implements STLReader.

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

Return number of elements.

Implements STLReader.

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

Return whether number of elements from header matches file.

Implements STLReader.

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

Return pointer to the mesh.

Implements STLReader.

void STLBinaryReader::ReadData ( istream &  a_file,
const int  offset 
) [protected, virtual]

Implements STLReader.

void STLBinaryReader::operator= ( const STLBinaryReader a_inputReader  )  [inline, private]

References MayDay::Abort().


Member Data Documentation

string* STLBinaryReader::m_header [protected]

int STLBinaryReader::m_ntri [protected]

Reimplemented from STLReader.

bool STLBinaryReader::m_ntriMatch [protected]

Reimplemented from STLReader.

Reimplemented from STLReader.


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

Generated on Fri Apr 5 04:25:18 2019 for Chombo + EB by  doxygen 1.5.5