0026850: Replace nested instantiations of TCollection generic classes by NCollection...
[occt.git] / src / IntPatch / IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx
1 // Created on: 1992-05-06
2 // Created by: Jacques GOUSSARD
3 // Copyright (c) 1992-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #ifndef _IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking_HeaderFile
18 #define _IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking_HeaderFile
19
20 #include <Standard.hxx>
21 #include <Standard_Type.hxx>
22
23 #include <TCollection_SeqNode.hxx>
24 #include <TCollection_SeqNodePtr.hxx>
25 class IntPatch_TheIWLineOfTheIWalking;
26 class IntPatch_SequenceOfIWLineOfTheIWalking;
27
28
29 class IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking;
30 DEFINE_STANDARD_HANDLE(IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking, TCollection_SeqNode)
31
32
33 class IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking : public TCollection_SeqNode
34 {
35
36 public:
37
38   
39     IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking(const Handle(IntPatch_TheIWLineOfTheIWalking)& I, const TCollection_SeqNodePtr& n, const TCollection_SeqNodePtr& p);
40   
41     Handle(IntPatch_TheIWLineOfTheIWalking)& Value() const;
42
43
44
45
46   DEFINE_STANDARD_RTTI(IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking,TCollection_SeqNode)
47
48 protected:
49
50
51
52
53 private:
54
55
56   Handle(IntPatch_TheIWLineOfTheIWalking) myValue;
57
58
59 };
60
61 #define SeqItem Handle(IntPatch_TheIWLineOfTheIWalking)
62 #define SeqItem_hxx <IntPatch_TheIWLineOfTheIWalking.hxx>
63 #define TCollection_SequenceNode IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking
64 #define TCollection_SequenceNode_hxx <IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking.hxx>
65 #define Handle_TCollection_SequenceNode Handle(IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking)
66 #define TCollection_Sequence IntPatch_SequenceOfIWLineOfTheIWalking
67 #define TCollection_Sequence_hxx <IntPatch_SequenceOfIWLineOfTheIWalking.hxx>
68
69 #include <TCollection_SequenceNode.lxx>
70
71 #undef SeqItem
72 #undef SeqItem_hxx
73 #undef TCollection_SequenceNode
74 #undef TCollection_SequenceNode_hxx
75 #undef Handle_TCollection_SequenceNode
76 #undef TCollection_Sequence
77 #undef TCollection_Sequence_hxx
78
79
80
81
82 #endif // _IntPatch_SequenceNodeOfSequenceOfIWLineOfTheIWalking_HeaderFile