triSurfaceSTLCore Struct Reference
Inheritance diagram for triSurfaceSTLCore:
[legend]
Collaboration diagram for triSurfaceSTLCore:
[legend]

Additional Inherited Members

- Public Types inherited from STLCore
enum  STLFormat { ASCII , BINARY , UNKNOWN }
 Enumeration for the format of data in the stream. More...
 
- Protected Member Functions inherited from STLCore
 STLCore ()=default
 Default construct. More...
 
- Static Protected Member Functions inherited from STLCore
static bool isBinaryName (const fileName &filename, const STLFormat format)
 Detect 'stlb' extension as binary when format = UNKNOWN. More...
 
static int detectBinaryHeader (const fileName &filename)
 Check contents to detect if the file is a binary STL. More...
 
static std::unique_ptr< std::istream > readBinaryHeader (const fileName &filename, label &nTrisEstimated)
 Read STL binary file header. More...
 
static void writeBinaryHeader (ostream &os, uint32_t nTris)
 Write STL binary file and number of triangles to stream. More...
 

Detailed Description

Definition at line 37 of file triSurfaceSTLformat.C.


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