#include <VrmlData_UnknownNode.hxx>
Inheritance diagram for VrmlData_UnknownNode:
Public Member Functions | |
VrmlData_UnknownNode () | |
VrmlData_UnknownNode (const VrmlData_Scene &theScene, const char *theName=0L, const char *theTitle=0L) | |
virtual Standard_EXPORT VrmlData_ErrorStatus | Read (VrmlData_InBuffer &theBuffer) |
const TCollection_AsciiString & | GetTitle () const |
virtual Standard_EXPORT Standard_Boolean | IsDefault () const |
Private Attributes | |
TCollection_AsciiString | myTitle |
|
Empty Constructor. |
|
Constructor. |
|
Query the title of the unknown node. |
|
Check if the Node is non-writeable -- always returns true. Reimplemented from VrmlData_Node. |
|
Read the unknown node, till the last closing brace of it. Implements VrmlData_Node. |
|
|