

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... | |
Definition at line 30 of file triSurfaceSTLformat.C.