// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Vrml_WWWInline_HeaderFile #define _Vrml_WWWInline_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TCollection_AsciiString_HeaderFile #include #endif #ifndef _gp_Vec_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif class TCollection_AsciiString; class gp_Vec; //! 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)
class Vrml_WWWInline { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT Vrml_WWWInline(); Standard_EXPORT Vrml_WWWInline(const TCollection_AsciiString& aName,const gp_Vec& aBboxSize,const gp_Vec& aBboxCenter); Standard_EXPORT void SetName(const TCollection_AsciiString& aName) ; Standard_EXPORT TCollection_AsciiString Name() const; Standard_EXPORT void SetBboxSize(const gp_Vec& aBboxSize) ; Standard_EXPORT gp_Vec BboxSize() const; Standard_EXPORT void SetBboxCenter(const gp_Vec& aBboxCenter) ; Standard_EXPORT gp_Vec BboxCenter() const; Standard_EXPORT Standard_OStream& Print(Standard_OStream& anOStream) const; protected: private: TCollection_AsciiString myName; gp_Vec myBboxSize; gp_Vec myBboxCenter; }; // other Inline functions and methods (like "C++: function call" methods) #endif