// 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 _TopoDSToStep_MakeFacetedBrepAndBrepWithVoids_HeaderFile #define _TopoDSToStep_MakeFacetedBrepAndBrepWithVoids_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_StepShape_FacetedBrepAndBrepWithVoids_HeaderFile #include #endif #ifndef _TopoDSToStep_Root_HeaderFile #include #endif #ifndef _Handle_Transfer_FinderProcess_HeaderFile #include #endif class StepShape_FacetedBrepAndBrepWithVoids; class StdFail_NotDone; class TopoDS_Solid; class Transfer_FinderProcess; //! This class implements the mapping between classes
//! Solid from TopoDS and FacetedBrepAndBrepWithVoids from
//! StepShape. All the topology and geometry comprised
//! into the shell or the solid are taken into account and
//! translated.
class TopoDSToStep_MakeFacetedBrepAndBrepWithVoids : public TopoDSToStep_Root { 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 TopoDSToStep_MakeFacetedBrepAndBrepWithVoids(const TopoDS_Solid& S,const Handle(Transfer_FinderProcess)& FP); Standard_EXPORT const Handle_StepShape_FacetedBrepAndBrepWithVoids& Value() const; protected: private: Handle_StepShape_FacetedBrepAndBrepWithVoids theFacetedBrepAndBrepWithVoids; }; // other Inline functions and methods (like "C++: function call" methods) #endif