summaryrefslogtreecommitdiff
path: root/inc/TNaming_OldShapeIterator.hxx
blob: 4771f6c0c13a1f5889cd19e15ade48184780e6de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
// 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_OldShapeIterator_HeaderFile
#define _TNaming_OldShapeIterator_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif

#ifndef _TNaming_PtrNode_HeaderFile
#include <TNaming_PtrNode.hxx>
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_TNaming_UsedShapes_HeaderFile
#include <Handle_TNaming_UsedShapes.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Handle_TNaming_NamedShape_HeaderFile
#include <Handle_TNaming_NamedShape.hxx>
#endif
class Standard_NoMoreObject;
class Standard_NoSuchObject;
class TNaming_Tool;
class TNaming_Localizer;
class TNaming_Naming;
class TopoDS_Shape;
class TNaming_UsedShapes;
class TDF_Label;
class TNaming_Iterator;
class TNaming_NamedShape;


//! Iterates on all the ascendants of a shape <br>
class TNaming_OldShapeIterator  {
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_OldShapeIterator(const TopoDS_Shape& aShape,const Standard_Integer Transaction,const TDF_Label& access);
  
  Standard_EXPORT   TNaming_OldShapeIterator(const TopoDS_Shape& aShape,const TDF_Label& access);
  //! Iterates from the current Shape in <anIterator> <br>
  Standard_EXPORT   TNaming_OldShapeIterator(const TNaming_OldShapeIterator& anIterator);
  //! Iterates from the current Shape in <anIterator> <br>
  Standard_EXPORT   TNaming_OldShapeIterator(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;
  
  Standard_EXPORT    const TopoDS_Shape& Shape() const;
  //! True if the  new  shape is a modification  (split, <br>
//!          fuse,etc...) of the old shape. <br>
  Standard_EXPORT     Standard_Boolean IsModification() const;


friend class TNaming_Tool;
friend class TNaming_Localizer;
friend class TNaming_Naming;



protected:





private:

  
  Standard_EXPORT   TNaming_OldShapeIterator(const TopoDS_Shape& aShape,const Standard_Integer Transaction,const Handle(TNaming_UsedShapes)& Shapes);
  
  Standard_EXPORT   TNaming_OldShapeIterator(const TopoDS_Shape& aShape,const Handle(TNaming_UsedShapes)& Shapes);


TNaming_PtrNode myNode;
Standard_Integer myTrans;


};


#include <TNaming_OldShapeIterator.lxx>



// other Inline functions and methods (like "C++: function call" methods)


#endif