Open CASCADE Technology
6.5.4
|
defines a WWWInline node of VRML specifying group properties.
The WWWInline group node reads its children from anywhere in the
World Wide Web.
Exactly when its children are read is not defined;
reading the children may be delayed until the WWWInline is actually
displayed.
WWWInline with an empty ("") name does nothing.
WWWInline behaves like a Separator, pushing the traversal state
before traversing its children and popping it afterwards.
By defaults:
myName ("")
myBboxSize (0,0,0)
myBboxCenter (0,0,0)
#include <Vrml_WWWInline.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | Vrml_WWWInline () |
Vrml_WWWInline (const TCollection_AsciiString &aName, const gp_Vec &aBboxSize, const gp_Vec &aBboxCenter) | |
void | SetName (const TCollection_AsciiString &aName) |
TCollection_AsciiString | Name () const |
void | SetBboxSize (const gp_Vec &aBboxSize) |
gp_Vec | BboxSize () const |
void | SetBboxCenter (const gp_Vec &aBboxCenter) |
gp_Vec | BboxCenter () const |
Standard_OStream & | Print (Standard_OStream &anOStream) const |
Vrml_WWWInline::Vrml_WWWInline | ( | const TCollection_AsciiString & | aName, |
const gp_Vec & | aBboxSize, | ||
const gp_Vec & | aBboxCenter | ||
) |
gp_Vec Vrml_WWWInline::BboxCenter | ( | ) | const |
gp_Vec Vrml_WWWInline::BboxSize | ( | ) | const |
TCollection_AsciiString Vrml_WWWInline::Name | ( | ) | const |
Standard_OStream& Vrml_WWWInline::Print | ( | Standard_OStream & | anOStream | ) | const |
void Vrml_WWWInline::SetBboxCenter | ( | const gp_Vec & | aBboxCenter | ) |
void Vrml_WWWInline::SetBboxSize | ( | const gp_Vec & | aBboxSize | ) |
void Vrml_WWWInline::SetName | ( | const TCollection_AsciiString & | aName | ) |