#include <STLAsciiReader.H>
|
void | ReadData (istream &a_file, const int offset) |
|
◆ STLAsciiReader() [1/2]
STLAsciiReader::STLAsciiReader |
( |
| ) |
|
Constructor - read from standard input.
◆ STLAsciiReader() [2/2]
STLAsciiReader::STLAsciiReader |
( |
const string & |
a_filename | ) |
|
Constructor - read from file name.
◆ ~STLAsciiReader()
STLAsciiReader::~STLAsciiReader |
( |
| ) |
|
◆ GetHeader()
string* STLAsciiReader::GetHeader |
( |
| ) |
const |
|
virtual |
Return header information.
Implements STLReader.
◆ GetNtri()
void STLAsciiReader::GetNtri |
( |
int & |
a_ntri | ) |
const |
|
virtual |
Return number of elements.
Implements STLReader.
◆ GetNtriMatch()
void STLAsciiReader::GetNtriMatch |
( |
bool & |
a_ntriMatch | ) |
const |
|
virtual |
Return whether number of elements from header matches file.
Implements STLReader.
◆ GetMesh()
Return pointer to the mesh.
Implements STLReader.
◆ ReadData()
void STLAsciiReader::ReadData |
( |
istream & |
a_file, |
|
|
const int |
offset |
|
) |
| |
|
protectedvirtual |
◆ operator=()
void STLAsciiReader::operator= |
( |
const STLAsciiReader & |
a_inputReader | ) |
|
|
inlineprivate |
◆ m_header
string* STLAsciiReader::m_header |
|
protected |
◆ m_ntri
int STLAsciiReader::m_ntri |
|
protected |
◆ m_ntriMatch
bool STLAsciiReader::m_ntriMatch |
|
protected |
◆ m_stlmesh
The documentation for this class was generated from the following file: