![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <gp_XYZ.hxx>#include <NCollection_Vec3.hxx>#include <Standard_TypeDef.hxx>#include <TCollection_AsciiString.hxx>Namespaces | |
| namespace | RWObj_Tools |
| Auxiliary tools for OBJ format parser. | |
Functions | |
| bool | RWObj_Tools::ReadVec3 (const char *thePos, char *&theNext, NCollection_Vec3< float > &theVec) |
| Read 3 float values. | |
| bool | RWObj_Tools::ReadVec3 (const char *thePos, char *&theNext, gp_XYZ &theVec) |
| Read 3 double values. | |
| bool | RWObj_Tools::ReadName (const char *thePos, TCollection_AsciiString &theName) |
| Read string. | |
| bool | RWObj_Tools::isSpaceChar (const char theChar) |
| Return true if specified char is a white space. | |