Open CASCADE Technology  6.9.1
Data Structures | Macros | Functions
VrmlData_Node.hxx File Reference
#include <Standard_Type.hxx>
#include <NCollection_List.hxx>
#include <Standard_DefineHandle.hxx>
#include <Standard_TypeDef.hxx>
#include <TCollection_AsciiString.hxx>
#include <VrmlData_ErrorStatus.hxx>

Data Structures

class  VrmlData_Node
 

Macros

#define VRMLDATA_LCOMPARE(aa, bb)   ((strncmp (aa, bb, sizeof(bb)-1)) ? 0L : (aa += sizeof(bb)-1))
 

Functions

Standard_Integer HashCode (const Handle< VrmlData_Node > &theNode, const Standard_Integer theUpper)
 
Standard_Boolean IsEqual (const Handle< VrmlData_Node > &theOne, const Handle< VrmlData_Node > &theTwo)
 

Macro Definition Documentation

#define VRMLDATA_LCOMPARE (   aa,
  bb 
)    ((strncmp (aa, bb, sizeof(bb)-1)) ? 0L : (aa += sizeof(bb)-1))

Function Documentation

Standard_Integer HashCode ( const Handle< VrmlData_Node > &  theNode,
const Standard_Integer  theUpper 
)
Standard_Boolean IsEqual ( const Handle< VrmlData_Node > &  theOne,
const Handle< VrmlData_Node > &  theTwo 
)