Open CASCADE Technology  7.1.0.beta
Public Member Functions

Vrml_WWWInline Class Reference

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) More...

#include <Vrml_WWWInline.hxx>

Public Member Functions

 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_OStreamPrint (Standard_OStream &anOStream) const
 

Detailed Description

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)

Constructor & Destructor Documentation

Vrml_WWWInline::Vrml_WWWInline ( )
Vrml_WWWInline::Vrml_WWWInline ( const TCollection_AsciiString aName,
const gp_Vec aBboxSize,
const gp_Vec aBboxCenter 
)

Member Function Documentation

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)

The documentation for this class was generated from the following file: