// 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 _TNaming_SameShapeIterator_HeaderFile #define _TNaming_SameShapeIterator_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TNaming_PtrNode_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_TNaming_UsedShapes_HeaderFile #include #endif class Standard_NoMoreObject; class Standard_NoSuchObject; class TNaming_Tool; class TopoDS_Shape; class TNaming_UsedShapes; class TDF_Label; //! To iterate on all the label which contained a
//! given shape.
class TNaming_SameShapeIterator { 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 TNaming_SameShapeIterator(const TopoDS_Shape& aShape,const TDF_Label& access); Standard_Boolean More() const; Standard_EXPORT void Next() ; Standard_EXPORT TDF_Label Label() const; friend class TNaming_Tool; protected: private: Standard_EXPORT TNaming_SameShapeIterator(const TopoDS_Shape& aShape,const Handle(TNaming_UsedShapes)& Shapes); TNaming_PtrNode myNode; Standard_Boolean myIsNew; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif