// 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_NewShapeIterator_HeaderFile #define _TNaming_NewShapeIterator_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TNaming_PtrNode_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_TNaming_UsedShapes_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_TNaming_NamedShape_HeaderFile #include #endif class Standard_NoMoreObject; class Standard_NoSuchObject; class TNaming_Tool; class TNaming_Name; class TNaming_Naming; class TopoDS_Shape; class TNaming_UsedShapes; class TDF_Label; class TNaming_Iterator; class TNaming_NamedShape; //! Iterates on all the descendants of a shape
class TNaming_NewShapeIterator { 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_NewShapeIterator(const TopoDS_Shape& aShape,const Standard_Integer Transaction,const TDF_Label& access); Standard_EXPORT TNaming_NewShapeIterator(const TopoDS_Shape& aShape,const TDF_Label& access); //! Iterates from the current Shape in
Standard_EXPORT TNaming_NewShapeIterator(const TNaming_NewShapeIterator& anIterator); //! Iterates from the current Shape in
Standard_EXPORT TNaming_NewShapeIterator(const TNaming_Iterator& anIterator); Standard_Boolean More() const; Standard_EXPORT void Next() ; Standard_EXPORT TDF_Label Label() const; Standard_EXPORT Handle_TNaming_NamedShape NamedShape() const; //! Warning! Can be a Null Shape if a descendant is deleted.
Standard_EXPORT const TopoDS_Shape& Shape() const; //! True if the new shape is a modification (split,
//! fuse,etc...) of the old shape.
Standard_EXPORT Standard_Boolean IsModification() const; friend class TNaming_Tool; friend class TNaming_Name; friend class TNaming_Naming; protected: private: Standard_EXPORT TNaming_NewShapeIterator(const TopoDS_Shape& aShape,const Standard_Integer Transaction,const Handle(TNaming_UsedShapes)& Shapes); Standard_EXPORT TNaming_NewShapeIterator(const TopoDS_Shape& aShape,const Handle(TNaming_UsedShapes)& Shapes); TNaming_PtrNode myNode; Standard_Integer myTrans; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif