STLAsciiReader Class Reference

#include <STLAsciiReader.H>

Inheritance diagram for STLAsciiReader:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 STLAsciiReader ()
 Constructor - read from standard input.
 STLAsciiReader (const string &a_filename)
 Constructor - read from file name.
 ~STLAsciiReader ()
 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 STLAsciiReader &a_inputReader)


Constructor & Destructor Documentation

STLAsciiReader::STLAsciiReader (  ) 

Constructor - read from standard input.

STLAsciiReader::STLAsciiReader ( const string &  a_filename  ) 

Constructor - read from file name.

STLAsciiReader::~STLAsciiReader (  ) 

Destructor.


Member Function Documentation

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

Return header information.

Implements STLReader.

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

Return number of elements.

Implements STLReader.

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

Return whether number of elements from header matches file.

Implements STLReader.

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

Return pointer to the mesh.

Implements STLReader.

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

Implements STLReader.

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

References MayDay::Abort().


Member Data Documentation

string* STLAsciiReader::m_header [protected]

int STLAsciiReader::m_ntri [protected]

Reimplemented from STLReader.

bool STLAsciiReader::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