// 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 _TopOpeBRepBuild_ShapeListOfShape_HeaderFile #define _TopOpeBRepBuild_ShapeListOfShape_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif class TopoDS_Shape; class TopTools_ListOfShape; //! represent shape + a list of shape
class TopOpeBRepBuild_ShapeListOfShape { 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 TopOpeBRepBuild_ShapeListOfShape(); Standard_EXPORT TopOpeBRepBuild_ShapeListOfShape(const TopoDS_Shape& S); Standard_EXPORT TopOpeBRepBuild_ShapeListOfShape(const TopoDS_Shape& S,const TopTools_ListOfShape& L); Standard_EXPORT const TopTools_ListOfShape& List() const; Standard_EXPORT TopTools_ListOfShape& ChangeList() ; Standard_EXPORT const TopoDS_Shape& Shape() const; Standard_EXPORT TopoDS_Shape& ChangeShape() ; protected: private: TopTools_ListOfShape myList; TopoDS_Shape myShape; }; // other Inline functions and methods (like "C++: function call" methods) #endif