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