Version: 9.12.0
GEOMAlgo_ClsfSurf.hxx
Go to the documentation of this file.
1 // Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE
2 //
3 // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
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, or (at your option) any later version.
10 //
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.
15 //
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
19 //
20 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 
23 // File: GEOMAlgo_ClsfSurf.hxx
24 // Created: Wed Nov 22 10:41:47 2006
25 // Author: Peter KURNEV
26 // <pkv@irinox>
27 //
28 #ifndef _GEOMAlgo_ClsfSurf_HeaderFile
29 #define _GEOMAlgo_ClsfSurf_HeaderFile
30 
31 #include <Standard.hxx>
32 #include <Standard_DefineHandle.hxx>
33 #include <GeomAdaptor_Surface.hxx>
34 #include <GEOMAlgo_Clsf.hxx>
35 #include <Standard_Boolean.hxx>
36 #include <Geom_Surface.hxx>
37 #include <Geom_Curve.hxx>
38 
39 DEFINE_STANDARD_HANDLE(GEOMAlgo_ClsfSurf, GEOMAlgo_Clsf)
40 
41 //=======================================================================
42 // class : GEOMAlgo_ClsfSurf
43 //purpose :
44 //=======================================================================
45 class GEOMAlgo_ClsfSurf : public GEOMAlgo_Clsf
46 {
47  public:
48  Standard_EXPORT
49  GEOMAlgo_ClsfSurf();
50 
51  Standard_EXPORT
52  virtual ~GEOMAlgo_ClsfSurf();
53 
54  Standard_EXPORT
55  void SetSurface(const Handle(Geom_Surface)& aS) ;
56 
57  Standard_EXPORT
58  const Handle(Geom_Surface)& Surface() const;
59 
60  Standard_EXPORT
61  virtual void Perform() ;
62 
63  Standard_EXPORT
64  virtual void CheckData() ;
65 
66  Standard_EXPORT
67  virtual Standard_Boolean CanBeON(const Handle(Geom_Curve)& aC) const;
68 
69  Standard_EXPORT
70  virtual Standard_Boolean CanBeON(const Handle(Geom_Surface)& aST) const;
71 
72  DEFINE_STANDARD_RTTIEXT(GEOMAlgo_ClsfSurf,GEOMAlgo_Clsf)
73 
74  protected:
75  Handle(Geom_Surface) myS;
76  GeomAdaptor_Surface myGAS;
77 };
78 #endif
Handle(TColStd_HSequenceOfTransient) AdvancedEngine_IOperations
Create a T-shape object with specified caracteristics for the main and the incident pipes (radius,...
Definition: AdvancedEngine_IOperations.cxx:1907
DEFINE_STANDARD_HANDLE(GEOM_Field, GEOM_BaseObject) DEFINE_STANDARD_HANDLE(GEOM_FieldStep