Version: 6.3.1

src/GEOMAlgo/GEOMAlgo_ClsfSolid.hxx

Go to the documentation of this file.
00001 // Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
00002 //
00003 // This library is free software; you can redistribute it and/or
00004 // modify it under the terms of the GNU Lesser General Public
00005 // License as published by the Free Software Foundation; either
00006 // version 2.1 of the License.
00007 //
00008 // This library is distributed in the hope that it will be useful,
00009 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011 // Lesser General Public License for more details.
00012 //
00013 // You should have received a copy of the GNU Lesser General Public
00014 // License along with this library; if not, write to the Free Software
00015 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00016 //
00017 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00018 //
00019 
00020 #ifndef _GEOMAlgo_ClsfSolid_HeaderFile
00021 #define _GEOMAlgo_ClsfSolid_HeaderFile
00022 
00023 #ifndef _Standard_HeaderFile
00024 #include <Standard.hxx>
00025 #endif
00026 #ifndef _Handle_GEOMAlgo_ClsfSolid_HeaderFile
00027 #include <Handle_GEOMAlgo_ClsfSolid.hxx>
00028 #endif
00029 
00030 #ifndef _TopoDS_Shape_HeaderFile
00031 #include <TopoDS_Shape.hxx>
00032 #endif
00033 #ifndef _Standard_Address_HeaderFile
00034 #include <Standard_Address.hxx>
00035 #endif
00036 #ifndef _GEOMAlgo_Clsf_HeaderFile
00037 #include <GEOMAlgo_Clsf.hxx>
00038 #endif
00039 class TopoDS_Shape;
00040 
00041 
00042 
00043 class GEOMAlgo_ClsfSolid : public GEOMAlgo_Clsf {
00044 
00045 public:
00046  // Methods PUBLIC
00047  // 
00048 
00049 
00050 Standard_EXPORT GEOMAlgo_ClsfSolid();
00051 Standard_EXPORT virtual ~GEOMAlgo_ClsfSolid();
00052 
00053 
00054 Standard_EXPORT   void SetShape(const TopoDS_Shape& aS) ;
00055 
00056 
00057 Standard_EXPORT  const TopoDS_Shape& Shape() const;
00058 
00059 
00060 Standard_EXPORT virtual  void Perform() ;
00061 
00062 
00063 Standard_EXPORT virtual  void CheckData() ;
00064 //Standard_EXPORT ~GEOMAlgo_ClsfSolid();
00065 
00066 
00067 
00068 
00069  // Type management
00070  //
00071  Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
00072  //Standard_EXPORT Standard_Boolean            IsKind(const Handle(Standard_Type)&) const;
00073 
00074 protected:
00075 
00076  // Methods PROTECTED
00077  // 
00078 
00079 
00080  // Fields PROTECTED
00081  //
00082 TopoDS_Shape myShape;
00083 Standard_Address myPClsf;
00084 
00085 
00086 private: 
00087 
00088  // Methods PRIVATE
00089  // 
00090 
00091 
00092  // Fields PRIVATE
00093  //
00094 
00095 
00096 };
00097 
00098 
00099 
00100 
00101 
00102 // other Inline functions and methods (like "C++: function call" methods)
00103 //
00104 
00105 
00106 #endif
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS