// 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_Spliter_HeaderFile #define _LocOpe_Spliter_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _TopTools_DataMapOfShapeListOfShape_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif #ifndef _Handle_LocOpe_ProjectedWires_HeaderFile #include #endif class StdFail_NotDone; class Standard_NullObject; class Standard_NoSuchObject; class TopoDS_Shape; class LocOpe_ProjectedWires; class TopTools_ListOfShape; class LocOpe_Spliter { 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_Spliter(); //! Creates the algorithm on the shape .
LocOpe_Spliter(const TopoDS_Shape& S); //! Initializes the algorithm on the shape .
void Init(const TopoDS_Shape& S) ; Standard_EXPORT void Perform(const Handle(LocOpe_ProjectedWires)& PW) ; Standard_Boolean IsDone() const; //! Returns the new shape
const TopoDS_Shape& ResultingShape() const; //! Returns the initial shape
const TopoDS_Shape& Shape() const; //! Returns the faces which are the left of the
//! projected wires and which are
Standard_EXPORT const TopTools_ListOfShape& DirectLeft() const; //! Returns the faces of the "left" part on the shape.
//! (It is build from DirectLeft, with the faces
//! connected to this set, and so on...).
Standard_EXPORT const TopTools_ListOfShape& Left() const; //! Returns the list of descendant shapes of .
Standard_EXPORT const TopTools_ListOfShape& DescendantShapes(const TopoDS_Shape& S) ; protected: private: TopoDS_Shape myShape; Standard_Boolean myDone; TopoDS_Shape myRes; TopTools_DataMapOfShapeListOfShape myMap; TopTools_ListOfShape myDLeft; TopTools_ListOfShape myLeft; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif