#include <TNaming_NewShapeIterator.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *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) |
Standard_EXPORT | TNaming_NewShapeIterator (const TNaming_NewShapeIterator &anIterator) |
Iterates from the current Shape in <aniterator> . | |
Standard_EXPORT | TNaming_NewShapeIterator (const TNaming_Iterator &anIterator) |
Iterates from the current Shape in <aniterator> . | |
Standard_Boolean | More () const |
Standard_EXPORT void | Next () |
Standard_EXPORT TDF_Label | Label () const |
Standard_EXPORT Handle_TNaming_NamedShape | NamedShape () const |
Standard_EXPORT const TopoDS_Shape & | Shape () const |
Warning! Can be a Null Shape if a descendant is deleted. . | |
Standard_EXPORT Standard_Boolean | IsModification () const |
True if the new shape is a modification (split, fuse,etc...) of the old shape. . | |
Private Member Functions | |
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) |
Private Attributes | |
TNaming_PtrNode | myNode |
Standard_Integer | myTrans |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|