// 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 _LocOpe_Generator_HeaderFile #define _LocOpe_Generator_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _Handle_LocOpe_GeneratedShape_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _TopTools_DataMapOfShapeListOfShape_HeaderFile #include #endif class LocOpe_GeneratedShape; class StdFail_NotDone; class Standard_NullObject; class Standard_NoSuchObject; class TopoDS_Shape; class TopTools_ListOfShape; class TopoDS_Face; class LocOpe_Generator { 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); } //! Empty constructor.
LocOpe_Generator(); //! Creates the algorithm on the shape .
LocOpe_Generator(const TopoDS_Shape& S); //! Initializes the algorithm on the shape .
void Init(const TopoDS_Shape& S) ; Standard_EXPORT void Perform(const Handle(LocOpe_GeneratedShape)& G) ; Standard_Boolean IsDone() const; //! Returns the new shape
const TopoDS_Shape& ResultingShape() const; //! Returns the initial shape
const TopoDS_Shape& Shape() const; //! Returns the descendant face of . may
//! belong to the original shape or to the "generated"
//! shape. The returned face may be a null shape
//! (when disappears).
Standard_EXPORT const TopTools_ListOfShape& DescendantFace(const TopoDS_Face& F) ; protected: private: TopoDS_Shape myShape; Handle_LocOpe_GeneratedShape myGen; Standard_Boolean myDone; TopoDS_Shape myRes; TopTools_DataMapOfShapeListOfShape myModShapes; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif