// 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 _VrmlConverter_HLRShape_HeaderFile #define _VrmlConverter_HLRShape_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif #ifndef _Handle_VrmlConverter_Drawer_HeaderFile #include #endif #ifndef _Handle_VrmlConverter_Projector_HeaderFile #include #endif class TopoDS_Shape; class VrmlConverter_Drawer; class VrmlConverter_Projector; //! HLRShape - computes the presentation of objects
//! with removal of their hidden lines for a specific
//! projector, converts them into VRML objects and
//! writes (adds) them into anOStream. All requested
//! properties of the representation are specify in
//! aDrawer of Drawer class. This kind of the presentation
//! is converted into IndexedLineSet and if they are defined
//! in Projector into :
//! PerspectiveCamera,
//! OrthographicCamera,
//! DirectionLight,
//! PointLight,
//! SpotLight
//! from Vrml package.
class VrmlConverter_HLRShape { 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 static void Add(Standard_OStream& anOStream,const TopoDS_Shape& aShape,const Handle(VrmlConverter_Drawer)& aDrawer,const Handle(VrmlConverter_Projector)& aProjector) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif