18f3ee9df976e81cf7dd0c8d71ed05e154542ff3
[occt.git] / src / ShapeProcess / ShapeProcess_IteratorOfDictionaryOfOperator_0.cxx
1 // Created on: 2000-08-21
2 // Created by: Andrey BETENEV
3 // Copyright (c) 2000-2014 OPEN CASCADE SAS
4 //
5 // This file is part of Open CASCADE Technology software library.
6 //
7 // This library is free software; you can redistribute it and/or modify it under
8 // the terms of the GNU Lesser General Public License version 2.1 as published
9 // by the Free Software Foundation, with special exception defined in the file
10 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11 // distribution for complete text of the license and disclaimer of any warranty.
12 //
13 // Alternatively, this file may be used under the terms of Open CASCADE
14 // commercial license or contractual agreement.
15
16 #include <ShapeProcess_IteratorOfDictionaryOfOperator.hxx>
17
18 #include <ShapeProcess_DictionaryOfOperator.hxx>
19 #include <ShapeProcess_StackItemOfDictionaryOfOperator.hxx>
20 #include <Standard_NoSuchObject.hxx>
21 #include <ShapeProcess_Operator.hxx>
22 #include <TCollection_AsciiString.hxx>
23  
24
25 #define TheItem Handle(ShapeProcess_Operator)
26 #define TheItem_hxx <ShapeProcess_Operator.hxx>
27 #define Dico_Iterator ShapeProcess_IteratorOfDictionaryOfOperator
28 #define Dico_Iterator_hxx <ShapeProcess_IteratorOfDictionaryOfOperator.hxx>
29 #define Dico_StackItem ShapeProcess_StackItemOfDictionaryOfOperator
30 #define Dico_StackItem_hxx <ShapeProcess_StackItemOfDictionaryOfOperator.hxx>
31 #define Handle_Dico_StackItem Handle(ShapeProcess_StackItemOfDictionaryOfOperator)
32 #define Dico_Dictionary ShapeProcess_DictionaryOfOperator
33 #define Dico_Dictionary_hxx <ShapeProcess_DictionaryOfOperator.hxx>
34 #define Handle_Dico_Dictionary Handle(ShapeProcess_DictionaryOfOperator)
35 #include <Dico_Iterator.gxx>
36