Open CASCADE Technology  7.3.0
Data Structures

TNaming_Iterator.hxx File Reference

#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Handle.hxx>
#include <TNaming_PtrNode.hxx>
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <TNaming_Evolution.hxx>
#include <TNaming_Iterator.lxx>

Data Structures

class  TNaming_Iterator
 A tool to visit the contents of a named shape attribute. Pairs of shapes in the attribute are iterated, one being the pre-modification or the old shape, and the other the post-modification or the new shape. This allows you to have a full access to all contents of an attribute. If, on the other hand, you are only interested in topological entities stored in the attribute, you can use the functions GetShape and CurrentShape in TNaming_Tool. More...