0024510: Remove unused local variables
[occt.git] / src / TopOpeBRepBuild / TopOpeBRepBuild_define.hxx
CommitLineData
b311480e 1// Created on: 1997-11-14
2// Created by: Jean Yves LEBEY
3// Copyright (c) 1997-1999 Matra Datavision
973c2be1 4// Copyright (c) 1999-2014 OPEN CASCADE SAS
b311480e 5//
973c2be1 6// This file is part of Open CASCADE Technology software library.
b311480e 7//
973c2be1 8// This library is free software; you can redistribute it and / or modify it
9// under the terms of the GNU Lesser General Public 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.
b311480e 13//
973c2be1 14// Alternatively, this file may be used under the terms of Open CASCADE
15// commercial license or contractual agreement.
7fd59977 16
17#ifndef _TopOpeBRepBuild_define_HeaderFile
18#define _TopOpeBRepBuild_define_HeaderFile
19
20#include <TopOpeBRepDS_define.hxx>
21
22#include <TopOpeBRepBuild_PWireEdgeSet.hxx>
23#include <TopOpeBRepBuild_WireEdgeSet.hxx>
24#include <TopOpeBRepBuild_ShellFaceSet.hxx>
25#include <TopOpeBRepBuild_GTopo.hxx>
26#include <TopOpeBRepBuild_PaveClassifier.hxx>
27#include <TopOpeBRepBuild_PaveSet.hxx>
28#include <TopOpeBRepBuild_Pave.hxx>
29#include <TopOpeBRepBuild_SolidBuilder.hxx>
30#include <TopOpeBRepBuild_FaceBuilder.hxx>
31#include <TopOpeBRepBuild_EdgeBuilder.hxx>
32#include <TopOpeBRepBuild_Builder.hxx>
33#include <TopOpeBRepBuild_PBuilder.hxx>
34#include <TopOpeBRepBuild_DataMapIteratorOfDataMapOfShapeListOfShapeListOfShape.hxx>
35#include <TopOpeBRepBuild_DataMapOfShapeListOfShapeListOfShape.hxx>
36#include <TopOpeBRepBuild_ListIteratorOfListOfShapeListOfShape.hxx>
37#include <TopOpeBRepBuild_ListOfShapeListOfShape.hxx>
38#include <TopOpeBRepBuild_ShapeListOfShape.hxx>
39#include <TopOpeBRepBuild_HBuilder.hxx>
40
41#define MTBpwes TopOpeBRepBuild_PWireEdgeSet
42#define MTBwes TopOpeBRepBuild_WireEdgeSet
43#define MTBsfs TopOpeBRepBuild_ShellFaceSet
44#define MTBgt TopOpeBRepBuild_GTopo
45#define MTBpvc TopOpeBRepBuild_PaveClassifier
46#define MTBpvs TopOpeBRepBuild_PaveSet
47#define MTBhpv Handle(TopOpeBRepBuild_Pave)
48#define MTBpv TopOpeBRepBuild_Pave
49#define MTBsb TopOpeBRepBuild_SolidBuilder
50#define MTBfb TopOpeBRepBuild_FaceBuilder
51#define MTBeb TopOpeBRepBuild_EdgeBuilder
52#define MTBbON TopOpeBRepBuild_BuilderON
53#define MTBb TopOpeBRepBuild_Builder
54#define MTBpb TopOpeBRepBuild_PBuilder
55#define MTBdmiodmosloslos TopOpeBRepBuild_DataMapIteratorOfDataMapOfShapeListOfShapeListOfShape
56#define MTBdmosloslos TopOpeBRepBuild_DataMapOfShapeListOfShapeListOfShape
57#define MTBlioloslos TopOpeBRepBuild_ListIteratorOfListOfShapeListOfShape
58#define MTBloslos TopOpeBRepBuild_ListOfShapeListOfShape
59#define MTBslos TopOpeBRepBuild_ShapeListOfShape
60#define MTBhb Handle(TopOpeBRepBuild_HBuilder)
61
62#endif