// 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_MakeShellBasedSurfaceModel_HeaderFile #define _TopoDSToStep_MakeShellBasedSurfaceModel_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_StepShape_ShellBasedSurfaceModel_HeaderFile #include #endif #ifndef _TopoDSToStep_Root_HeaderFile #include #endif #ifndef _Handle_Transfer_FinderProcess_HeaderFile #include #endif class StepShape_ShellBasedSurfaceModel; class StdFail_NotDone; class TopoDS_Face; class Transfer_FinderProcess; class TopoDS_Shell; class TopoDS_Solid; //! This class implements the mapping between classes
//! Face, Shell or Solid from TopoDS and ShellBasedSurfaceModel
//! from StepShape. All the topology and geometry comprised
//! into the shape are taken into account and translated.
class TopoDSToStep_MakeShellBasedSurfaceModel : 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_MakeShellBasedSurfaceModel(const TopoDS_Face& F,const Handle(Transfer_FinderProcess)& FP); Standard_EXPORT TopoDSToStep_MakeShellBasedSurfaceModel(const TopoDS_Shell& S,const Handle(Transfer_FinderProcess)& FP); Standard_EXPORT TopoDSToStep_MakeShellBasedSurfaceModel(const TopoDS_Solid& S,const Handle(Transfer_FinderProcess)& FP); Standard_EXPORT const Handle_StepShape_ShellBasedSurfaceModel& Value() const; protected: private: Handle_StepShape_ShellBasedSurfaceModel theShellBasedSurfaceModel; }; // other Inline functions and methods (like "C++: function call" methods) #endif