Open CASCADE Technology  7.7.0
Namespaces | Functions

RWObj_Tools.hxx File Reference

#include <gp_XYZ.hxx>
#include <Graphic3d_Vec3.hxx>
#include <TCollection_AsciiString.hxx>

Namespaces

 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. More...
 
bool RWObj_Tools::ReadVec3 (const char *thePos, char *&theNext, gp_XYZ &theVec)
 Read 3 double values. More...
 
bool RWObj_Tools::ReadName (const char *thePos, TCollection_AsciiString &theName)
 Read string. More...
 
bool RWObj_Tools::isSpaceChar (const char theChar)
 Return true if specified char is a white space. More...