|
Open CASCADE Technology 6.5.2
|
defines a Info node of VRML specifying properties of geometry
and its appearance.
It is used to store information in the scene graph,
Typically for application-specific purposes, copyright messages,
or other strings.
#include <Vrml_Info.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Vrml_Info (const TCollection_AsciiString &aString="<Undefined info>") | |
| void | SetString (const TCollection_AsciiString &aString) |
| TCollection_AsciiString | String () const |
| Standard_OStream & | Print (Standard_OStream &anOStream) const |
| Vrml_Info::Vrml_Info | ( | const TCollection_AsciiString & | aString = "<Undefined info>" | ) |
| void Vrml_Info::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Vrml_Info::operator new | ( | size_t | size | ) | [inline] |
| void* Vrml_Info::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_OStream& Vrml_Info::Print | ( | Standard_OStream & | anOStream | ) | const |
| void Vrml_Info::SetString | ( | const TCollection_AsciiString & | aString | ) |
| TCollection_AsciiString Vrml_Info::String | ( | ) | const |
1.7.4