| Namespaces | |
| namespace | RWObj_Tools | 
| Auxiliary tools for OBJ format parser. | |
| Functions | |
| bool | RWObj_Tools::ReadVec3 (const char *thePos, char *&theNext, Graphic3d_Vec3 &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. | |