Public Member Functions | List of all members
STLAsciiParseManual Class Reference
Inheritance diagram for STLAsciiParseManual:
Inheritance graph
[legend]
Collaboration diagram for STLAsciiParseManual:
Collaboration graph
[legend]

Public Member Functions

 STLAsciiParseManual (const label approxNpoints)
 
void execute (std::istream &is)
 
- Public Member Functions inherited from STLAsciiParse
 STLAsciiParse (const label approxNpoints)
 
void clear ()
 
bool sorted () const
 
DynamicList< STLpoint > & points ()
 
DynamicList< label > & facets ()
 
DynamicList< word > & names ()
 
DynamicList< label > & sizes ()
 

Additional Inherited Members

- Protected Member Functions inherited from STLAsciiParse
void beginSolid (word solidName)
 
void beginFacet ()
 
void resetVertex ()
 
bool addVertexComponent (float val)
 
bool addVertexComponent (const char *text)
 
void endFacet ()
 
 STLAsciiParse (const STLAsciiParse &)=delete
 
void operator= (const STLAsciiParse &)=delete
 
- Protected Attributes inherited from STLAsciiParse
bool sorted_
 
label groupId_
 
label lineNum_
 
int nFacetPoints_
 
int nVertexCmpt_
 
STLpoint currVertex_
 
DynamicList< STLpointpoints_
 
DynamicList< label > facets_
 
DynamicList< wordnames_
 
DynamicList< label > sizes_
 
HashTable< label > nameLookup_
 

Detailed Description

Definition at line 57 of file STLAsciiParseManual.C.

Constructor & Destructor Documentation

◆ STLAsciiParseManual()

STLAsciiParseManual ( const label  approxNpoints)
inline

Definition at line 128 of file STLAsciiParseManual.C.

Member Function Documentation

◆ execute()

void execute ( std::istream &  is)

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