// 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 _BRepSweep_Tool_HeaderFile #define _BRepSweep_Tool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopTools_IndexedMapOfShape_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TopAbs_ShapeEnum_HeaderFile #include #endif #ifndef _TopAbs_Orientation_HeaderFile #include #endif class Standard_OutOfRange; class TopoDS_Shape; //! Provides the indexation and type analysis services
//! required by the TopoDS generating Shape of BRepSweep.
//!
class BRepSweep_Tool { 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); } //! Initialize the tool with . The IndexTool
//! must prepare an indexation for all the subshapes
//! of this shape.
Standard_EXPORT BRepSweep_Tool(const TopoDS_Shape& aShape); //! Returns the number of subshapes in the shape.
Standard_EXPORT Standard_Integer NbShapes() const; //! Returns the index of .
Standard_EXPORT Standard_Integer Index(const TopoDS_Shape& aShape) const; //! Returns the Shape at Index anIdex.
Standard_EXPORT TopoDS_Shape Shape(const Standard_Integer anIndex) const; //! Returns the type of .
Standard_EXPORT TopAbs_ShapeEnum Type(const TopoDS_Shape& aShape) const; //! Returns the Orientation of .
Standard_EXPORT TopAbs_Orientation Orientation(const TopoDS_Shape& aShape) const; //! Set the Orientation of with Or.
Standard_EXPORT void SetOrientation(TopoDS_Shape& aShape,const TopAbs_Orientation Or) const; protected: private: TopTools_IndexedMapOfShape myMap; }; // other Inline functions and methods (like "C++: function call" methods) #endif