// 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 _BooleanOperations_ShapeAndInterferences_HeaderFile #define _BooleanOperations_ShapeAndInterferences_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Bnd_Box_HeaderFile #include #endif #ifndef _BooleanOperations_AncestorsAndSuccessors_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _BooleanOperations_StateOfShape_HeaderFile #include #endif #ifndef _TopAbs_ShapeEnum_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _TopAbs_Orientation_HeaderFile #include #endif class BooleanOperations_ShapesDataStructure; class TopoDS_Shape; class Bnd_Box; class BooleanOperations_ShapeAndInterferences { 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); } void operator delete (void *,void *) { } Standard_EXPORT BooleanOperations_ShapeAndInterferences(); const TopoDS_Shape& GetShape() const; TopAbs_ShapeEnum GetShapeType() const; BooleanOperations_StateOfShape GetState() const; void SetState(const BooleanOperations_StateOfShape theState) ; const Bnd_Box& GetBoundingBox() const; Standard_Integer NumberOfAncestors() const; Standard_Integer NumberOfSuccessors() const; Standard_Integer GetAncestor(const Standard_Integer index) const; Standard_Integer GetSuccessor(const Standard_Integer index) const; void GetAncestors(Standard_Address& theArrayOfAncestors,Standard_Integer& AncestorsSize) const; void GetSuccessors(Standard_Address& theArrayOfSuccessors,Standard_Integer& SuccessorsSize) const; TopAbs_Orientation GetOrientation(const Standard_Integer index) const; //! sets an interference in .
//! to display the fields.
void GetOrientations(Standard_Address& theArrayOfOrientations,Standard_Integer& OrientationsSize) const; friend class BooleanOperations_ShapesDataStructure; protected: private: Bnd_Box myBoundingBox; BooleanOperations_AncestorsAndSuccessors myAncestorsAndSuccessors; TopoDS_Shape myShape; BooleanOperations_StateOfShape myState; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif