Open CASCADE Technology
6.9.0
|
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. More...
#include <Vrml_Info.hxx>
Public Member Functions | |
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 |
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.
Vrml_Info::Vrml_Info | ( | const TCollection_AsciiString & | aString = "<Undefined info>" | ) |
Standard_OStream& Vrml_Info::Print | ( | Standard_OStream & | anOStream | ) | const |
void Vrml_Info::SetString | ( | const TCollection_AsciiString & | aString | ) |
TCollection_AsciiString Vrml_Info::String | ( | ) | const |