Open CASCADE Technology 7.8.2.dev
TNaming_NewShapeIterator Class Reference

Iterates on all the descendants of a shape. More...

#include <TNaming_NewShapeIterator.hxx>

Public Member Functions

 TNaming_NewShapeIterator (const TopoDS_Shape &aShape, const Standard_Integer Transaction, const TDF_Label &access)
 
 TNaming_NewShapeIterator (const TopoDS_Shape &aShape, const TDF_Label &access)
 
 TNaming_NewShapeIterator (const TNaming_NewShapeIterator &anIterator)
 Iterates from the current Shape in <anIterator>
 
 TNaming_NewShapeIterator (const TNaming_Iterator &anIterator)
 Iterates from the current Shape in <anIterator>
 
Standard_Boolean More () const
 
void Next ()
 
TDF_Label Label () const
 
Handle< TNaming_NamedShapeNamedShape () const
 
const TopoDS_ShapeShape () const
 Warning! Can be a Null Shape if a descendant is deleted.
 
Standard_Boolean IsModification () const
 True if the new shape is a modification (split, fuse,etc...) of the old shape.
 

Detailed Description

Iterates on all the descendants of a shape.

Constructor & Destructor Documentation

◆ TNaming_NewShapeIterator() [1/4]

TNaming_NewShapeIterator::TNaming_NewShapeIterator ( const TopoDS_Shape & aShape,
const Standard_Integer Transaction,
const TDF_Label & access )

◆ TNaming_NewShapeIterator() [2/4]

TNaming_NewShapeIterator::TNaming_NewShapeIterator ( const TopoDS_Shape & aShape,
const TDF_Label & access )

◆ TNaming_NewShapeIterator() [3/4]

TNaming_NewShapeIterator::TNaming_NewShapeIterator ( const TNaming_NewShapeIterator & anIterator)

Iterates from the current Shape in <anIterator>

◆ TNaming_NewShapeIterator() [4/4]

TNaming_NewShapeIterator::TNaming_NewShapeIterator ( const TNaming_Iterator & anIterator)

Iterates from the current Shape in <anIterator>

Member Function Documentation

◆ IsModification()

Standard_Boolean TNaming_NewShapeIterator::IsModification ( ) const

True if the new shape is a modification (split, fuse,etc...) of the old shape.

◆ Label()

TDF_Label TNaming_NewShapeIterator::Label ( ) const

◆ More()

Standard_Boolean TNaming_NewShapeIterator::More ( ) const

◆ NamedShape()

Handle< TNaming_NamedShape > TNaming_NewShapeIterator::NamedShape ( ) const

◆ Next()

void TNaming_NewShapeIterator::Next ( )

◆ Shape()

const TopoDS_Shape & TNaming_NewShapeIterator::Shape ( ) const

Warning! Can be a Null Shape if a descendant is deleted.


The documentation for this class was generated from the following file: