1 // Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
3 // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 // This library is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU Lesser General Public
8 // License as published by the Free Software Foundation; either
9 // version 2.1 of the License.
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 // Lesser General Public License for more details.
16 // You should have received a copy of the GNU Lesser General Public
17 // License along with this library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23 #ifndef _GEOMAlgo_FinderShapeOn_HeaderFile
24 #define _GEOMAlgo_FinderShapeOn_HeaderFile
26 #ifndef _Handle_Geom_Surface_HeaderFile
27 #include <Handle_Geom_Surface.hxx>
29 #ifndef _TopAbs_ShapeEnum_HeaderFile
30 #include <TopAbs_ShapeEnum.hxx>
32 #ifndef _GEOMAlgo_State_HeaderFile
33 #include <GEOMAlgo_State.hxx>
35 #ifndef _TopoDS_Shape_HeaderFile
36 #include <TopoDS_Shape.hxx>
38 #ifndef _TopTools_ListOfShape_HeaderFile
39 #include <TopTools_ListOfShape.hxx>
41 #ifndef _TopTools_DataMapOfShapeShape_HeaderFile
42 #include <TopTools_DataMapOfShapeShape.hxx>
44 #ifndef _GEOMAlgo_IndexedDataMapOfShapeState_HeaderFile
45 #include <GEOMAlgo_IndexedDataMapOfShapeState.hxx>
47 #ifndef _Standard_Boolean_HeaderFile
48 #include <Standard_Boolean.hxx>
50 #ifndef _GEOMAlgo_ShapeAlgo_HeaderFile
51 #include <GEOMAlgo_ShapeAlgo.hxx>
54 class TopTools_ListOfShape;
56 class TopTools_DataMapOfShapeShape;
59 #ifndef _Standard_HeaderFile
60 #include <Standard.hxx>
62 #ifndef _Standard_Macro_HeaderFile
63 #include <Standard_Macro.hxx>
67 class GEOMAlgo_FinderShapeOn : public GEOMAlgo_ShapeAlgo {
71 void* operator new(size_t,void* anAddress)
75 void* operator new(size_t size)
77 return Standard::Allocate(size);
79 void operator delete(void *anAddress)
81 if (anAddress) Standard::Free((Standard_Address&)anAddress);
87 Standard_EXPORT GEOMAlgo_FinderShapeOn();
88 Standard_EXPORT virtual ~GEOMAlgo_FinderShapeOn();
91 Standard_EXPORT virtual void Perform() ;
94 Standard_EXPORT void SetSurface(const Handle(Geom_Surface)& aS) ;
97 Standard_EXPORT void SetShapeType(const TopAbs_ShapeEnum aST) ;
100 Standard_EXPORT void SetState(const GEOMAlgo_State aSF) ;
103 Standard_EXPORT const Handle_Geom_Surface& Surface() const;
106 Standard_EXPORT TopAbs_ShapeEnum ShapeType() const;
109 Standard_EXPORT GEOMAlgo_State State() const;
112 Standard_EXPORT const TopTools_ListOfShape& Shapes() const;
115 Standard_EXPORT static void CopySource(const TopoDS_Shape& aS,TopTools_DataMapOfShapeShape& aImages,TopTools_DataMapOfShapeShape& aOriginals,TopoDS_Shape& aSC) ;
117 Standard_EXPORT static bool BuildTriangulation (const TopoDS_Shape& theShape);
125 Standard_EXPORT virtual void CheckData() ;
128 Standard_EXPORT void MakeArgument1() ;
131 Standard_EXPORT void MakeArgument2() ;
134 Standard_EXPORT void Find() ;
137 Standard_EXPORT void Find(const TopoDS_Shape& aS) ;
140 Standard_EXPORT void FindVertices() ;
145 Handle_Geom_Surface mySurface;
146 TopAbs_ShapeEnum myShapeType;
147 GEOMAlgo_State myState;
150 TopTools_ListOfShape myLS;
151 TopTools_DataMapOfShapeShape myImages;
152 GEOMAlgo_IndexedDataMapOfShapeState myMSS;
153 Standard_Boolean myIsAnalytic;
172 // other Inline functions and methods (like "C++: function call" methods)