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