1 // Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 // Lesser General Public License for more details.
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 #ifndef _NMTTools_DSFiller_HeaderFile
21 #define _NMTTools_DSFiller_HeaderFile
23 #ifndef _TopoDS_Shape_HeaderFile
24 #include <TopoDS_Shape.hxx>
26 #ifndef _NMTDS_PShapesDataStructure_HeaderFile
27 #include <NMTDS_PShapesDataStructure.hxx>
29 #ifndef _BOPTools_PInterferencePool_HeaderFile
30 #include <BOPTools_PInterferencePool.hxx>
32 #ifndef _NMTTools_PPaveFiller_HeaderFile
33 #include <NMTTools_PPaveFiller.hxx>
35 #ifndef _Standard_Boolean_HeaderFile
36 #include <Standard_Boolean.hxx>
39 class NMTDS_ShapesDataStructure;
40 class BOPTools_InterferencePool;
41 class NMTTools_PaveFiller;
44 #ifndef _Standard_HeaderFile
45 #include <Standard.hxx>
47 #ifndef _Standard_Macro_HeaderFile
48 #include <Standard_Macro.hxx>
52 class NMTTools_DSFiller {
56 void* operator new(size_t,void* anAddress)
60 void* operator new(size_t size)
62 return Standard::Allocate(size);
64 void operator delete(void *anAddress)
66 if (anAddress) Standard::Free((Standard_Address&)anAddress);
72 Standard_EXPORT NMTTools_DSFiller();
76 //! Selectors/Modifiers <br>
77 Standard_EXPORT void Destroy() ;
85 Standard_EXPORT void SetCompositeShape(const TopoDS_Shape& aS) ;
88 Standard_EXPORT const TopoDS_Shape& CompositeShape() const;
91 Standard_EXPORT void SetNewFiller(const Standard_Boolean aFlag) const;
94 Standard_EXPORT Standard_Boolean IsNewFiller() const;
97 Standard_EXPORT void Perform() ;
100 Standard_EXPORT const NMTDS_ShapesDataStructure& DS() const;
103 Standard_EXPORT const BOPTools_InterferencePool& InterfPool() const;
106 Standard_EXPORT Standard_Boolean IsDone() const;
109 Standard_EXPORT const NMTTools_PaveFiller& PaveFiller() const;
112 Standard_EXPORT NMTTools_PaveFiller& ChangePaveFiller() ;
124 Standard_EXPORT void Clear() ;
129 TopoDS_Shape myCompositeShape;
130 NMTDS_PShapesDataStructure myDS;
131 BOPTools_PInterferencePool myInterfPool;
132 NMTTools_PPaveFiller myPaveFiller;
133 Standard_Boolean myIsDone;
134 Standard_Boolean myIsNewFiller;
153 // other Inline functions and methods (like "C++: function call" methods)