mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-16 18:48:34 +05:00
142 lines
4.2 KiB
C++
142 lines
4.2 KiB
C++
|
// File generated by CPPExt (Transient)
|
||
|
//
|
||
|
//
|
||
|
// Copyright (C) 1991 - 2000 by
|
||
|
// Matra Datavision SA. All rights reserved.
|
||
|
//
|
||
|
// Copyright (C) 2001 - 2004 by
|
||
|
// Open CASCADE SA. All rights reserved.
|
||
|
//
|
||
|
// This file is part of the Open CASCADE Technology software.
|
||
|
//
|
||
|
// This software may be distributed and/or modified under the terms and
|
||
|
// conditions of the Open CASCADE Public License as defined by Open CASCADE SA
|
||
|
// and appearing in the file LICENSE included in the packaging of this file.
|
||
|
//
|
||
|
// This software is distributed on an "AS IS" basis, without warranty of any
|
||
|
// kind, and Open CASCADE SA hereby disclaims all such warranties,
|
||
|
// including without limitation, any warranties of merchantability, fitness
|
||
|
// for a particular purpose or non-infringement. Please see the License for
|
||
|
// the specific terms and conditions governing rights and limitations under the
|
||
|
// License.
|
||
|
|
||
|
#ifndef _BlockFix_SphereSpaceModifier_HeaderFile
|
||
|
#define _BlockFix_SphereSpaceModifier_HeaderFile
|
||
|
|
||
|
#ifndef _Standard_HeaderFile
|
||
|
#include <Standard.hxx>
|
||
|
#endif
|
||
|
#ifndef _Handle_BlockFix_SphereSpaceModifier_HeaderFile
|
||
|
#include <Handle_BlockFix_SphereSpaceModifier.hxx>
|
||
|
#endif
|
||
|
|
||
|
#ifndef _Standard_Real_HeaderFile
|
||
|
#include <Standard_Real.hxx>
|
||
|
#endif
|
||
|
#ifndef _TopTools_DataMapOfShapeInteger_HeaderFile
|
||
|
#include <TopTools_DataMapOfShapeInteger.hxx>
|
||
|
#endif
|
||
|
#ifndef _TColStd_IndexedMapOfTransient_HeaderFile
|
||
|
#include <TColStd_IndexedMapOfTransient.hxx>
|
||
|
#endif
|
||
|
#ifndef _BRepTools_Modification_HeaderFile
|
||
|
#include <BRepTools_Modification.hxx>
|
||
|
#endif
|
||
|
#ifndef _Standard_Boolean_HeaderFile
|
||
|
#include <Standard_Boolean.hxx>
|
||
|
#endif
|
||
|
#ifndef _Handle_Geom_Surface_HeaderFile
|
||
|
#include <Handle_Geom_Surface.hxx>
|
||
|
#endif
|
||
|
#ifndef _Handle_Geom_Curve_HeaderFile
|
||
|
#include <Handle_Geom_Curve.hxx>
|
||
|
#endif
|
||
|
#ifndef _Handle_Geom2d_Curve_HeaderFile
|
||
|
#include <Handle_Geom2d_Curve.hxx>
|
||
|
#endif
|
||
|
#ifndef _GeomAbs_Shape_HeaderFile
|
||
|
#include <GeomAbs_Shape.hxx>
|
||
|
#endif
|
||
|
class TopoDS_Face;
|
||
|
class Geom_Surface;
|
||
|
class TopLoc_Location;
|
||
|
class TopoDS_Edge;
|
||
|
class Geom_Curve;
|
||
|
class TopoDS_Vertex;
|
||
|
class gp_Pnt;
|
||
|
class Geom2d_Curve;
|
||
|
|
||
|
|
||
|
class BlockFix_SphereSpaceModifier : public BRepTools_Modification {
|
||
|
|
||
|
public:
|
||
|
|
||
|
void* operator new(size_t,void* anAddress)
|
||
|
{
|
||
|
return anAddress;
|
||
|
}
|
||
|
void* operator new(size_t size)
|
||
|
{
|
||
|
return Standard::Allocate(size);
|
||
|
}
|
||
|
void operator delete(void *anAddress)
|
||
|
{
|
||
|
if (anAddress) Standard::Free((Standard_Address&)anAddress);
|
||
|
}
|
||
|
// Methods PUBLIC
|
||
|
//
|
||
|
Standard_EXPORT BlockFix_SphereSpaceModifier();
|
||
|
Standard_EXPORT void SetTolerance(const Standard_Real Toler) ;
|
||
|
Standard_EXPORT Standard_Boolean NewSurface(const TopoDS_Face& F,Handle(Geom_Surface)& S,TopLoc_Location& L,Standard_Real& Tol,Standard_Boolean& RevWires,Standard_Boolean& RevFace) ;
|
||
|
Standard_EXPORT Standard_Boolean NewCurve(const TopoDS_Edge& E,Handle(Geom_Curve)& C,TopLoc_Location& L,Standard_Real& Tol) ;
|
||
|
Standard_EXPORT Standard_Boolean NewPoint(const TopoDS_Vertex& V,gp_Pnt& P,Standard_Real& Tol) ;
|
||
|
Standard_EXPORT Standard_Boolean NewCurve2d(const TopoDS_Edge& E,const TopoDS_Face& F,const TopoDS_Edge& NewE,const TopoDS_Face& NewF,Handle(Geom2d_Curve)& C,Standard_Real& Tol) ;
|
||
|
Standard_EXPORT Standard_Boolean NewParameter(const TopoDS_Vertex& V,const TopoDS_Edge& E,Standard_Real& P,Standard_Real& Tol) ;
|
||
|
Standard_EXPORT GeomAbs_Shape Continuity(const TopoDS_Edge& E,const TopoDS_Face& F1,const TopoDS_Face& F2,const TopoDS_Edge& NewE,const TopoDS_Face& NewF1,const TopoDS_Face& NewF2) ;
|
||
|
Standard_EXPORT Standard_Boolean ForRotation(const TopoDS_Face& F) ;
|
||
|
Standard_EXPORT ~BlockFix_SphereSpaceModifier();
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
// Type management
|
||
|
//
|
||
|
Standard_EXPORT friend Handle_Standard_Type& BlockFix_SphereSpaceModifier_Type_();
|
||
|
Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
|
||
|
Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
|
||
|
|
||
|
protected:
|
||
|
|
||
|
// Methods PROTECTED
|
||
|
//
|
||
|
|
||
|
|
||
|
// Fields PROTECTED
|
||
|
//
|
||
|
|
||
|
|
||
|
private:
|
||
|
|
||
|
// Methods PRIVATE
|
||
|
//
|
||
|
|
||
|
|
||
|
// Fields PRIVATE
|
||
|
//
|
||
|
Standard_Real myTolerance;
|
||
|
TopTools_DataMapOfShapeInteger myMapOfFaces;
|
||
|
TColStd_IndexedMapOfTransient myMapOfSpheres;
|
||
|
|
||
|
|
||
|
};
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
// other Inline functions and methods (like "C++: function call" methods)
|
||
|
//
|
||
|
|
||
|
|
||
|
#endif
|