mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-10 20:33:08 +05:00
Replace obsolete packages by new ones
This commit is contained in:
parent
3b5346b618
commit
a67dc446eb
16
configure.ac
16
configure.ac
@ -318,19 +318,6 @@ echo
|
|||||||
|
|
||||||
CHECK_CAS
|
CHECK_CAS
|
||||||
|
|
||||||
echo "OCC_VERSION_DEVELOPMENT = ${OCC_VERSION_DEVELOPMENT}"
|
|
||||||
NMTDS_VAR=NMTDS_NEW
|
|
||||||
NMTTools_VAR=NMTTools_NEW
|
|
||||||
GEOMAlgo_VAR=GEOMAlgo_NEW
|
|
||||||
#if test "${OCC_VERSION_FULL}" == "6.5.3"; then
|
|
||||||
# NMTDS_VAR=NMTDS_NEW
|
|
||||||
# NMTTools_VAR=NMTTools_NEW
|
|
||||||
# GEOMAlgo_VAR=GEOMAlgo_NEW
|
|
||||||
#fi
|
|
||||||
AC_SUBST(NMTDS_VAR)
|
|
||||||
AC_SUBST(NMTTools_VAR)
|
|
||||||
AC_SUBST(GEOMAlgo_VAR)
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo Testing html generators
|
echo Testing html generators
|
||||||
@ -460,7 +447,6 @@ AC_OUTPUT([ \
|
|||||||
src/EntityGUI/Makefile \
|
src/EntityGUI/Makefile \
|
||||||
src/GEOM/Makefile \
|
src/GEOM/Makefile \
|
||||||
src/GEOMAlgo/Makefile \
|
src/GEOMAlgo/Makefile \
|
||||||
src/GEOMAlgo_NEW/Makefile \
|
|
||||||
src/GEOMBase/Makefile \
|
src/GEOMBase/Makefile \
|
||||||
src/GEOMClient/Makefile \
|
src/GEOMClient/Makefile \
|
||||||
src/GEOMFiltersSelection/Makefile \
|
src/GEOMFiltersSelection/Makefile \
|
||||||
@ -480,9 +466,7 @@ AC_OUTPUT([ \
|
|||||||
src/IGESImport/Makefile \
|
src/IGESImport/Makefile \
|
||||||
src/MeasureGUI/Makefile \
|
src/MeasureGUI/Makefile \
|
||||||
src/NMTDS/Makefile \
|
src/NMTDS/Makefile \
|
||||||
src/NMTDS_NEW/Makefile \
|
|
||||||
src/NMTTools/Makefile \
|
src/NMTTools/Makefile \
|
||||||
src/NMTTools_NEW/Makefile \
|
|
||||||
src/OBJECT/Makefile \
|
src/OBJECT/Makefile \
|
||||||
src/OCC2VTK/Makefile \
|
src/OCC2VTK/Makefile \
|
||||||
src/OperationGUI/Makefile \
|
src/OperationGUI/Makefile \
|
||||||
|
@ -18,52 +18,71 @@
|
|||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
|
||||||
|
|
||||||
// File: BlockFix.cxx
|
// File: BlockFix.cxx
|
||||||
// Created: Tue Dec 7 11:59:05 2004
|
// Created: Tue Dec 7 11:59:05 2004
|
||||||
// Author: Pavel DURANDIN
|
// Author: Pavel DURANDIN
|
||||||
//
|
|
||||||
#include <BlockFix.hxx>
|
#include <BlockFix.hxx>
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#include <TopTools_DataMapOfShapeShape.hxx>
|
#include <BlockFix_SphereSpaceModifier.hxx>
|
||||||
#include <ShapeCustom.hxx>
|
#include <BlockFix_PeriodicSurfaceModifier.hxx>
|
||||||
#include <BRepTools.hxx>
|
|
||||||
#include <ShapeBuild_ReShape.hxx>
|
#include <TopExp.hxx>
|
||||||
#include <TopoDS_Face.hxx>
|
|
||||||
#include <TopExp_Explorer.hxx>
|
#include <TopExp_Explorer.hxx>
|
||||||
#include <TopoDS.hxx>
|
|
||||||
#include <TopLoc_Location.hxx>
|
#include <TopLoc_Location.hxx>
|
||||||
|
|
||||||
|
#include <TopoDS.hxx>
|
||||||
|
#include <TopoDS_Edge.hxx>
|
||||||
|
#include <TopoDS_Face.hxx>
|
||||||
|
#include <TopoDS_Wire.hxx>
|
||||||
|
#include <TopoDS_Shape.hxx>
|
||||||
|
#include <TopoDS_Solid.hxx>
|
||||||
|
#include <TopoDS_Vertex.hxx>
|
||||||
|
|
||||||
|
#include <TopTools_ListOfShape.hxx>
|
||||||
|
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||||
|
#include <TopTools_MapOfShape.hxx>
|
||||||
|
#include <TopTools_DataMapOfShapeShape.hxx>
|
||||||
|
#include <TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx>
|
||||||
|
|
||||||
|
#include <BRep_Tool.hxx>
|
||||||
|
#include <BRep_Builder.hxx>
|
||||||
|
|
||||||
|
#include <BRepAdaptor_Surface.hxx>
|
||||||
|
|
||||||
|
#include <BRepTools.hxx>
|
||||||
|
#include <BRepTools_Modifier.hxx>
|
||||||
|
#include <BRepTools_Substitution.hxx>
|
||||||
|
|
||||||
|
#include <BRepOffsetAPI_MakeFilling.hxx>
|
||||||
|
|
||||||
|
#include <ShapeFix.hxx>
|
||||||
|
#include <ShapeFix_Edge.hxx>
|
||||||
|
#include <ShapeFix_Face.hxx>
|
||||||
|
|
||||||
|
#include <ShapeAnalysis.hxx>
|
||||||
|
#include <ShapeAnalysis_Edge.hxx>
|
||||||
|
#include <ShapeAnalysis_Curve.hxx>
|
||||||
|
#include <ShapeAnalysis_Surface.hxx>
|
||||||
|
|
||||||
|
#include <ShapeCustom.hxx>
|
||||||
|
|
||||||
|
#include <ShapeBuild_Edge.hxx>
|
||||||
|
#include <ShapeBuild_ReShape.hxx>
|
||||||
|
|
||||||
|
#include <ShapeFix_Wire.hxx>
|
||||||
|
|
||||||
#include <Geom_Surface.hxx>
|
#include <Geom_Surface.hxx>
|
||||||
#include <Geom_CylindricalSurface.hxx>
|
#include <Geom_CylindricalSurface.hxx>
|
||||||
#include <Geom_ConicalSurface.hxx>
|
#include <Geom_ConicalSurface.hxx>
|
||||||
#include <ShapeFix_Wire.hxx>
|
|
||||||
#include <TopoDS_Wire.hxx>
|
|
||||||
#include <BRepTools_Modifier.hxx>
|
|
||||||
#include <Geom_SphericalSurface.hxx>
|
#include <Geom_SphericalSurface.hxx>
|
||||||
#include <Geom_ToroidalSurface.hxx>
|
#include <Geom_ToroidalSurface.hxx>
|
||||||
#include <BRep_Tool.hxx>
|
|
||||||
#include <TopoDS_Edge.hxx>
|
|
||||||
#include <Geom2d_Curve.hxx>
|
#include <Geom2d_Curve.hxx>
|
||||||
#include <BRep_Builder.hxx>
|
|
||||||
#include <ShapeAnalysis_Edge.hxx>
|
|
||||||
#include <ShapeFix_Edge.hxx>
|
|
||||||
#include <ShapeFix.hxx>
|
|
||||||
#include <ShapeFix_Face.hxx>
|
|
||||||
#include <ShapeAnalysis.hxx>
|
|
||||||
|
|
||||||
#include <TColgp_SequenceOfPnt2d.hxx>
|
#include <TColgp_SequenceOfPnt2d.hxx>
|
||||||
#include <ShapeAnalysis_Curve.hxx>
|
|
||||||
#include <TopoDS_Vertex.hxx>
|
|
||||||
#include <ShapeBuild_Edge.hxx>
|
|
||||||
|
|
||||||
#include <BlockFix_SphereSpaceModifier.hxx>
|
|
||||||
#include <TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx>
|
|
||||||
#include <TopTools_MapOfShape.hxx>
|
|
||||||
#include <BlockFix_PeriodicSurfaceModifier.hxx>
|
|
||||||
|
|
||||||
#include <TopoDS_Solid.hxx>
|
|
||||||
|
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : FixResult
|
//function : FixResult
|
||||||
@ -130,7 +149,6 @@ static void FixResult(const TopoDS_Shape& result,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if(isDone) {
|
if(isDone) {
|
||||||
TopoDS_Wire ResWire = sfw->Wire();
|
TopoDS_Wire ResWire = sfw->Wire();
|
||||||
Context->Replace(ex_w.Current(), ResWire);
|
Context->Replace(ex_w.Current(), ResWire);
|
||||||
@ -143,24 +161,17 @@ static void FixResult(const TopoDS_Shape& result,
|
|||||||
if(sff->FixOrientation())
|
if(sff->FixOrientation())
|
||||||
Context->Replace(aFixedFace,sff->Face());
|
Context->Replace(aFixedFace,sff->Face());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : ConvertToAnalytical
|
//function : RotateSphereSpace
|
||||||
//purpose :
|
//purpose :
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
TopoDS_Shape BlockFix::RotateSphereSpace (const TopoDS_Shape& S,
|
TopoDS_Shape BlockFix::RotateSphereSpace (const TopoDS_Shape& S,
|
||||||
const Standard_Real Tol)
|
const Standard_Real Tol)
|
||||||
{
|
{
|
||||||
|
|
||||||
// Create a modification description
|
// Create a modification description
|
||||||
Handle(BlockFix_SphereSpaceModifier) SR = new BlockFix_SphereSpaceModifier;
|
Handle(BlockFix_SphereSpaceModifier) SR = new BlockFix_SphereSpaceModifier;
|
||||||
SR->SetTolerance(Tol);
|
SR->SetTolerance(Tol);
|
||||||
@ -183,12 +194,129 @@ TopoDS_Shape BlockFix::RotateSphereSpace (const TopoDS_Shape& S,
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//function : RefillProblemFaces
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
TopoDS_Shape BlockFix::RefillProblemFaces (const TopoDS_Shape& aShape)
|
||||||
|
{
|
||||||
|
Standard_Integer NbSamples = 10;
|
||||||
|
|
||||||
|
TopTools_ListOfShape theFaces;
|
||||||
|
|
||||||
|
TopExp_Explorer Explo(aShape, TopAbs_FACE);
|
||||||
|
for (; Explo.More(); Explo.Next())
|
||||||
|
{
|
||||||
|
TopoDS_Face aFace = TopoDS::Face(Explo.Current());
|
||||||
|
BRepAdaptor_Surface BAsurf(aFace);
|
||||||
|
GeomAbs_SurfaceType SurfType = BAsurf.GetType();
|
||||||
|
if (SurfType >= GeomAbs_BezierSurface)
|
||||||
|
{
|
||||||
|
TopExp_Explorer fexp(aFace, TopAbs_EDGE);
|
||||||
|
for (; fexp.More(); fexp.Next())
|
||||||
|
{
|
||||||
|
const TopoDS_Edge& anEdge = TopoDS::Edge(fexp.Current());
|
||||||
|
if (BRep_Tool::Degenerated(anEdge))
|
||||||
|
{
|
||||||
|
TopoDS_Vertex V1, V2;
|
||||||
|
TopExp::Vertices(anEdge, V1, V2);
|
||||||
|
if (V1.IsSame(V2))
|
||||||
|
{
|
||||||
|
gp_Pnt aPnt = BRep_Tool::Pnt(V1);
|
||||||
|
Standard_Real TolV = BRep_Tool::Tolerance(V1);
|
||||||
|
Handle(Geom_Surface) aSurf = BRep_Tool::Surface(aFace);
|
||||||
|
Handle(ShapeAnalysis_Surface) Analyser = new ShapeAnalysis_Surface(aSurf);
|
||||||
|
if (Analyser->IsDegenerated(aPnt, TolV))
|
||||||
|
{
|
||||||
|
theFaces.Append(aFace);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//Now all problem faces are collected in the list "theFaces"
|
||||||
|
BRepTools_Substitution aSubst;
|
||||||
|
TopTools_ListIteratorOfListOfShape itl(theFaces);
|
||||||
|
for (; itl.More(); itl.Next())
|
||||||
|
{
|
||||||
|
const TopoDS_Face& aFace = TopoDS::Face(itl.Value());
|
||||||
|
BRepOffsetAPI_MakeFilling Filler;
|
||||||
|
for (Explo.Init(aFace, TopAbs_EDGE); Explo.More(); Explo.Next())
|
||||||
|
{
|
||||||
|
const TopoDS_Edge& anEdge = TopoDS::Edge(Explo.Current());
|
||||||
|
if (!BRep_Tool::Degenerated(anEdge))
|
||||||
|
Filler.Add(anEdge, GeomAbs_C0);
|
||||||
|
}
|
||||||
|
Standard_Real Umin, Umax, Vmin, Vmax;
|
||||||
|
BRepTools::UVBounds(aFace, Umin, Umax, Vmin, Vmax);
|
||||||
|
//Handle(Geom_Surface) aSurf = BRep_Tool::Surface(aFace);
|
||||||
|
Standard_Integer i, j;
|
||||||
|
for (i = 1; i < NbSamples; i++)
|
||||||
|
for (j = 1; j < NbSamples; j++) {
|
||||||
|
/*
|
||||||
|
gp_Pnt aPoint = aSurf->Value(Umin + i*(Umax-Umin)/NbSamples,
|
||||||
|
Vmin + j*(Vmax-Vmin)/NbSamples);
|
||||||
|
Filler.Add(aPoint);
|
||||||
|
*/
|
||||||
|
Filler.Add(Umin + i*(Umax-Umin)/NbSamples,
|
||||||
|
Vmin + j*(Vmax-Vmin)/NbSamples,
|
||||||
|
aFace, GeomAbs_G1);
|
||||||
|
}
|
||||||
|
|
||||||
|
Filler.Build();
|
||||||
|
if (Filler.IsDone())
|
||||||
|
{
|
||||||
|
for (Explo.Init(aFace, TopAbs_EDGE); Explo.More(); Explo.Next())
|
||||||
|
{
|
||||||
|
const TopoDS_Edge& anEdge = TopoDS::Edge(Explo.Current());
|
||||||
|
TopTools_ListOfShape Ledge;
|
||||||
|
if (!BRep_Tool::Degenerated(anEdge))
|
||||||
|
{
|
||||||
|
const TopTools_ListOfShape& Ledges = Filler.Generated(anEdge);
|
||||||
|
if (!Ledges.IsEmpty()) {
|
||||||
|
TopoDS_Shape NewEdge = Ledges.First();
|
||||||
|
Ledge.Append(NewEdge.Oriented(TopAbs_FORWARD));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
aSubst.Substitute(anEdge, Ledge);
|
||||||
|
}
|
||||||
|
TopTools_ListOfShape Lface;
|
||||||
|
TopoDS_Face NewFace = TopoDS::Face(Filler.Shape());
|
||||||
|
NewFace.Orientation(TopAbs_FORWARD);
|
||||||
|
BRepAdaptor_Surface NewBAsurf(NewFace);
|
||||||
|
gp_Pnt MidPnt;
|
||||||
|
gp_Vec D1U, D1V, Normal, NewNormal;
|
||||||
|
Handle(Geom_Surface) aSurf = BRep_Tool::Surface(aFace);
|
||||||
|
aSurf->D1((Umin+Umax)*0.5, (Vmin+Vmax)*0.5, MidPnt, D1U, D1V);
|
||||||
|
Normal = D1U ^ D1V;
|
||||||
|
NewBAsurf.D1((NewBAsurf.FirstUParameter() + NewBAsurf.LastUParameter())*0.5,
|
||||||
|
(NewBAsurf.FirstVParameter() + NewBAsurf.LastVParameter())*0.5,
|
||||||
|
MidPnt, D1U, D1V);
|
||||||
|
NewNormal = D1U ^ D1V;
|
||||||
|
if (Normal * NewNormal < 0.)
|
||||||
|
NewFace.Reverse();
|
||||||
|
Lface.Append(NewFace);
|
||||||
|
aSubst.Substitute(aFace, Lface);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
aSubst.Build(aShape);
|
||||||
|
|
||||||
|
TopoDS_Shape Result = aShape;
|
||||||
|
if (aSubst.IsCopied(aShape))
|
||||||
|
Result = aSubst.Copy(aShape).First();
|
||||||
|
|
||||||
|
BRepTools::RemoveUnusedPCurves(Result);
|
||||||
|
|
||||||
|
return Result;
|
||||||
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : FixRanges
|
//function : FixRanges
|
||||||
//purpose :
|
//purpose :
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
TopoDS_Shape BlockFix::FixRanges (const TopoDS_Shape& S,
|
TopoDS_Shape BlockFix::FixRanges (const TopoDS_Shape& S,
|
||||||
const Standard_Real Tol)
|
const Standard_Real Tol)
|
||||||
{
|
{
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
#ifndef _Standard_Real_HeaderFile
|
#ifndef _Standard_Real_HeaderFile
|
||||||
#include <Standard_Real.hxx>
|
#include <Standard_Real.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class TopoDS_Shape;
|
class TopoDS_Shape;
|
||||||
class BlockFix_SphereSpaceModifier;
|
class BlockFix_SphereSpaceModifier;
|
||||||
class BlockFix_UnionFaces;
|
class BlockFix_UnionFaces;
|
||||||
@ -34,7 +35,6 @@ class BlockFix_BlockFixAPI;
|
|||||||
class BlockFix_PeriodicSurfaceModifier;
|
class BlockFix_PeriodicSurfaceModifier;
|
||||||
class BlockFix_CheckTool;
|
class BlockFix_CheckTool;
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
#ifndef _Standard_HeaderFile
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
#endif
|
||||||
@ -46,46 +46,27 @@ class BlockFix {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
void* operator new(size_t,void* anAddress)
|
void* operator new(size_t,void* anAddress)
|
||||||
{
|
{
|
||||||
return anAddress;
|
return anAddress;
|
||||||
}
|
}
|
||||||
void* operator new(size_t size)
|
void* operator new(size_t size)
|
||||||
{
|
{
|
||||||
return Standard::Allocate(size);
|
return Standard::Allocate(size);
|
||||||
}
|
}
|
||||||
void operator delete(void *anAddress)
|
void operator delete(void *anAddress)
|
||||||
{
|
{
|
||||||
if (anAddress) Standard::Free((Standard_Address&)anAddress);
|
if (anAddress) Standard::Free((Standard_Address&)anAddress);
|
||||||
}
|
}
|
||||||
// Methods PUBLIC
|
|
||||||
//
|
|
||||||
Standard_EXPORT static TopoDS_Shape RotateSphereSpace(const TopoDS_Shape& S,const Standard_Real Tol) ;
|
|
||||||
Standard_EXPORT static TopoDS_Shape FixRanges(const TopoDS_Shape& S,const Standard_Real Tol) ;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Standard_EXPORT static TopoDS_Shape RotateSphereSpace(const TopoDS_Shape& S,const Standard_Real Tol);
|
||||||
|
Standard_EXPORT static TopoDS_Shape RefillProblemFaces(const TopoDS_Shape& S);
|
||||||
|
Standard_EXPORT static TopoDS_Shape FixRanges(const TopoDS_Shape& S,const Standard_Real Tol);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
friend class BlockFix_SphereSpaceModifier;
|
friend class BlockFix_SphereSpaceModifier;
|
||||||
friend class BlockFix_UnionFaces;
|
friend class BlockFix_UnionFaces;
|
||||||
friend class BlockFix_UnionEdges;
|
friend class BlockFix_UnionEdges;
|
||||||
@ -95,12 +76,6 @@ friend class BlockFix_CheckTool;
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
// other Inline functions and methods (like "C++: function call" methods)
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -18,16 +18,21 @@
|
|||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
|
||||||
|
|
||||||
// File: BlockFix_BlockFixAPI.cxx
|
// File: BlockFix_BlockFixAPI.cxx
|
||||||
// Created: Tue Dec 7 11:59:05 2004
|
// Created: Tue Dec 7 11:59:05 2004
|
||||||
// Author: Pavel DURANDIN
|
// Author: Pavel DURANDIN
|
||||||
//
|
|
||||||
#include <BlockFix_BlockFixAPI.ixx>
|
#include <BlockFix_BlockFixAPI.ixx>
|
||||||
|
|
||||||
#include <BlockFix.hxx>
|
#include <BlockFix.hxx>
|
||||||
#include <BlockFix_UnionFaces.hxx>
|
#include <BlockFix_UnionFaces.hxx>
|
||||||
#include <BlockFix_UnionEdges.hxx>
|
#include <BlockFix_UnionEdges.hxx>
|
||||||
|
|
||||||
|
#include <Basics_OCCTVersion.hxx>
|
||||||
|
|
||||||
|
#include <ShapeUpgrade_RemoveLocations.hxx>
|
||||||
|
|
||||||
#include <Precision.hxx>
|
#include <Precision.hxx>
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
@ -52,12 +57,23 @@ void BlockFix_BlockFixAPI::Perform()
|
|||||||
TopoDS_Shape aShape = Shape();
|
TopoDS_Shape aShape = Shape();
|
||||||
myShape = BlockFix::RotateSphereSpace(aShape,myTolerance);
|
myShape = BlockFix::RotateSphereSpace(aShape,myTolerance);
|
||||||
|
|
||||||
|
// try to approximate non-canonic surfaces
|
||||||
|
// with singularities on boundaries by filling
|
||||||
|
myShape = BlockFix::RefillProblemFaces(myShape);
|
||||||
|
|
||||||
// faces unification
|
// faces unification
|
||||||
BlockFix_UnionFaces aFaceUnifier;
|
BlockFix_UnionFaces aFaceUnifier;
|
||||||
aFaceUnifier.GetTolerance() = myTolerance;
|
aFaceUnifier.GetTolerance() = myTolerance;
|
||||||
aFaceUnifier.GetOptimumNbFaces() = myOptimumNbFaces;
|
aFaceUnifier.GetOptimumNbFaces() = myOptimumNbFaces;
|
||||||
TopoDS_Shape aResult = aFaceUnifier.Perform(myShape);
|
TopoDS_Shape aResult = aFaceUnifier.Perform(myShape);
|
||||||
|
|
||||||
|
// avoid problem with degenerated edges appearance
|
||||||
|
// due to shape quality regress
|
||||||
|
ShapeUpgrade_RemoveLocations RemLoc;
|
||||||
|
RemLoc.Remove(aResult);
|
||||||
|
aResult = RemLoc.GetResult();
|
||||||
|
|
||||||
|
// edges unification
|
||||||
BlockFix_UnionEdges anEdgeUnifier;
|
BlockFix_UnionEdges anEdgeUnifier;
|
||||||
myShape = anEdgeUnifier.Perform(aResult,myTolerance);
|
myShape = anEdgeUnifier.Perform(aResult,myTolerance);
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
|
||||||
|
|
||||||
// File: BlockFix_UnionEdges.cxx
|
// File: BlockFix_UnionEdges.cxx
|
||||||
// Created: 07.12.04 15:27:30
|
// Created: 07.12.04 15:27:30
|
||||||
@ -26,30 +25,31 @@
|
|||||||
|
|
||||||
#include <BlockFix_UnionEdges.ixx>
|
#include <BlockFix_UnionEdges.ixx>
|
||||||
|
|
||||||
#include <Approx_Curve3d.hxx>
|
|
||||||
#include <BRepAdaptor_HCompCurve.hxx>
|
|
||||||
#include <BRep_Builder.hxx>
|
|
||||||
#include <BRep_Tool.hxx>
|
|
||||||
#include <GC_MakeCircle.hxx>
|
|
||||||
#include <Geom_BSplineCurve.hxx>
|
|
||||||
#include <Geom_Circle.hxx>
|
|
||||||
#include <Geom_Curve.hxx>
|
|
||||||
#include <Geom_Line.hxx>
|
|
||||||
#include <Geom_TrimmedCurve.hxx>
|
|
||||||
#include <ShapeAnalysis_Edge.hxx>
|
#include <ShapeAnalysis_Edge.hxx>
|
||||||
|
|
||||||
#include <ShapeFix_Edge.hxx>
|
#include <ShapeFix_Edge.hxx>
|
||||||
#include <ShapeFix_Face.hxx>
|
#include <ShapeFix_Face.hxx>
|
||||||
#include <ShapeFix_Shell.hxx>
|
#include <ShapeFix_Shell.hxx>
|
||||||
#include <TColgp_SequenceOfPnt.hxx>
|
|
||||||
#include <TColStd_MapOfInteger.hxx>
|
#include <BRep_Builder.hxx>
|
||||||
|
#include <BRep_CurveRepresentation.hxx>
|
||||||
|
#include <BRep_ListIteratorOfListOfCurveRepresentation.hxx>
|
||||||
|
#include <BRep_TEdge.hxx>
|
||||||
|
#include <BRep_Tool.hxx>
|
||||||
|
#include <BRepAdaptor_HCompCurve.hxx>
|
||||||
|
#include <BRepLib.hxx>
|
||||||
|
#include <BRepLib_MakeEdge.hxx>
|
||||||
|
|
||||||
#include <TopExp.hxx>
|
#include <TopExp.hxx>
|
||||||
#include <TopExp_Explorer.hxx>
|
#include <TopExp_Explorer.hxx>
|
||||||
|
|
||||||
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
|
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
|
||||||
#include <TopTools_IndexedMapOfShape.hxx>
|
#include <TopTools_IndexedMapOfShape.hxx>
|
||||||
#include <TopTools_ListOfShape.hxx>
|
#include <TopTools_ListOfShape.hxx>
|
||||||
#include <TopTools_MapOfShape.hxx>
|
#include <TopTools_MapOfShape.hxx>
|
||||||
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||||
#include <TopTools_SequenceOfShape.hxx>
|
#include <TopTools_SequenceOfShape.hxx>
|
||||||
|
|
||||||
#include <TopoDS.hxx>
|
#include <TopoDS.hxx>
|
||||||
#include <TopoDS_Edge.hxx>
|
#include <TopoDS_Edge.hxx>
|
||||||
#include <TopoDS_Face.hxx>
|
#include <TopoDS_Face.hxx>
|
||||||
@ -58,17 +58,206 @@
|
|||||||
#include <TopoDS_Vertex.hxx>
|
#include <TopoDS_Vertex.hxx>
|
||||||
#include <TopoDS_Iterator.hxx>
|
#include <TopoDS_Iterator.hxx>
|
||||||
|
|
||||||
|
#include <Approx_Curve3d.hxx>
|
||||||
|
|
||||||
|
#include <GC_MakeCircle.hxx>
|
||||||
|
|
||||||
|
#include <Geom_BSplineCurve.hxx>
|
||||||
|
#include <Geom_Circle.hxx>
|
||||||
|
#include <Geom_Curve.hxx>
|
||||||
|
#include <Geom_Line.hxx>
|
||||||
|
#include <Geom_TrimmedCurve.hxx>
|
||||||
|
#include <GeomConvert.hxx>
|
||||||
|
#include <GeomConvert_CompCurveToBSplineCurve.hxx>
|
||||||
|
|
||||||
|
#include <Geom2dConvert.hxx>
|
||||||
|
#include <Geom2dConvert_CompCurveToBSplineCurve.hxx>
|
||||||
|
#include <Geom2d_TrimmedCurve.hxx>
|
||||||
|
#include <Geom2d_BSplineCurve.hxx>
|
||||||
|
|
||||||
|
#include <TColGeom_SequenceOfSurface.hxx>
|
||||||
|
#include <TColGeom_Array1OfBSplineCurve.hxx>
|
||||||
|
#include <TColGeom_HArray1OfBSplineCurve.hxx>
|
||||||
|
#include <TColGeom2d_Array1OfBSplineCurve.hxx>
|
||||||
|
#include <TColGeom2d_HArray1OfBSplineCurve.hxx>
|
||||||
|
#include <TColGeom2d_SequenceOfBoundedCurve.hxx>
|
||||||
|
#include <TColgp_SequenceOfPnt.hxx>
|
||||||
|
#include <TColStd_Array1OfReal.hxx>
|
||||||
|
#include <TColStd_MapOfInteger.hxx>
|
||||||
|
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : BlockFix_UnionEdges()
|
//function : BlockFix_UnionEdges()
|
||||||
//purpose : Constructor
|
//purpose : Constructor
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
BlockFix_UnionEdges::BlockFix_UnionEdges ( )
|
BlockFix_UnionEdges::BlockFix_UnionEdges ( )
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//function : GlueEdgesWithPCurves
|
||||||
|
//purpose : Glues the pcurves of the sequence of edges
|
||||||
|
// and glues their 3d curves
|
||||||
|
//=======================================================================
|
||||||
|
static TopoDS_Edge GlueEdgesWithPCurves(const TopTools_SequenceOfShape& aChain,
|
||||||
|
const TopoDS_Vertex& FirstVertex,
|
||||||
|
const TopoDS_Vertex& LastVertex)
|
||||||
|
{
|
||||||
|
Standard_Integer i, j;
|
||||||
|
|
||||||
|
TopoDS_Edge FirstEdge = TopoDS::Edge(aChain(1));
|
||||||
|
//TColGeom2d_SequenceOfCurve PCurveSeq;
|
||||||
|
TColGeom_SequenceOfSurface SurfSeq;
|
||||||
|
//TopTools_SequenceOfShape LocSeq;
|
||||||
|
|
||||||
|
BRep_ListIteratorOfListOfCurveRepresentation itr( (Handle(BRep_TEdge)::DownCast(FirstEdge.TShape()))->Curves() );
|
||||||
|
for (; itr.More(); itr.Next())
|
||||||
|
{
|
||||||
|
Handle(BRep_CurveRepresentation) CurveRep = itr.Value();
|
||||||
|
if (CurveRep->IsCurveOnSurface())
|
||||||
|
{
|
||||||
|
//PCurveSeq.Append(CurveRep->PCurve());
|
||||||
|
SurfSeq.Append(CurveRep->Surface());
|
||||||
|
/*
|
||||||
|
TopoDS_Shape aLocShape;
|
||||||
|
aLocShape.Location(CurveRep->Location());
|
||||||
|
LocSeq.Append(aLocShape);
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Standard_Real fpar, lpar;
|
||||||
|
BRep_Tool::Range(FirstEdge, fpar, lpar);
|
||||||
|
TopoDS_Edge PrevEdge = FirstEdge;
|
||||||
|
TopoDS_Vertex CV;
|
||||||
|
Standard_Real MaxTol = 0.;
|
||||||
|
|
||||||
|
TopoDS_Edge ResEdge;
|
||||||
|
BRep_Builder BB;
|
||||||
|
|
||||||
|
Standard_Integer nb_curve = aChain.Length(); //number of curves
|
||||||
|
TColGeom_Array1OfBSplineCurve tab_c3d(0,nb_curve-1); //array of the curves
|
||||||
|
TColStd_Array1OfReal tabtolvertex(0,nb_curve-1); //(0,nb_curve-2); //array of the tolerances
|
||||||
|
|
||||||
|
TopoDS_Vertex PrevVertex = FirstVertex;
|
||||||
|
for (i = 1; i <= nb_curve; i++)
|
||||||
|
{
|
||||||
|
TopoDS_Edge anEdge = TopoDS::Edge(aChain(i));
|
||||||
|
TopoDS_Vertex VF, VL;
|
||||||
|
TopExp::Vertices(anEdge, VF, VL);
|
||||||
|
Standard_Boolean ToReverse = (!VF.IsSame(PrevVertex));
|
||||||
|
|
||||||
|
Standard_Real Tol1 = BRep_Tool::Tolerance(VF);
|
||||||
|
Standard_Real Tol2 = BRep_Tool::Tolerance(VL);
|
||||||
|
if (Tol1 > MaxTol)
|
||||||
|
MaxTol = Tol1;
|
||||||
|
if (Tol2 > MaxTol)
|
||||||
|
MaxTol = Tol2;
|
||||||
|
|
||||||
|
if (i > 1)
|
||||||
|
{
|
||||||
|
TopExp::CommonVertex(PrevEdge, anEdge, CV);
|
||||||
|
Standard_Real Tol = BRep_Tool::Tolerance(CV);
|
||||||
|
tabtolvertex(i-2) = Tol;
|
||||||
|
}
|
||||||
|
|
||||||
|
Handle(Geom_Curve) aCurve = BRep_Tool::Curve(anEdge, fpar, lpar);
|
||||||
|
Handle(Geom_TrimmedCurve) aTrCurve = new Geom_TrimmedCurve(aCurve, fpar, lpar);
|
||||||
|
tab_c3d(i-1) = GeomConvert::CurveToBSplineCurve(aTrCurve);
|
||||||
|
GeomConvert::C0BSplineToC1BSplineCurve(tab_c3d(i-1), Precision::Confusion());
|
||||||
|
if (ToReverse)
|
||||||
|
tab_c3d(i-1)->Reverse();
|
||||||
|
PrevVertex = (ToReverse)? VF : VL;
|
||||||
|
PrevEdge = anEdge;
|
||||||
|
}
|
||||||
|
Handle(TColGeom_HArray1OfBSplineCurve) concatcurve; //array of the concatenated curves
|
||||||
|
Handle(TColStd_HArray1OfInteger) ArrayOfIndices; //array of the remining Vertex
|
||||||
|
GeomConvert::ConcatC1(tab_c3d,
|
||||||
|
tabtolvertex,
|
||||||
|
ArrayOfIndices,
|
||||||
|
concatcurve,
|
||||||
|
Standard_False,
|
||||||
|
Precision::Confusion()); //C1 concatenation
|
||||||
|
|
||||||
|
if (concatcurve->Length() > 1)
|
||||||
|
{
|
||||||
|
GeomConvert_CompCurveToBSplineCurve Concat(concatcurve->Value(concatcurve->Lower()));
|
||||||
|
|
||||||
|
for (i = concatcurve->Lower()+1; i <= concatcurve->Upper(); i++)
|
||||||
|
Concat.Add( concatcurve->Value(i), MaxTol, Standard_True );
|
||||||
|
|
||||||
|
concatcurve->SetValue(concatcurve->Lower(), Concat.BSplineCurve());
|
||||||
|
}
|
||||||
|
Handle(Geom_BSplineCurve) ResCurve = concatcurve->Value(concatcurve->Lower());
|
||||||
|
|
||||||
|
TColGeom2d_SequenceOfBoundedCurve ResPCurves;
|
||||||
|
TopLoc_Location aLoc;
|
||||||
|
for (j = 1; j <= SurfSeq.Length(); j++)
|
||||||
|
{
|
||||||
|
TColGeom2d_Array1OfBSplineCurve tab_c2d(0,nb_curve-1); //array of the pcurves
|
||||||
|
|
||||||
|
PrevVertex = FirstVertex;
|
||||||
|
PrevEdge = FirstEdge;
|
||||||
|
//TopLoc_Location theLoc = LocSeq(j).Location();
|
||||||
|
for (i = 1; i <= nb_curve; i++)
|
||||||
|
{
|
||||||
|
TopoDS_Edge anEdge = TopoDS::Edge(aChain(i));
|
||||||
|
TopoDS_Vertex VF, VL;
|
||||||
|
TopExp::Vertices(anEdge, VF, VL);
|
||||||
|
Standard_Boolean ToReverse = (!VF.IsSame(PrevVertex));
|
||||||
|
|
||||||
|
/*
|
||||||
|
Handle(Geom2d_Curve) aPCurve =
|
||||||
|
BRep_Tool::CurveOnSurface(anEdge, SurfSeq(j), anEdge.Location()*theLoc, fpar, lpar);
|
||||||
|
*/
|
||||||
|
Handle(Geom2d_Curve) aPCurve =
|
||||||
|
BRep_Tool::CurveOnSurface(anEdge, SurfSeq(j), aLoc, fpar, lpar);
|
||||||
|
Handle(Geom2d_TrimmedCurve) aTrPCurve = new Geom2d_TrimmedCurve(aPCurve, fpar, lpar);
|
||||||
|
tab_c2d(i-1) = Geom2dConvert::CurveToBSplineCurve(aTrPCurve);
|
||||||
|
Geom2dConvert::C0BSplineToC1BSplineCurve(tab_c2d(i-1), Precision::Confusion());
|
||||||
|
if (ToReverse)
|
||||||
|
tab_c2d(i-1)->Reverse();
|
||||||
|
PrevVertex = (ToReverse)? VF : VL;
|
||||||
|
PrevEdge = anEdge;
|
||||||
|
}
|
||||||
|
Handle(TColGeom2d_HArray1OfBSplineCurve) concatc2d; //array of the concatenated curves
|
||||||
|
Handle(TColStd_HArray1OfInteger) ArrayOfInd2d; //array of the remining Vertex
|
||||||
|
Geom2dConvert::ConcatC1(tab_c2d,
|
||||||
|
tabtolvertex,
|
||||||
|
ArrayOfInd2d,
|
||||||
|
concatc2d,
|
||||||
|
Standard_False,
|
||||||
|
Precision::Confusion()); //C1 concatenation
|
||||||
|
|
||||||
|
if (concatc2d->Length() > 1)
|
||||||
|
{
|
||||||
|
Geom2dConvert_CompCurveToBSplineCurve Concat2d(concatc2d->Value(concatc2d->Lower()));
|
||||||
|
|
||||||
|
for (i = concatc2d->Lower()+1; i <= concatc2d->Upper(); i++)
|
||||||
|
Concat2d.Add( concatc2d->Value(i), MaxTol, Standard_True );
|
||||||
|
|
||||||
|
concatc2d->SetValue(concatc2d->Lower(), Concat2d.BSplineCurve());
|
||||||
|
}
|
||||||
|
Handle(Geom2d_BSplineCurve) aResPCurve = concatc2d->Value(concatc2d->Lower());
|
||||||
|
ResPCurves.Append(aResPCurve);
|
||||||
|
}
|
||||||
|
|
||||||
|
ResEdge = BRepLib_MakeEdge(ResCurve,
|
||||||
|
FirstVertex, LastVertex,
|
||||||
|
ResCurve->FirstParameter(), ResCurve->LastParameter());
|
||||||
|
BB.SameRange(ResEdge, Standard_False);
|
||||||
|
BB.SameParameter(ResEdge, Standard_False);
|
||||||
|
for (j = 1; j <= ResPCurves.Length(); j++)
|
||||||
|
{
|
||||||
|
BB.UpdateEdge(ResEdge, ResPCurves(j), SurfSeq(j), aLoc, MaxTol);
|
||||||
|
BB.Range(ResEdge, SurfSeq(j), aLoc, ResPCurves(j)->FirstParameter(), ResPCurves(j)->LastParameter());
|
||||||
|
}
|
||||||
|
|
||||||
|
BRepLib::SameParameter(ResEdge, MaxTol, Standard_True);
|
||||||
|
|
||||||
|
return ResEdge;
|
||||||
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : MergeEdges
|
//function : MergeEdges
|
||||||
@ -252,6 +441,8 @@ static Standard_Boolean MergeEdges(const TopTools_SequenceOfShape& SeqEdges,
|
|||||||
}
|
}
|
||||||
if(NeedUnion) {
|
if(NeedUnion) {
|
||||||
MESSAGE ("can not make analitical union => make approximation");
|
MESSAGE ("can not make analitical union => make approximation");
|
||||||
|
TopoDS_Edge E = GlueEdgesWithPCurves(aChain, VF, VL);
|
||||||
|
/*
|
||||||
TopoDS_Wire W;
|
TopoDS_Wire W;
|
||||||
B.MakeWire(W);
|
B.MakeWire(W);
|
||||||
for(j=1; j<=aChain.Length(); j++) {
|
for(j=1; j<=aChain.Length(); j++) {
|
||||||
@ -265,6 +456,7 @@ static Standard_Boolean MergeEdges(const TopTools_SequenceOfShape& SeqEdges,
|
|||||||
B.MakeEdge (E,bc,Precision::Confusion());
|
B.MakeEdge (E,bc,Precision::Confusion());
|
||||||
B.Add (E,VF);
|
B.Add (E,VF);
|
||||||
B.Add (E,VL);
|
B.Add (E,VL);
|
||||||
|
*/
|
||||||
aChain.SetValue(1,E);
|
aChain.SetValue(1,E);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
@ -277,12 +469,10 @@ static Standard_Boolean MergeEdges(const TopTools_SequenceOfShape& SeqEdges,
|
|||||||
return Standard_True;
|
return Standard_True;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : Perform
|
//function : Perform
|
||||||
//purpose :
|
//purpose :
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
TopoDS_Shape BlockFix_UnionEdges::Perform(const TopoDS_Shape& Shape,
|
TopoDS_Shape BlockFix_UnionEdges::Perform(const TopoDS_Shape& Shape,
|
||||||
const Standard_Real Tol)
|
const Standard_Real Tol)
|
||||||
{
|
{
|
||||||
|
@ -49,215 +49,294 @@ uses
|
|||||||
NMTTools
|
NMTTools
|
||||||
|
|
||||||
is
|
is
|
||||||
--
|
-- Enumerations
|
||||||
-- enumerations
|
imported State from GEOMAlgo;
|
||||||
--
|
imported KindOfShape from GEOMAlgo;
|
||||||
enumeration State is
|
imported KindOfName from GEOMAlgo;
|
||||||
ST_UNKNOWN,
|
imported KindOfBounds from GEOMAlgo;
|
||||||
ST_IN,
|
imported KindOfClosed from GEOMAlgo;
|
||||||
ST_OUT,
|
|
||||||
ST_ON,
|
|
||||||
ST_ONIN,
|
|
||||||
ST_ONOUT,
|
|
||||||
ST_INOUT
|
|
||||||
end State;
|
|
||||||
--
|
|
||||||
enumeration KindOfShape is
|
|
||||||
KS_UNKNOWN,
|
|
||||||
KS_SPHERE,
|
|
||||||
KS_CYLINDER,
|
|
||||||
KS_BOX,
|
|
||||||
KS_TORUS,
|
|
||||||
KS_CONE,
|
|
||||||
KS_ELLIPSE,
|
|
||||||
KS_PLANE,
|
|
||||||
KS_CIRCLE,
|
|
||||||
KS_LINE,
|
|
||||||
KS_DEGENERATED
|
|
||||||
end KindOfShape;
|
|
||||||
--
|
|
||||||
enumeration KindOfName is
|
|
||||||
KN_UNKNOWN,
|
|
||||||
KN_SPHERE,
|
|
||||||
KN_CYLINDER,
|
|
||||||
KN_TORUS,
|
|
||||||
KN_CONE,
|
|
||||||
KN_ELLIPSE,
|
|
||||||
KN_CIRCLE,
|
|
||||||
KN_PLANE,
|
|
||||||
KN_LINE,
|
|
||||||
KN_BOX,
|
|
||||||
KN_SEGMENT,
|
|
||||||
KN_ARCCIRCLE,
|
|
||||||
KN_POLYGON,
|
|
||||||
KN_POLYHEDRON,
|
|
||||||
KN_DISKCIRCLE,
|
|
||||||
KN_DISKELLIPSE,
|
|
||||||
KN_RECTANGLE,
|
|
||||||
KN_TRIANGLE,
|
|
||||||
KN_QUADRANGLE,
|
|
||||||
KN_ARCELLIPSE
|
|
||||||
end KindOfName;
|
|
||||||
--
|
|
||||||
enumeration KindOfBounds is
|
|
||||||
KB_UNKNOWN,
|
|
||||||
KB_TRIMMED,
|
|
||||||
KB_INFINITE
|
|
||||||
end KindOfBounds;
|
|
||||||
--
|
|
||||||
enumeration KindOfClosed is
|
|
||||||
KC_UNKNOWN,
|
|
||||||
KC_CLOSED,
|
|
||||||
KC_NOTCLOSED
|
|
||||||
end KindOfClosed;
|
|
||||||
--
|
|
||||||
deferred class HAlgo;
|
|
||||||
deferred class Clsf;
|
|
||||||
class ClsfSurf;
|
|
||||||
class ClsfBox;
|
|
||||||
--class FinderShapeOn2;
|
|
||||||
class PassKeyShapeMapHasher;
|
|
||||||
--
|
|
||||||
-- classes
|
|
||||||
--
|
|
||||||
deferred class Algo;
|
|
||||||
deferred class ShapeAlgo;
|
|
||||||
--
|
|
||||||
class ShapeInfo;
|
|
||||||
class ShapeInfoFiller;
|
|
||||||
--
|
--
|
||||||
-- Gluer / GetInPlace
|
-- Gluer / GetInPlace
|
||||||
--modified by NIZNHY-PKV Mon Feb 21 10:07:22 2011f
|
|
||||||
-- class Gluer1;
|
|
||||||
class Gluer;
|
|
||||||
|
|
||||||
imported Gluer2 from GEOMAlgo;
|
imported Gluer2 from GEOMAlgo;
|
||||||
imported GlueDetector from GEOMAlgo;
|
imported GlueDetector from GEOMAlgo;
|
||||||
imported GluerAlgo from GEOMAlgo;
|
imported GluerAlgo from GEOMAlgo;
|
||||||
imported GetInPlace from GEOMAlgo;
|
imported GetInPlace from GEOMAlgo;
|
||||||
--modified by NIZNHY-PKV Mon Feb 21 10:07:27 2011t
|
-- Algos
|
||||||
|
imported WireSplitter from GEOMAlgo;
|
||||||
|
imported WESScaler from GEOMAlgo;
|
||||||
|
imported WESCorrector from GEOMAlgo;
|
||||||
|
imported WireEdgeSet from GEOMAlgo;
|
||||||
|
imported GlueAnalyser from GEOMAlgo;
|
||||||
|
imported Gluer from GEOMAlgo;
|
||||||
|
imported FinderShapeOn2 from GEOMAlgo;
|
||||||
|
imported FinderShapeOn1 from GEOMAlgo;
|
||||||
|
imported FinderShapeOn from GEOMAlgo;
|
||||||
|
imported ShapeAlgo from GEOMAlgo;
|
||||||
|
imported SolidSolid from GEOMAlgo;
|
||||||
|
imported ShellSolid from GEOMAlgo;
|
||||||
|
imported VertexSolid from GEOMAlgo;
|
||||||
|
imported WireSolid from GEOMAlgo;
|
||||||
|
imported ShapeSolid from GEOMAlgo;
|
||||||
|
imported Splitter from GEOMAlgo;
|
||||||
|
imported Builder from GEOMAlgo;
|
||||||
|
imported BuilderShape from GEOMAlgo;
|
||||||
|
imported BuilderSolid from GEOMAlgo;
|
||||||
|
imported BuilderFace from GEOMAlgo;
|
||||||
|
imported BuilderArea from GEOMAlgo;
|
||||||
|
imported ShapeInfoFiller from GEOMAlgo;
|
||||||
|
imported Algo from GEOMAlgo;
|
||||||
|
-- Data / Tools
|
||||||
|
imported ShapeSet from GEOMAlgo;
|
||||||
|
imported SurfaceTools from GEOMAlgo;
|
||||||
|
imported ShapeInfo from GEOMAlgo;
|
||||||
|
imported CoupleOfShapes from GEOMAlgo;
|
||||||
|
imported BuilderTools from GEOMAlgo;
|
||||||
|
imported Tools3D from GEOMAlgo;
|
||||||
|
imported Tools from GEOMAlgo;
|
||||||
|
imported PWireEdgeSet from GEOMAlgo;
|
||||||
|
imported StateCollector from GEOMAlgo;
|
||||||
|
imported PassKey from GEOMAlgo;
|
||||||
|
imported PassKeyMapHasher from GEOMAlgo;
|
||||||
|
imported PassKeyShape from GEOMAlgo;
|
||||||
|
imported PassKeyShapeMapHasher from GEOMAlgo;
|
||||||
|
imported ClsfBox from GEOMAlgo;
|
||||||
|
imported ClsfSurf from GEOMAlgo;
|
||||||
|
imported ClsfSolid from GEOMAlgo;
|
||||||
|
imported Clsf from GEOMAlgo;
|
||||||
|
imported HAlgo from GEOMAlgo;
|
||||||
|
|
||||||
class GlueAnalyser;
|
imported ListOfCoupleOfShapes from GEOMAlgo;
|
||||||
|
imported ListIteratorOfListOfCoupleOfShapes from GEOMAlgo;
|
||||||
|
imported ListOfPnt from GEOMAlgo;
|
||||||
|
imported ListIteratorOfListOfPnt from GEOMAlgo;
|
||||||
|
imported DataMapOfShapeShapeSet from GEOMAlgo;
|
||||||
|
imported DataMapIteratorOfDataMapOfShapeShapeSet from GEOMAlgo;
|
||||||
|
imported DataMapOfShapeReal from GEOMAlgo;
|
||||||
|
imported DataMapIteratorOfDataMapOfShapeReal from GEOMAlgo;
|
||||||
|
imported DataMapOfRealListOfShape from GEOMAlgo;
|
||||||
|
imported DataMapIteratorOfDataMapOfRealListOfShape from GEOMAlgo;
|
||||||
|
imported DataMapOfPassKeyInteger from GEOMAlgo;
|
||||||
|
imported DataMapIteratorOfDataMapOfPassKeyInteger from GEOMAlgo;
|
||||||
|
imported DataMapOfPassKeyShapeShape from GEOMAlgo;
|
||||||
|
imported DataMapIteratorOfDataMapOfPassKeyShapeShape from GEOMAlgo;
|
||||||
|
imported DataMapOfOrientedShapeShape from GEOMAlgo;
|
||||||
|
imported DataMapIteratorOfDataMapOfOrientedShapeShape from GEOMAlgo;
|
||||||
|
imported DataMapOfShapeMapOfShape from GEOMAlgo;
|
||||||
|
imported DataMapIteratorOfDataMapOfShapeMapOfShape from GEOMAlgo;
|
||||||
|
imported DataMapOfShapePnt from GEOMAlgo;
|
||||||
|
imported DataMapIteratorOfDataMapOfShapePnt from GEOMAlgo;
|
||||||
|
imported IndexedDataMapOfShapeBox from GEOMAlgo;
|
||||||
|
imported IndexedDataMapOfShapeShapeInfo from GEOMAlgo;
|
||||||
|
imported IndexedDataMapOfShapeState from GEOMAlgo;
|
||||||
|
imported IndexedDataMapOfIntegerShape from GEOMAlgo;
|
||||||
|
imported IndexedDataMapOfPassKeyShapeListOfShape from GEOMAlgo;
|
||||||
|
|
||||||
class CoupleOfShapes;
|
|
||||||
class PassKey;
|
-- Instantiations
|
||||||
class PassKeyMapHasher;
|
|
||||||
class PassKeyShape;
|
--class ListOfCoupleOfShapes
|
||||||
class SurfaceTools;
|
-- instantiates List from TCollection (CoupleOfShapes from GEOMAlgo);
|
||||||
class Tools;
|
|
||||||
|
--class ListOfPnt
|
||||||
|
-- instantiates List from TCollection (Pnt from gp);
|
||||||
|
--
|
||||||
|
|
||||||
|
--class DataMapOfShapeShapeSet instantiates
|
||||||
|
-- DataMap from TCollection(Shape from TopoDS,
|
||||||
|
-- ShapeSet from GEOMAlgo,
|
||||||
|
-- ShapeMapHasher from TopTools);
|
||||||
|
|
||||||
|
--class DataMapOfShapeReal instantiates
|
||||||
|
-- DataMap from TCollection(Shape from TopoDS,
|
||||||
|
-- Real from Standard,
|
||||||
|
-- ShapeMapHasher from TopTools);
|
||||||
|
|
||||||
|
|
||||||
|
--class DataMapOfRealListOfShape instantiates
|
||||||
|
-- DataMap from TCollection(Real from Standard,
|
||||||
|
-- ListOfShape from TopTools,
|
||||||
|
-- MapRealHasher from TColStd);
|
||||||
|
|
||||||
|
|
||||||
|
--class DataMapOfPassKeyInteger
|
||||||
|
-- instantiates DataMap from TCollection (PassKey from GEOMAlgo,
|
||||||
|
-- Integer from Standard,
|
||||||
|
-- PassKeyMapHasher from GEOMAlgo);
|
||||||
|
|
||||||
|
--class DataMapOfPassKeyShapeShape
|
||||||
|
-- instantiates DataMap from TCollection (PassKeyShape from GEOMAlgo,
|
||||||
|
-- Shape from TopoDS,
|
||||||
|
-- PassKeyShapeMapHasher from GEOMAlgo);
|
||||||
|
|
||||||
|
--class DataMapOfOrientedShapeShape instantiates
|
||||||
|
-- DataMap from TCollection (Shape from TopoDS,
|
||||||
|
-- Shape from TopoDS,
|
||||||
|
-- OrientedShapeMapHasher from TopTools);
|
||||||
|
|
||||||
|
|
||||||
|
--class DataMapOfShapeMapOfShape instantiates
|
||||||
|
-- DataMap from TCollection (Shape from TopoDS,
|
||||||
|
-- MapOfShape from TopTools,
|
||||||
|
-- ShapeMapHasher from TopTools);
|
||||||
|
|
||||||
|
--class DataMapOfShapePnt instantiates
|
||||||
|
-- DataMap from TCollection (Shape from TopoDS,
|
||||||
|
-- Pnt from gp,
|
||||||
|
-- ShapeMapHasher from TopTools);
|
||||||
|
|
||||||
|
--
|
||||||
|
--class IndexedDataMapOfShapeBox
|
||||||
|
-- instantiates IndexedDataMap from TCollection (Shape from TopoDS,
|
||||||
|
-- Box from Bnd,
|
||||||
|
-- ShapeMapHasher from TopTools);
|
||||||
|
|
||||||
|
-- class IndexedDataMapOfShapeShapeInfo
|
||||||
|
-- instantiates IndexedDataMap from TCollection (Shape from TopoDS,
|
||||||
|
-- ShapeInfo from GEOMAlgo,
|
||||||
|
-- ShapeMapHasher from TopTools);
|
||||||
|
-- class IndexedDataMapOfShapeState
|
||||||
|
-- instantiates IndexedDataMap from TCollection (Shape from TopoDS,
|
||||||
|
-- State from TopAbs,
|
||||||
|
-- ShapeMapHasher from TopTools);
|
||||||
|
|
||||||
|
|
||||||
|
--
|
||||||
|
-- class IndexedDataMapOfIntegerShape
|
||||||
|
-- instantiates IndexedDataMap from TCollection (Integer from Standard,
|
||||||
|
-- Shape from TopoDS,
|
||||||
|
-- MapIntegerHasher from TColStd);
|
||||||
|
|
||||||
|
|
||||||
|
-- class IndexedDataMapOfPassKeyShapeListOfShape
|
||||||
|
-- instantiates IndexedDataMap from TCollection (PassKeyShape from GEOMAlgo,
|
||||||
|
-- ListOfShape from TopTools,
|
||||||
|
-- PassKeyShapeMapHasher from GEOMAlgo);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
end GEOMAlgo;
|
||||||
|
--
|
||||||
|
-- enumerations
|
||||||
|
--
|
||||||
|
--enumeration State is
|
||||||
|
-- ST_UNKNOWN,
|
||||||
|
-- ST_IN,
|
||||||
|
-- ST_OUT,
|
||||||
|
-- ST_ON,
|
||||||
|
-- ST_ONIN,
|
||||||
|
-- ST_ONOUT,
|
||||||
|
-- ST_INOUT
|
||||||
|
-- end State;
|
||||||
|
--
|
||||||
|
-- enumeration KindOfShape is
|
||||||
|
-- KS_UNKNOWN,
|
||||||
|
-- KS_SPHERE,
|
||||||
|
-- KS_CYLINDER,
|
||||||
|
-- KS_BOX,
|
||||||
|
-- KS_TORUS,
|
||||||
|
-- KS_CONE,
|
||||||
|
-- KS_ELLIPSE,
|
||||||
|
-- KS_PLANE,
|
||||||
|
-- KS_CIRCLE,
|
||||||
|
-- KS_LINE,
|
||||||
|
-- KS_DEGENERATED
|
||||||
|
-- end KindOfShape;
|
||||||
|
--
|
||||||
|
-- enumeration KindOfName is
|
||||||
|
-- KN_UNKNOWN,
|
||||||
|
-- KN_SPHERE,
|
||||||
|
-- KN_CYLINDER,
|
||||||
|
-- KN_TORUS,
|
||||||
|
-- KN_CONE,
|
||||||
|
-- KN_ELLIPSE,
|
||||||
|
-- KN_CIRCLE,
|
||||||
|
-- KN_PLANE,
|
||||||
|
-- KN_LINE,
|
||||||
|
-- KN_BOX,
|
||||||
|
-- KN_SEGMENT,
|
||||||
|
-- KN_ARCCIRCLE,
|
||||||
|
-- KN_POLYGON,
|
||||||
|
-- KN_POLYHEDRON,
|
||||||
|
-- KN_DISKCIRCLE,
|
||||||
|
-- KN_DISKELLIPSE,
|
||||||
|
-- KN_RECTANGLE,
|
||||||
|
-- KN_TRIANGLE,
|
||||||
|
-- KN_QUADRANGLE,
|
||||||
|
-- KN_ARCELLIPSE
|
||||||
|
-- end KindOfName;
|
||||||
|
--
|
||||||
|
-- enumeration KindOfBounds is
|
||||||
|
-- KB_UNKNOWN,
|
||||||
|
-- KB_TRIMMED,
|
||||||
|
-- KB_INFINITE
|
||||||
|
-- end KindOfBounds;
|
||||||
|
--
|
||||||
|
-- enumeration KindOfClosed is
|
||||||
|
-- KC_UNKNOWN,
|
||||||
|
-- KC_CLOSED,
|
||||||
|
-- KC_NOTCLOSED
|
||||||
|
-- end KindOfClosed;
|
||||||
|
--
|
||||||
|
|
||||||
|
--deferred class HAlgo;
|
||||||
|
--deferred class Clsf;
|
||||||
|
--class ClsfSurf;
|
||||||
|
--class ClsfBox;
|
||||||
|
--class ClsfSolid;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- classes
|
||||||
|
--
|
||||||
|
--deferred class Algo;
|
||||||
|
--deferred class ShapeAlgo;
|
||||||
|
--
|
||||||
|
--class ShapeInfo;
|
||||||
|
--class ShapeInfoFiller;
|
||||||
|
--class CoupleOfShapes;
|
||||||
|
--class SurfaceTools;
|
||||||
|
--class Tools;
|
||||||
|
--class PassKey;
|
||||||
|
--class PassKeyMapHasher;
|
||||||
|
--class PassKeyShape;
|
||||||
|
--class PassKeyShapeMapHasher;
|
||||||
--
|
--
|
||||||
-- finder on
|
-- finder on
|
||||||
deferred class ShapeSolid;
|
--deferred class ShapeSolid;
|
||||||
class WireSolid;
|
--class WireSolid;
|
||||||
class ShellSolid;
|
--class ShellSolid;
|
||||||
class VertexSolid;
|
--class VertexSolid;
|
||||||
class SolidSolid;
|
--class SolidSolid;
|
||||||
--class FinderShapeOn;
|
--class StateCollector;
|
||||||
--
|
|
||||||
--class FinderShapeOn1;
|
|
||||||
class StateCollector;
|
|
||||||
|
|
||||||
class ClsfSolid;
|
--
|
||||||
-- class FinderShapeOn2;
|
--class Gluer;
|
||||||
-- class PassKeyShapeMapHasher;
|
--class GlueAnalyser;
|
||||||
|
--class FinderShapeOn;
|
||||||
|
--class FinderShapeOn1;
|
||||||
|
--class FinderShapeOn2;
|
||||||
--
|
--
|
||||||
-- Builder/Splitter
|
-- Builder/Splitter
|
||||||
deferred class BuilderShape;
|
--deferred class BuilderShape;
|
||||||
|
--class Builder;
|
||||||
|
--class Splitter;
|
||||||
|
--class Tools3D;
|
||||||
|
--class BuilderTools;
|
||||||
|
--class ShapeSet;
|
||||||
|
|
||||||
class Builder;
|
--deferred class BuilderArea;
|
||||||
class Splitter;
|
--class BuilderFace;
|
||||||
class Tools3D;
|
--class BuilderSolid;
|
||||||
class BuilderTools;
|
|
||||||
class ShapeSet;
|
|
||||||
|
|
||||||
deferred class BuilderArea;
|
--class WireSplitter;
|
||||||
class BuilderFace;
|
--class WireEdgeSet;
|
||||||
class BuilderSolid;
|
--class WESCorrector;
|
||||||
|
--class WESScaler;
|
||||||
class WireSplitter;
|
|
||||||
class WireEdgeSet;
|
|
||||||
class WESCorrector;
|
|
||||||
class WESScaler;
|
|
||||||
--
|
--
|
||||||
-- Pointers
|
-- Pointers
|
||||||
--
|
--
|
||||||
pointer PWireEdgeSet to WireEdgeSet from GEOMAlgo;
|
--pointer PWireEdgeSet to WireEdgeSet from GEOMAlgo;
|
||||||
--
|
--
|
||||||
--
|
--
|
||||||
-- Instantiations
|
|
||||||
class DataMapOfShapeShapeSet instantiates
|
|
||||||
DataMap from TCollection(Shape from TopoDS,
|
|
||||||
ShapeSet from GEOMAlgo,
|
|
||||||
ShapeMapHasher from TopTools);
|
|
||||||
|
|
||||||
class DataMapOfShapeReal instantiates
|
|
||||||
DataMap from TCollection(Shape from TopoDS,
|
|
||||||
Real from Standard,
|
|
||||||
ShapeMapHasher from TopTools);
|
|
||||||
|
|
||||||
|
|
||||||
class DataMapOfRealListOfShape instantiates
|
|
||||||
DataMap from TCollection(Real from Standard,
|
|
||||||
ListOfShape from TopTools,
|
|
||||||
MapRealHasher from TColStd);
|
|
||||||
--
|
|
||||||
-- instantiations
|
|
||||||
|
|
||||||
|
|
||||||
class IndexedDataMapOfShapeBox
|
|
||||||
instantiates IndexedDataMap from TCollection (Shape from TopoDS,
|
|
||||||
Box from Bnd,
|
|
||||||
ShapeMapHasher from TopTools);
|
|
||||||
class IndexedDataMapOfIntegerShape
|
|
||||||
instantiates IndexedDataMap from TCollection (Integer from Standard,
|
|
||||||
Shape from TopoDS,
|
|
||||||
MapIntegerHasher from TColStd);
|
|
||||||
|
|
||||||
class ListOfCoupleOfShapes
|
|
||||||
instantiates List from TCollection (CoupleOfShapes from GEOMAlgo);
|
|
||||||
|
|
||||||
|
|
||||||
class IndexedDataMapOfShapeState
|
|
||||||
instantiates IndexedDataMap from TCollection (Shape from TopoDS,
|
|
||||||
State from TopAbs,
|
|
||||||
ShapeMapHasher from TopTools);
|
|
||||||
class ListOfPnt
|
|
||||||
instantiates List from TCollection (Pnt from gp);
|
|
||||||
|
|
||||||
class DataMapOfPassKeyInteger
|
|
||||||
instantiates DataMap from TCollection (PassKey from GEOMAlgo,
|
|
||||||
Integer from Standard,
|
|
||||||
PassKeyMapHasher from GEOMAlgo);
|
|
||||||
|
|
||||||
class IndexedDataMapOfPassKeyShapeListOfShape
|
|
||||||
instantiates IndexedDataMap from TCollection (PassKeyShape from GEOMAlgo,
|
|
||||||
ListOfShape from TopTools,
|
|
||||||
PassKeyShapeMapHasher from GEOMAlgo);
|
|
||||||
|
|
||||||
class IndexedDataMapOfShapeShapeInfo
|
|
||||||
instantiates IndexedDataMap from TCollection (Shape from TopoDS,
|
|
||||||
ShapeInfo from GEOMAlgo,
|
|
||||||
ShapeMapHasher from TopTools);
|
|
||||||
|
|
||||||
class DataMapOfPassKeyShapeShape
|
|
||||||
instantiates DataMap from TCollection (PassKeyShape from GEOMAlgo,
|
|
||||||
Shape from TopoDS,
|
|
||||||
PassKeyShapeMapHasher from GEOMAlgo);
|
|
||||||
|
|
||||||
class DataMapOfOrientedShapeShape instantiates
|
|
||||||
DataMap from TCollection (Shape from TopoDS,
|
|
||||||
Shape from TopoDS,
|
|
||||||
OrientedShapeMapHasher from TopTools);
|
|
||||||
|
|
||||||
--modified by NIZNHY-PKV Thu Apr 28 08:25:36 2011f
|
|
||||||
class DataMapOfShapeMapOfShape instantiates
|
|
||||||
DataMap from TCollection (Shape from TopoDS,
|
|
||||||
MapOfShape from TopTools,
|
|
||||||
ShapeMapHasher from TopTools);
|
|
||||||
class DataMapOfShapePnt instantiates
|
|
||||||
DataMap from TCollection (Shape from TopoDS,
|
|
||||||
Pnt from gp,
|
|
||||||
ShapeMapHasher from TopTools);
|
|
||||||
--modified by NIZNHY-PKV Thu Apr 28 08:25:39 2011t
|
|
||||||
|
|
||||||
end GEOMAlgo;
|
|
||||||
|
@ -1,247 +0,0 @@
|
|||||||
# Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
#
|
|
||||||
# This library is free software; you can redistribute it and/or
|
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
|
||||||
# License as published by the Free Software Foundation; either
|
|
||||||
# version 2.1 of the License.
|
|
||||||
#
|
|
||||||
# This library is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
# Lesser General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
|
||||||
# License along with this library; if not, write to the Free Software
|
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
#
|
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
#
|
|
||||||
|
|
||||||
TEMPLATE = lib
|
|
||||||
TARGET = GEOMAlgo
|
|
||||||
DESTDIR = ../../lib
|
|
||||||
MOC_DIR = ../../moc
|
|
||||||
OBJECTS_DIR = ../../obj/$$TARGET
|
|
||||||
|
|
||||||
CASROOT = $$(CASROOT)
|
|
||||||
CAS_CPPFLAGS = $${CASROOT}/inc
|
|
||||||
|
|
||||||
KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome
|
|
||||||
|
|
||||||
STDLIB = -lstdc++
|
|
||||||
|
|
||||||
CAS_LDPATH = -L$$(CASROOT)/Linux/lib
|
|
||||||
|
|
||||||
INCLUDEPATH += $${CAS_CPPFLAGS} $${KERNEL_CXXFLAGS} ../NMTDS ../NMTTools
|
|
||||||
|
|
||||||
LIBS += -L$$(GEOM_ROOT_DIR)/lib -lNMTTools $${STDLIB} $${CAS_LDPATH} -lTKBO -lTKShHealing -lTKBool -lTKMesh
|
|
||||||
|
|
||||||
CONFIG -= debug release debug_and_release
|
|
||||||
CONFIG += qt thread debug dll shared
|
|
||||||
|
|
||||||
win32:DEFINES += WIN32
|
|
||||||
DEFINES += OCC_VERSION_MAJOR=6 OCC_VERSION_MINOR=1 OCC_VERSION_MAINTENANCE=1 LIN LINTEL CSFDB No_exception HAVE_CONFIG_H HAVE_LIMITS_H HAVE_WOK_CONFIG_H OCC_CONVERT_SIGNALS
|
|
||||||
|
|
||||||
HEADERS = BlockFix_BlockFixAPI.hxx
|
|
||||||
HEADERS += BlockFix_BlockFixAPI.lxx
|
|
||||||
HEADERS += BlockFix_CheckTool.hxx
|
|
||||||
HEADERS += Handle_BlockFix_BlockFixAPI.hxx
|
|
||||||
HEADERS += GEOMAlgo_Algo.hxx
|
|
||||||
HEADERS += GEOMAlgo_BuilderArea.hxx
|
|
||||||
HEADERS += GEOMAlgo_BuilderFace.hxx
|
|
||||||
HEADERS += GEOMAlgo_Builder.hxx
|
|
||||||
HEADERS += GEOMAlgo_BuilderShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_BuilderSolid.hxx
|
|
||||||
HEADERS += GEOMAlgo_BuilderTools.hxx
|
|
||||||
HEADERS += GEOMAlgo_ClsfBox.hxx
|
|
||||||
HEADERS += GEOMAlgo_Clsf.hxx
|
|
||||||
HEADERS += GEOMAlgo_ClsfSurf.hxx
|
|
||||||
HEADERS += GEOMAlgo_CoupleOfShapes.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapOfPassKeyInteger.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapOfRealListOfShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapOfShapeReal.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapOfShapeShapeSet.hxx
|
|
||||||
HEADERS += GEOMAlgo_FinderShapeOn1.hxx
|
|
||||||
HEADERS += GEOMAlgo_FinderShapeOn2.hxx
|
|
||||||
HEADERS += GEOMAlgo_FinderShapeOn.hxx
|
|
||||||
HEADERS += GEOMAlgo_FinderShapeOnQuad.hxx
|
|
||||||
HEADERS += GEOMAlgo_GlueAnalyser.hxx
|
|
||||||
HEADERS += GEOMAlgo_Gluer.hxx
|
|
||||||
HEADERS += GEOMAlgo_HAlgo.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapOfIntegerShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapOfPassKeyListOfShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapOfShapeBox.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapOfShapeState.hxx
|
|
||||||
HEADERS += GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx
|
|
||||||
HEADERS += GEOMAlgo_ListIteratorOfListOfPnt.hxx
|
|
||||||
HEADERS += GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx
|
|
||||||
HEADERS += GEOMAlgo_ListNodeOfListOfPnt.hxx
|
|
||||||
HEADERS += GEOMAlgo_ListOfCoupleOfShapes.hxx
|
|
||||||
HEADERS += GEOMAlgo_ListOfPnt.hxx
|
|
||||||
HEADERS += GEOMAlgo_PassKey.hxx
|
|
||||||
HEADERS += GEOMAlgo_PassKeyMapHasher.hxx
|
|
||||||
HEADERS += GEOMAlgo_PassKeyShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_PassKeyShapeMapHasher.hxx
|
|
||||||
HEADERS += GEOMAlgo_PWireEdgeSet.hxx
|
|
||||||
HEADERS += GEOMAlgo_ShapeAlgo.hxx
|
|
||||||
HEADERS += GEOMAlgo_ShapeSet.hxx
|
|
||||||
HEADERS += GEOMAlgo_ShapeSolid.hxx
|
|
||||||
HEADERS += GEOMAlgo_ShellSolid.hxx
|
|
||||||
HEADERS += GEOMAlgo_SolidSolid.hxx
|
|
||||||
HEADERS += GEOMAlgo_Splitter.hxx
|
|
||||||
HEADERS += GEOMAlgo_StateCollector.hxx
|
|
||||||
HEADERS += GEOMAlgo_State.hxx
|
|
||||||
HEADERS += GEOMAlgo_SurfaceTools.hxx
|
|
||||||
HEADERS += GEOMAlgo_Tools3D.hxx
|
|
||||||
HEADERS += GEOMAlgo_Tools.hxx
|
|
||||||
HEADERS += GEOMAlgo_VertexSolid.hxx
|
|
||||||
HEADERS += GEOMAlgo_WESCorrector.hxx
|
|
||||||
HEADERS += GEOMAlgo_WireEdgeSet.hxx
|
|
||||||
HEADERS += GEOMAlgo_WireSolid.hxx
|
|
||||||
HEADERS += GEOMAlgo_WireSplitter.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_ClsfBox.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_Clsf.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_ClsfSurf.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_HAlgo.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx
|
|
||||||
HEADERS += GEOMAlgo_ClsfSolid.hxx
|
|
||||||
HEADERS += GEOMAlgo_ClsfSolid.ixx
|
|
||||||
HEADERS += GEOMAlgo_ClsfSolid.jxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_DataMapOfPassKeyShapeShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_Gluer1.cxx
|
|
||||||
HEADERS += GEOMAlgo_Gluer1.hxx
|
|
||||||
HEADERS += GEOMAlgo_Gluer1.ixx
|
|
||||||
HEADERS += GEOMAlgo_Gluer1.jxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx
|
|
||||||
HEADERS += GEOMAlgo_IndexedDataMapOfShapeShapeInfo.hxx
|
|
||||||
HEADERS += GEOMAlgo_KindOfBounds.hxx
|
|
||||||
HEADERS += GEOMAlgo_KindOfClosed.hxx
|
|
||||||
HEADERS += GEOMAlgo_KindOfName.hxx
|
|
||||||
HEADERS += GEOMAlgo_KindOfShape.hxx
|
|
||||||
HEADERS += GEOMAlgo_ShapeInfo.hxx
|
|
||||||
HEADERS += GEOMAlgo_ShapeInfo.ixx
|
|
||||||
HEADERS += GEOMAlgo_ShapeInfo.jxx
|
|
||||||
HEADERS += GEOMAlgo_ShapeInfoFiller.hxx
|
|
||||||
HEADERS += GEOMAlgo_ShapeInfoFiller.ixx
|
|
||||||
HEADERS += GEOMAlgo_ShapeInfoFiller.jxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_ClsfSolid.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx
|
|
||||||
HEADERS += Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx
|
|
||||||
|
|
||||||
SOURCES = BlockFix.cxx
|
|
||||||
SOURCES += BlockFix_BlockFixAPI.cxx
|
|
||||||
SOURCES += BlockFix_CheckTool.cxx
|
|
||||||
SOURCES += BlockFix_PeriodicSurfaceModifier.cxx
|
|
||||||
SOURCES += BlockFix_SphereSpaceModifier.cxx
|
|
||||||
SOURCES += BlockFix_UnionEdges.cxx
|
|
||||||
SOURCES += BlockFix_UnionFaces.cxx
|
|
||||||
SOURCES += GEOMAlgo_Algo.cxx
|
|
||||||
SOURCES += GEOMAlgo_Builder_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_Builder_1.cxx
|
|
||||||
SOURCES += GEOMAlgo_Builder_2.cxx
|
|
||||||
SOURCES += GEOMAlgo_Builder_3.cxx
|
|
||||||
SOURCES += GEOMAlgo_Builder_4.cxx
|
|
||||||
SOURCES += GEOMAlgo_BuilderArea.cxx
|
|
||||||
SOURCES += GEOMAlgo_Builder.cxx
|
|
||||||
SOURCES += GEOMAlgo_BuilderFace.cxx
|
|
||||||
SOURCES += GEOMAlgo_BuilderShape.cxx
|
|
||||||
SOURCES += GEOMAlgo_BuilderSolid.cxx
|
|
||||||
SOURCES += GEOMAlgo_BuilderTools.cxx
|
|
||||||
SOURCES += GEOMAlgo_ClsfBox.cxx
|
|
||||||
SOURCES += GEOMAlgo_Clsf.cxx
|
|
||||||
SOURCES += GEOMAlgo_ClsfSurf.cxx
|
|
||||||
SOURCES += GEOMAlgo_CoupleOfShapes.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapOfPassKeyInteger_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapOfRealListOfShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapOfShapeReal_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapOfShapeShapeSet_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_FinderShapeOn1.cxx
|
|
||||||
SOURCES += GEOMAlgo_FinderShapeOn2.cxx
|
|
||||||
SOURCES += GEOMAlgo_FinderShapeOn.cxx
|
|
||||||
SOURCES += GEOMAlgo_FinderShapeOnQuad.cxx
|
|
||||||
SOURCES += GEOMAlgo_GlueAnalyser.cxx
|
|
||||||
SOURCES += GEOMAlgo_Gluer.cxx
|
|
||||||
SOURCES += GEOMAlgo_HAlgo.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapOfIntegerShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapOfPassKeyListOfShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapOfShapeBox_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapOfShapeState_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_ListIteratorOfListOfCoupleOfShapes_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_ListIteratorOfListOfPnt_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_ListNodeOfListOfCoupleOfShapes_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_ListNodeOfListOfPnt_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_ListOfCoupleOfShapes_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_ListOfPnt_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_PassKey.cxx
|
|
||||||
SOURCES += GEOMAlgo_PassKeyMapHasher.cxx
|
|
||||||
SOURCES += GEOMAlgo_PassKeyShape.cxx
|
|
||||||
SOURCES += GEOMAlgo_PassKeyShapeMapHasher.cxx
|
|
||||||
SOURCES += GEOMAlgo_ShapeAlgo.cxx
|
|
||||||
SOURCES += GEOMAlgo_ShapeSet.cxx
|
|
||||||
SOURCES += GEOMAlgo_ShapeSolid.cxx
|
|
||||||
SOURCES += GEOMAlgo_ShellSolid.cxx
|
|
||||||
SOURCES += GEOMAlgo_SolidSolid.cxx
|
|
||||||
SOURCES += GEOMAlgo_Splitter.cxx
|
|
||||||
SOURCES += GEOMAlgo_StateCollector.cxx
|
|
||||||
SOURCES += GEOMAlgo_SurfaceTools.cxx
|
|
||||||
SOURCES += GEOMAlgo_Tools3D.cxx
|
|
||||||
SOURCES += GEOMAlgo_Tools.cxx
|
|
||||||
SOURCES += GEOMAlgo_VertexSolid.cxx
|
|
||||||
SOURCES += GEOMAlgo_WESCorrector.cxx
|
|
||||||
SOURCES += GEOMAlgo_WireEdgeSet.cxx
|
|
||||||
SOURCES += GEOMAlgo_WireSolid.cxx
|
|
||||||
SOURCES += GEOMAlgo_WireSplitter.cxx
|
|
||||||
SOURCES += GEOMAlgo_ClsfSolid.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_DataMapOfPassKeyShapeShape_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_ShapeInfoFiller_1.cxx
|
|
||||||
SOURCES += GEOMAlgo_IndexedDataMapOfShapeShapeInfo_0.cxx
|
|
||||||
SOURCES += GEOMAlgo_ShapeInfo.cxx
|
|
||||||
SOURCES += GEOMAlgo_ShapeInfoFiller.cxx
|
|
||||||
|
|
||||||
includes.files = $$HEADERS
|
|
||||||
includes.path = ../../include
|
|
||||||
|
|
||||||
INSTALLS += includes
|
|
@ -1,64 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_Algo.cdl
|
|
||||||
-- Created: Sat Dec 04 12:37:56 2004
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
-- <peter@PREFEX>
|
|
||||||
--
|
|
||||||
deferred class Algo from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose:
|
|
||||||
|
|
||||||
--uses
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Initialize
|
|
||||||
returns Algo from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_Algo();"
|
|
||||||
|
|
||||||
Perform(me:out)
|
|
||||||
is deferred;
|
|
||||||
|
|
||||||
CheckData(me:out)
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
CheckResult(me:out)
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
ErrorStatus (me)
|
|
||||||
returns Integer from Standard;
|
|
||||||
|
|
||||||
WarningStatus (me)
|
|
||||||
returns Integer from Standard;
|
|
||||||
|
|
||||||
ComputeInternalShapes(me : in out; theFlag : Boolean from Standard);
|
|
||||||
---Purpose: Allows to omit of creation of internal shapes (manifold topology).
|
|
||||||
-- Needed for the SALOME/TRIPOLI module.
|
|
||||||
|
|
||||||
fields
|
|
||||||
myErrorStatus : Integer from Standard is protected;
|
|
||||||
myWarningStatus : Integer from Standard is protected;
|
|
||||||
myComputeInternalShapes : Boolean from Standard is protected;
|
|
||||||
|
|
||||||
end Algo;
|
|
@ -25,7 +25,7 @@
|
|||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
// <peter@PREFEX>
|
// <peter@PREFEX>
|
||||||
//
|
//
|
||||||
#include <GEOMAlgo_Algo.ixx>
|
#include <GEOMAlgo_Algo.hxx>
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
// function:
|
// function:
|
||||||
|
@ -20,96 +20,56 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_Algo.hxx
|
||||||
|
// Created: Sat Dec 04 12:39:47 2004
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
// <peter@PREFEX>
|
||||||
|
//
|
||||||
#ifndef _GEOMAlgo_Algo_HeaderFile
|
#ifndef _GEOMAlgo_Algo_HeaderFile
|
||||||
#define _GEOMAlgo_Algo_HeaderFile
|
#define _GEOMAlgo_Algo_HeaderFile
|
||||||
|
|
||||||
#ifndef _Standard_Integer_HeaderFile
|
|
||||||
#include <Standard_Integer.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
#include <Standard_Macro.hxx>
|
||||||
#endif
|
#include <Standard_Integer.hxx>
|
||||||
|
#include <Standard_Boolean.hxx>
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//class : GEOMAlgo_Algo
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_Algo
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void Perform() = 0;
|
||||||
|
|
||||||
class GEOMAlgo_Algo {
|
Standard_EXPORT
|
||||||
|
Standard_Integer ErrorStatus() const;
|
||||||
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 virtual void Perform() = 0;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT Standard_Integer ErrorStatus() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT Standard_Integer WarningStatus() const;
|
|
||||||
|
|
||||||
Standard_EXPORT void ComputeInternalShapes(const Standard_Boolean theFlag);
|
|
||||||
|
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
Standard_Integer WarningStatus() const;
|
||||||
|
|
||||||
|
//! Allows to omit of creation of internal shapes (manifold topology). <br>
|
||||||
|
//! Needed for the SALOME/TRIPOLI module. <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
void ComputeInternalShapes(const Standard_Boolean theFlag) ;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_Algo();
|
||||||
|
|
||||||
// Methods PROTECTED
|
Standard_EXPORT
|
||||||
//
|
virtual ~GEOMAlgo_Algo();
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
Standard_EXPORT GEOMAlgo_Algo();
|
virtual void CheckData() ;
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_Algo();
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void CheckResult() ;
|
||||||
Standard_EXPORT virtual void CheckData() ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual void CheckResult() ;
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
Standard_Integer myErrorStatus;
|
|
||||||
Standard_Integer myWarningStatus;
|
|
||||||
Standard_Boolean myComputeInternalShapes;
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
|
Standard_Integer myErrorStatus;
|
||||||
|
Standard_Integer myWarningStatus;
|
||||||
|
Standard_Boolean myComputeInternalShapes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_Algo.jxx>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_Algo_HeaderFile
|
|
||||||
#include <GEOMAlgo_Algo.hxx>
|
|
||||||
#endif
|
|
@ -1,255 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_Builder.cdl
|
|
||||||
-- Created:
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
--
|
|
||||||
class Builder from GEOMAlgo
|
|
||||||
inherits BuilderShape from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose:
|
|
||||||
|
|
||||||
uses
|
|
||||||
ShapeEnum from TopAbs,
|
|
||||||
Shape from TopoDS,
|
|
||||||
|
|
||||||
ListOfShape from TopTools,
|
|
||||||
IndexedDataMapOfShapeListOfShape from TopTools,
|
|
||||||
IndexedDataMapOfShapeShape from TopTools,
|
|
||||||
MapOfShape from TopTools,
|
|
||||||
Image from BRepAlgo,
|
|
||||||
|
|
||||||
PaveFiller from NMTTools,
|
|
||||||
PPaveFiller from NMTTools
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
|
|
||||||
Create
|
|
||||||
---Purpose: Empty constructor
|
|
||||||
returns Builder from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_Builder();"
|
|
||||||
|
|
||||||
Perform(me:out)
|
|
||||||
---Purpose: Performs calculations
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
PerformWithFiller(me:out;
|
|
||||||
theDSF: PaveFiller from NMTTools)
|
|
||||||
---Purpose: Performs calculations using prepared PaveFiller
|
|
||||||
-- object theDSF
|
|
||||||
is virtual;
|
|
||||||
|
|
||||||
AddShape (me:out;
|
|
||||||
theShape: Shape from TopoDS)
|
|
||||||
---Purpose: Adds argument theShape of the operation
|
|
||||||
is virtual;
|
|
||||||
|
|
||||||
Clear(me:out)
|
|
||||||
---Purpose: Clears internal fields and arguments
|
|
||||||
is virtual;
|
|
||||||
|
|
||||||
Shapes(me)
|
|
||||||
---Purpose: Returns the arguments of the operation
|
|
||||||
returns ListOfShape from TopTools;
|
|
||||||
---C++: return const &
|
|
||||||
--
|
|
||||||
-- History support
|
|
||||||
--
|
|
||||||
Generated (me:out;
|
|
||||||
theS : Shape from TopoDS)
|
|
||||||
---Purpose: Returns the list of shapes generated from the
|
|
||||||
-- shape theS.
|
|
||||||
returns ListOfShape from TopTools
|
|
||||||
is redefined;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Modified (me:out;
|
|
||||||
theS : Shape from TopoDS)
|
|
||||||
---Purpose: Returns the list of shapes modified from the shape
|
|
||||||
-- theS.
|
|
||||||
returns ListOfShape from TopTools
|
|
||||||
is redefined;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
IsDeleted (me:out;
|
|
||||||
theS : Shape from TopoDS)
|
|
||||||
---Purpose: Returns true if the shape theS has been deleted.
|
|
||||||
returns Boolean from Standard
|
|
||||||
is redefined;
|
|
||||||
--
|
|
||||||
-- protected methods
|
|
||||||
--
|
|
||||||
PerformInternal(me:out;
|
|
||||||
theDSF: PaveFiller from NMTTools)
|
|
||||||
---Purpose: Performs calculations using prepared DSFiller
|
|
||||||
-- object theDSF
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
PrepareHistory (me:out)
|
|
||||||
---Purpose: Prepare information for history support
|
|
||||||
is redefined protected;
|
|
||||||
|
|
||||||
ClearInternals(me:out)
|
|
||||||
---Purpose: Clears internal fields
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
Prepare(me:out)
|
|
||||||
---Purpose: Provides preparing actions
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
PostTreat(me:out)
|
|
||||||
---Purpose: Provides post-tratment actions
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
AddShape1 (me:out;
|
|
||||||
theShape: Shape from TopoDS)
|
|
||||||
---Purpose: Append the argument theShape to
|
|
||||||
-- typified lists of arguments myShapes1
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
BuildResult(me:out;
|
|
||||||
theType: ShapeEnum from TopAbs)
|
|
||||||
---Purpose: Build the resulting shapes of type theType
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
-- Vertices
|
|
||||||
FillImagesVertices(me:out)
|
|
||||||
---Purpose: Fill Images for vertices
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
-- Edges
|
|
||||||
FillImagesEdges(me:out)
|
|
||||||
---Purpose: Fill Images for edges
|
|
||||||
is protected;
|
|
||||||
--
|
|
||||||
-- Faces
|
|
||||||
FillImagesFaces(me:out)
|
|
||||||
---Purpose: Fill Images for faces
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
FillIn2DParts(me:out)
|
|
||||||
---Purpose: For each interferred face find split edges
|
|
||||||
-- that are in 2-D domain of the face
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
BuildSplitFaces(me:out)
|
|
||||||
---Purpose: Build draft faces
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
FillSameDomainFaces(me:out)
|
|
||||||
---Purpose: Among draft faces find same domain faces
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
FillImagesFaces1(me:out)
|
|
||||||
---Purpose: Fill Images for faces
|
|
||||||
-- taking into account same domain faces
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
FillInternalVertices(me:out)
|
|
||||||
---Purpose: Update Images for faces by
|
|
||||||
-- internal vertices
|
|
||||||
is protected;
|
|
||||||
--
|
|
||||||
-- Wires, Shells, Compsolids, Compounds
|
|
||||||
FillImagesContainers(me:out;
|
|
||||||
theType:ShapeEnum from TopAbs)
|
|
||||||
---Purpose: Fill Images for Wires, Shells, Compsolids, Compounds
|
|
||||||
is protected;
|
|
||||||
--
|
|
||||||
-- Solids
|
|
||||||
FillImagesSolids(me:out)
|
|
||||||
---Purpose: Fill Images for solids
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
FillIn3DParts(me:out)
|
|
||||||
---Purpose: For each interferred solid find split faces
|
|
||||||
-- that are in 3-D domain of the solid
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
BuildSplitSolids(me:out)
|
|
||||||
---Purpose: Build draft solids
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
FillInternalShapes(me:out)
|
|
||||||
---Purpose: Update draft solids by
|
|
||||||
-- internal shells, edges, vertices
|
|
||||||
is protected;
|
|
||||||
|
|
||||||
BuildDraftSolid(me:out;
|
|
||||||
theSolid: Shape from TopoDS;
|
|
||||||
theDraftSolid: out Shape from TopoDS;
|
|
||||||
theInternalFaces: out ListOfShape from TopTools)
|
|
||||||
---Purpose: Build solid theDraftSolid that consists of
|
|
||||||
-- non-internal split faces of the solid
|
|
||||||
-- theSolid.
|
|
||||||
-- All splits of internal faces of
|
|
||||||
-- theSolid are in the list: theInternalFaces
|
|
||||||
is protected;
|
|
||||||
--
|
|
||||||
-- debug methods
|
|
||||||
--
|
|
||||||
AddCompound (me:out;
|
|
||||||
theShape: Shape from TopoDS);
|
|
||||||
---Purpose: Adds arguments of the operation as
|
|
||||||
-- shapes of upper level of container shape theShape
|
|
||||||
Shapes1(me;
|
|
||||||
theType: Integer from Standard)
|
|
||||||
---Purpose: Returns list of arguments of type theType
|
|
||||||
returns ListOfShape from TopTools;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Images(me)
|
|
||||||
---Purpose: Returns image shapes
|
|
||||||
returns Image from BRepAlgo;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
InParts(me;
|
|
||||||
theShape:Shape from TopoDS)
|
|
||||||
---Purpose: Returns split-parts of shapes that have
|
|
||||||
-- state IN for the domain of shape theShape
|
|
||||||
returns ListOfShape from TopTools;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
-- =====================================================
|
|
||||||
|
|
||||||
fields
|
|
||||||
myPaveFiller : PPaveFiller from NMTTools is protected;
|
|
||||||
myShapes : ListOfShape from TopTools is protected;
|
|
||||||
-- Common usage
|
|
||||||
myNbTypes : Integer from Standard is protected;
|
|
||||||
myMapFence : MapOfShape from TopTools is protected;
|
|
||||||
myShapes1 : ListOfShape from TopTools[9] is protected;
|
|
||||||
myImages : Image from BRepAlgo is protected;
|
|
||||||
myInParts : IndexedDataMapOfShapeListOfShape from TopTools is protected;
|
|
||||||
|
|
||||||
-- Faces
|
|
||||||
mySplitFaces : Image from BRepAlgo is protected;
|
|
||||||
mySameDomainShapes: IndexedDataMapOfShapeShape from TopTools is protected;
|
|
||||||
-- solids
|
|
||||||
myDraftSolids : IndexedDataMapOfShapeShape from TopTools is protected;
|
|
||||||
myEntryPoint : Integer from Standard is protected;
|
|
||||||
--
|
|
||||||
end Builder;
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
|||||||
// Created:
|
// Created:
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
//
|
//
|
||||||
#include <GEOMAlgo_Builder.ixx>
|
#include <GEOMAlgo_Builder.hxx>
|
||||||
|
|
||||||
#include <TopAbs_ShapeEnum.hxx>
|
#include <TopAbs_ShapeEnum.hxx>
|
||||||
|
|
||||||
|
@ -19,235 +19,206 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_Builder.cxx
|
||||||
|
// Created:
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
#ifndef _GEOMAlgo_Builder_HeaderFile
|
#ifndef _GEOMAlgo_Builder_HeaderFile
|
||||||
#define _GEOMAlgo_Builder_HeaderFile
|
#define _GEOMAlgo_Builder_HeaderFile
|
||||||
|
|
||||||
#ifndef _NMTTools_PPaveFiller_HeaderFile
|
|
||||||
#include <NMTTools_PPaveFiller.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ListOfShape_HeaderFile
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Integer_HeaderFile
|
|
||||||
#include <Standard_Integer.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_MapOfShape_HeaderFile
|
|
||||||
#include <TopTools_MapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _BRepAlgo_Image_HeaderFile
|
|
||||||
#include <BRepAlgo_Image.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_IndexedDataMapOfShapeListOfShape_HeaderFile
|
|
||||||
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_IndexedDataMapOfShapeShape_HeaderFile
|
|
||||||
#include <TopTools_IndexedDataMapOfShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_BuilderShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_BuilderShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Boolean_HeaderFile
|
|
||||||
#include <Standard_Boolean.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopAbs_ShapeEnum_HeaderFile
|
|
||||||
#include <TopAbs_ShapeEnum.hxx>
|
|
||||||
#endif
|
|
||||||
class NMTTools_PaveFiller;
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class TopTools_ListOfShape;
|
|
||||||
class BRepAlgo_Image;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
#include <Standard_Macro.hxx>
|
||||||
#endif
|
#include <NMTTools_PPaveFiller.hxx>
|
||||||
|
#include <TopTools_ListOfShape.hxx>
|
||||||
|
#include <Standard_Integer.hxx>
|
||||||
|
#include <TopTools_MapOfShape.hxx>
|
||||||
|
#include <BRepAlgo_Image.hxx>
|
||||||
|
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
|
||||||
|
#include <TopTools_IndexedDataMapOfShapeShape.hxx>
|
||||||
|
#include <GEOMAlgo_BuilderShape.hxx>
|
||||||
|
#include <NMTTools_PaveFiller.hxx>
|
||||||
|
#include <Standard_Boolean.hxx>
|
||||||
|
#include <TopAbs_ShapeEnum.hxx>
|
||||||
|
#include <TopoDS_Shape.hxx>
|
||||||
|
#include <BRepAlgo_Image.hxx>
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//function : GEOMAlgo_Builder
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_Builder : public GEOMAlgo_BuilderShape
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
//! Empty constructor <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_Builder();
|
||||||
|
|
||||||
class GEOMAlgo_Builder : public GEOMAlgo_BuilderShape {
|
Standard_EXPORT
|
||||||
|
virtual ~GEOMAlgo_Builder();
|
||||||
|
|
||||||
public:
|
//! Performs calculations <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void Perform() ;
|
||||||
|
|
||||||
void* operator new(size_t,void* anAddress)
|
//! Performs calculations using prepared PaveFiller <br>
|
||||||
{
|
//! object theDSF <br>
|
||||||
return anAddress;
|
Standard_EXPORT
|
||||||
}
|
virtual void PerformWithFiller(const NMTTools_PaveFiller& theDSF) ;
|
||||||
void* operator new(size_t size)
|
|
||||||
{
|
|
||||||
return Standard::Allocate(size);
|
|
||||||
}
|
|
||||||
void operator delete(void *anAddress)
|
|
||||||
{
|
|
||||||
if (anAddress) Standard::Free((Standard_Address&)anAddress);
|
|
||||||
}
|
|
||||||
// Methods PUBLIC
|
|
||||||
//
|
|
||||||
|
|
||||||
//! Empty constructor <br>
|
//! Adds argument theShape of the operation <br>
|
||||||
Standard_EXPORT GEOMAlgo_Builder();
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_Builder();
|
virtual void AddShape(const TopoDS_Shape& theShape) ;
|
||||||
|
|
||||||
//! Performs calculations <br>
|
//! Clears internal fields and arguments <br>
|
||||||
Standard_EXPORT virtual void Perform() ;
|
Standard_EXPORT
|
||||||
|
virtual void Clear() ;
|
||||||
|
|
||||||
//! Performs calculations using prepared PaveFiller <br>
|
//! Returns the arguments of the operation <br>
|
||||||
//! object theDSF <br>
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual void PerformWithFiller(const NMTTools_PaveFiller& theDSF) ;
|
const TopTools_ListOfShape& Shapes() const;
|
||||||
|
|
||||||
//! Adds argument theShape of the operation <br>
|
//! Returns the list of shapes generated from the <br>
|
||||||
Standard_EXPORT virtual void AddShape(const TopoDS_Shape& theShape) ;
|
//! shape theS. <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual const TopTools_ListOfShape& Generated(const TopoDS_Shape& theS) ;
|
||||||
|
|
||||||
//! Clears internal fields and arguments <br>
|
//! Returns the list of shapes modified from the shape <br>
|
||||||
Standard_EXPORT virtual void Clear() ;
|
//! theS. <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual const TopTools_ListOfShape& Modified(const TopoDS_Shape& theS) ;
|
||||||
|
|
||||||
//! Returns the arguments of the operation <br>
|
//! Returns true if the shape theS has been deleted. <br>
|
||||||
Standard_EXPORT const TopTools_ListOfShape& Shapes() const;
|
Standard_EXPORT
|
||||||
|
virtual Standard_Boolean IsDeleted(const TopoDS_Shape& theS) ;
|
||||||
//! Returns the list of shapes generated from the <br>
|
|
||||||
//! shape theS. <br>
|
|
||||||
Standard_EXPORT virtual const TopTools_ListOfShape& Generated(const TopoDS_Shape& theS) ;
|
|
||||||
|
|
||||||
//! Returns the list of shapes modified from the shape <br>
|
|
||||||
//! theS. <br>
|
|
||||||
Standard_EXPORT virtual const TopTools_ListOfShape& Modified(const TopoDS_Shape& theS) ;
|
|
||||||
|
|
||||||
//! Returns true if the shape theS has been deleted. <br>
|
|
||||||
Standard_EXPORT virtual Standard_Boolean IsDeleted(const TopoDS_Shape& theS) ;
|
|
||||||
|
|
||||||
//! Adds arguments of the operation as <br>
|
|
||||||
//! shapes of upper level of container shape theShape <br>
|
|
||||||
Standard_EXPORT void AddCompound(const TopoDS_Shape& theShape) ;
|
|
||||||
|
|
||||||
//! Returns list of arguments of type theType <br>
|
|
||||||
Standard_EXPORT const TopTools_ListOfShape& Shapes1(const Standard_Integer theType) const;
|
|
||||||
|
|
||||||
//! Returns image shapes <br>
|
|
||||||
Standard_EXPORT const BRepAlgo_Image& Images() const;
|
|
||||||
|
|
||||||
//! Returns split-parts of shapes that have <br>
|
|
||||||
//! state IN for the domain of shape theShape <br>
|
|
||||||
Standard_EXPORT const TopTools_ListOfShape& InParts(const TopoDS_Shape& theShape) const;
|
|
||||||
|
|
||||||
|
//! Adds arguments of the operation as <br>
|
||||||
|
//! shapes of upper level of container shape theShape <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
void AddCompound(const TopoDS_Shape& theShape) ;
|
||||||
|
|
||||||
|
//! Returns list of arguments of type theType <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
const TopTools_ListOfShape& Shapes1(const Standard_Integer theType) const;
|
||||||
|
|
||||||
|
//! Returns image shapes <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
const BRepAlgo_Image& Images() const;
|
||||||
|
|
||||||
|
//! Returns split-parts of shapes that have <br>
|
||||||
|
//! state IN for the domain of shape theShape <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
const TopTools_ListOfShape& InParts(const TopoDS_Shape& theShape) const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
//! Performs calculations using prepared DSFiller <br>
|
||||||
|
//! object theDSF <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void PerformInternal(const NMTTools_PaveFiller& theDSF) ;
|
||||||
|
|
||||||
// Methods PROTECTED
|
//! Prepare information for history support <br>
|
||||||
//
|
Standard_EXPORT
|
||||||
|
virtual void PrepareHistory() ;
|
||||||
|
|
||||||
//! Performs calculations using prepared DSFiller <br>
|
//! Clears internal fields <br>
|
||||||
//! object theDSF <br>
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual void PerformInternal(const NMTTools_PaveFiller& theDSF) ;
|
virtual void ClearInternals() ;
|
||||||
|
|
||||||
//! Prepare information for history support <br>
|
//! Provides preparing actions <br>
|
||||||
Standard_EXPORT virtual void PrepareHistory() ;
|
Standard_EXPORT
|
||||||
|
virtual void Prepare() ;
|
||||||
|
|
||||||
//! Clears internal fields <br>
|
//! Provides post-tratment actions <br>
|
||||||
Standard_EXPORT virtual void ClearInternals() ;
|
Standard_EXPORT
|
||||||
|
virtual void PostTreat() ;
|
||||||
|
|
||||||
//! Provides preparing actions <br>
|
//! Append the argument theShape to <br>
|
||||||
Standard_EXPORT virtual void Prepare() ;
|
//! typified lists of arguments myShapes1 <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
void AddShape1(const TopoDS_Shape& theShape) ;
|
||||||
|
|
||||||
//! Provides post-tratment actions <br>
|
//! Build the resulting shapes of type theType <br>
|
||||||
Standard_EXPORT virtual void PostTreat() ;
|
Standard_EXPORT
|
||||||
|
virtual void BuildResult(const TopAbs_ShapeEnum theType) ;
|
||||||
|
|
||||||
//! Append the argument theShape to <br>
|
//! Fill Images for vertices <br>
|
||||||
//! typified lists of arguments myShapes1 <br>
|
Standard_EXPORT
|
||||||
Standard_EXPORT void AddShape1(const TopoDS_Shape& theShape) ;
|
void FillImagesVertices() ;
|
||||||
|
|
||||||
//! Build the resulting shapes of type theType <br>
|
//! Fill Images for edges <br>
|
||||||
Standard_EXPORT virtual void BuildResult(const TopAbs_ShapeEnum theType) ;
|
Standard_EXPORT
|
||||||
|
void FillImagesEdges() ;
|
||||||
|
|
||||||
//! Fill Images for vertices <br>
|
//! Fill Images for faces <br>
|
||||||
Standard_EXPORT void FillImagesVertices() ;
|
Standard_EXPORT
|
||||||
|
void FillImagesFaces() ;
|
||||||
|
|
||||||
//! Fill Images for edges <br>
|
//! For each interferred face find split edges <br>
|
||||||
Standard_EXPORT void FillImagesEdges() ;
|
//! that are in 2-D domain of the face <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
void FillIn2DParts() ;
|
||||||
|
|
||||||
//! Fill Images for faces <br>
|
//! Build draft faces <br>
|
||||||
Standard_EXPORT void FillImagesFaces() ;
|
Standard_EXPORT
|
||||||
|
void BuildSplitFaces() ;
|
||||||
|
|
||||||
//! For each interferred face find split edges <br>
|
//! Among draft faces find same domain faces <br>
|
||||||
//! that are in 2-D domain of the face <br>
|
Standard_EXPORT
|
||||||
Standard_EXPORT void FillIn2DParts() ;
|
void FillSameDomainFaces() ;
|
||||||
|
|
||||||
//! Build draft faces <br>
|
//! Fill Images for faces <br>
|
||||||
Standard_EXPORT void BuildSplitFaces() ;
|
//! taking into account same domain faces <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
void FillImagesFaces1() ;
|
||||||
|
|
||||||
//! Among draft faces find same domain faces <br>
|
//! Update Images for faces by <br>
|
||||||
Standard_EXPORT void FillSameDomainFaces() ;
|
//! internal vertices <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
void FillInternalVertices() ;
|
||||||
|
|
||||||
//! Fill Images for faces <br>
|
//! Fill Images for Wires, Shells, Compsolids, Compounds <br>
|
||||||
//! taking into account same domain faces <br>
|
Standard_EXPORT
|
||||||
Standard_EXPORT void FillImagesFaces1() ;
|
void FillImagesContainers(const TopAbs_ShapeEnum theType) ;
|
||||||
|
|
||||||
//! Update Images for faces by <br>
|
//! Fill Images for solids <br>
|
||||||
//! internal vertices <br>
|
Standard_EXPORT
|
||||||
Standard_EXPORT void FillInternalVertices() ;
|
void FillImagesSolids() ;
|
||||||
|
|
||||||
//! Fill Images for Wires, Shells, Compsolids, Compounds <br>
|
//! For each interferred solid find split faces <br>
|
||||||
Standard_EXPORT void FillImagesContainers(const TopAbs_ShapeEnum theType) ;
|
//! that are in 3-D domain of the solid <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
void FillIn3DParts() ;
|
||||||
|
|
||||||
//! Fill Images for solids <br>
|
//! Build draft solids <br>
|
||||||
Standard_EXPORT void FillImagesSolids() ;
|
Standard_EXPORT
|
||||||
|
void BuildSplitSolids() ;
|
||||||
|
|
||||||
//! For each interferred solid find split faces <br>
|
//! Update draft solids by <br>
|
||||||
//! that are in 3-D domain of the solid <br>
|
//! internal shells, edges, vertices <br>
|
||||||
Standard_EXPORT void FillIn3DParts() ;
|
Standard_EXPORT
|
||||||
|
void FillInternalShapes() ;
|
||||||
|
|
||||||
//! Build draft solids <br>
|
//! Build solid theDraftSolid that consists of <br>
|
||||||
Standard_EXPORT void BuildSplitSolids() ;
|
//! non-internal split faces of the solid <br>
|
||||||
|
//! theSolid. <br>
|
||||||
//! Update draft solids by <br>
|
//! All splits of internal faces of <br>
|
||||||
//! internal shells, edges, vertices <br>
|
//! theSolid are in the list: theInternalFaces <br>
|
||||||
Standard_EXPORT void FillInternalShapes() ;
|
Standard_EXPORT
|
||||||
|
void BuildDraftSolid(const TopoDS_Shape& theSolid,
|
||||||
//! Build solid theDraftSolid that consists of <br>
|
TopoDS_Shape& theDraftSolid,
|
||||||
//! non-internal split faces of the solid <br>
|
TopTools_ListOfShape& theInternalFaces) ;
|
||||||
//! theSolid. <br>
|
|
||||||
//! All splits of internal faces of <br>
|
|
||||||
//! theSolid are in the list: theInternalFaces <br>
|
|
||||||
Standard_EXPORT void BuildDraftSolid(const TopoDS_Shape& theSolid,TopoDS_Shape& theDraftSolid,TopTools_ListOfShape& theInternalFaces) ;
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
NMTTools_PPaveFiller myPaveFiller;
|
||||||
//
|
TopTools_ListOfShape myShapes;
|
||||||
NMTTools_PPaveFiller myPaveFiller;
|
Standard_Integer myNbTypes;
|
||||||
TopTools_ListOfShape myShapes;
|
TopTools_MapOfShape myMapFence;
|
||||||
Standard_Integer myNbTypes;
|
TopTools_ListOfShape myShapes1[9];
|
||||||
TopTools_MapOfShape myMapFence;
|
BRepAlgo_Image myImages;
|
||||||
TopTools_ListOfShape myShapes1[9];
|
TopTools_IndexedDataMapOfShapeListOfShape myInParts;
|
||||||
BRepAlgo_Image myImages;
|
BRepAlgo_Image mySplitFaces;
|
||||||
TopTools_IndexedDataMapOfShapeListOfShape myInParts;
|
TopTools_IndexedDataMapOfShapeShape mySameDomainShapes;
|
||||||
BRepAlgo_Image mySplitFaces;
|
TopTools_IndexedDataMapOfShapeShape myDraftSolids;
|
||||||
TopTools_IndexedDataMapOfShapeShape mySameDomainShapes;
|
Standard_Integer myEntryPoint;
|
||||||
TopTools_IndexedDataMapOfShapeShape myDraftSolids;
|
|
||||||
Standard_Integer myEntryPoint;
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_Builder.jxx>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _NMTTools_PaveFiller_HeaderFile
|
|
||||||
#include <NMTTools_PaveFiller.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ListOfShape_HeaderFile
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _BRepAlgo_Image_HeaderFile
|
|
||||||
#include <BRepAlgo_Image.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_Builder_HeaderFile
|
|
||||||
#include <GEOMAlgo_Builder.hxx>
|
|
||||||
#endif
|
|
@ -1,108 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: ModGlue_BuilderArea.cdl
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
|
|
||||||
deferred class BuilderArea from GEOMAlgo
|
|
||||||
inherits Algo from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose: The root class for algorithms to build
|
|
||||||
-- faces/solids from set of edges/faces
|
|
||||||
|
|
||||||
uses
|
|
||||||
Shape from TopoDS,
|
|
||||||
ListOfShape from TopTools,
|
|
||||||
MapOfOrientedShape from TopTools,
|
|
||||||
Context from IntTools
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Initialize
|
|
||||||
---Purpose: Empty constructor
|
|
||||||
returns BuilderArea from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_BuilderArea();"
|
|
||||||
|
|
||||||
SetContext(me:out;
|
|
||||||
theContext:Context from IntTools);
|
|
||||||
---Purpose: Sets cashed geometrical tools
|
|
||||||
|
|
||||||
Context(me)
|
|
||||||
returns Context from IntTools;
|
|
||||||
---Purpose: Returns cashed geometrical tools
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
SetShapes(me:out;
|
|
||||||
theLS:ListOfShape from TopTools);
|
|
||||||
---Purpose: Sets edges/faces to process
|
|
||||||
|
|
||||||
Shapes(me)
|
|
||||||
---Purpose: Returns edges/faces to process
|
|
||||||
returns ListOfShape from TopTools;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Loops(me)
|
|
||||||
---Purpose: Returns wires/shells that have been built
|
|
||||||
returns ListOfShape from TopTools;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Areas(me)
|
|
||||||
---Purpose: Returns faces/solids that have been built
|
|
||||||
returns ListOfShape from TopTools;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Perform(me:out)
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
PerformShapesToAvoid(me:out)
|
|
||||||
---Purpose: Collect the edges/faces that
|
|
||||||
-- a) are internal
|
|
||||||
-- b) are the same and have different orientation
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
PerformLoops(me:out)
|
|
||||||
---Purpose: Build draft faces/shells
|
|
||||||
-- a)myLoops - draft faces/shells that consist of
|
|
||||||
-- boundary edges/faces
|
|
||||||
-- b)myLoopsInternal - draft faces/shells that contains
|
|
||||||
-- inner edges/faces
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
PerformAreas(me:out)
|
|
||||||
---Purpose: Build draft faces/solids that contains boundary faces
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
PerformInternalShapes(me:out)
|
|
||||||
---Purpose: Build finalized faces/solids with internal wires/shells
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
fields
|
|
||||||
myShapes : ListOfShape from TopTools is protected;
|
|
||||||
myLoops : ListOfShape from TopTools is protected;
|
|
||||||
myLoopsInternal : ListOfShape from TopTools is protected;
|
|
||||||
myShapesToAvoid : MapOfOrientedShape from TopTools is protected;
|
|
||||||
myAreas : ListOfShape from TopTools is protected;
|
|
||||||
--
|
|
||||||
myContext : Context from IntTools is protected;
|
|
||||||
|
|
||||||
end BuilderArea;
|
|
@ -21,16 +21,13 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
// File: GEOMAlgo_BuilderArea.cxx
|
// File: GEOMAlgo_BuilderArea.cxx
|
||||||
|
// Created:
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
#include <GEOMAlgo_BuilderArea.ixx>
|
#include <GEOMAlgo_BuilderArea.hxx>
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||||
|
|
||||||
#include <TopoDS_Shape.hxx>
|
#include <TopoDS_Shape.hxx>
|
||||||
|
|
||||||
#include <IntTools_Context.hxx>
|
#include <IntTools_Context.hxx>
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
@ -38,11 +35,9 @@
|
|||||||
//purpose :
|
//purpose :
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
GEOMAlgo_BuilderArea::GEOMAlgo_BuilderArea()
|
GEOMAlgo_BuilderArea::GEOMAlgo_BuilderArea()
|
||||||
: GEOMAlgo_Algo()
|
:
|
||||||
|
GEOMAlgo_Algo()
|
||||||
{
|
{
|
||||||
#if OCC_VERSION_LARGE <= 0x06050200
|
|
||||||
myContext=NULL;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : ~
|
//function : ~
|
||||||
@ -55,20 +50,10 @@ GEOMAlgo_BuilderArea::~GEOMAlgo_BuilderArea()
|
|||||||
//function : SetContext
|
//function : SetContext
|
||||||
//purpose :
|
//purpose :
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
void GEOMAlgo_BuilderArea::SetContext(const Handle(IntTools_Context)& theContext)
|
void GEOMAlgo_BuilderArea::SetContext(const Handle(IntTools_Context)& theContext)
|
||||||
#else
|
|
||||||
void GEOMAlgo_BuilderArea::SetContext(const IntTools_Context& theContext)
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
myContext=theContext;
|
myContext=theContext;
|
||||||
#else
|
|
||||||
myContext=(IntTools_Context*)&theContext;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : Context
|
//function : Context
|
||||||
//purpose :
|
//purpose :
|
||||||
@ -87,8 +72,6 @@ void GEOMAlgo_BuilderArea::Perform()
|
|||||||
myContext=new IntTools_Context;
|
myContext=new IntTools_Context;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : SetShapes
|
//function : SetShapes
|
||||||
//purpose :
|
//purpose :
|
||||||
@ -156,3 +139,4 @@ void GEOMAlgo_BuilderArea::PerformAreas()
|
|||||||
void GEOMAlgo_BuilderArea::PerformInternalShapes()
|
void GEOMAlgo_BuilderArea::PerformInternalShapes()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,127 +20,93 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_BuilderArea.hxx
|
||||||
|
// Created:
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_BuilderArea_HeaderFile
|
#ifndef _GEOMAlgo_BuilderArea_HeaderFile
|
||||||
#define _GEOMAlgo_BuilderArea_HeaderFile
|
#define _GEOMAlgo_BuilderArea_HeaderFile
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#ifndef _TopTools_ListOfShape_HeaderFile
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_MapOfOrientedShape_HeaderFile
|
|
||||||
#include <TopTools_MapOfOrientedShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
#include <Handle_IntTools_Context.hxx>
|
|
||||||
#else
|
|
||||||
#include <IntTools_PContext.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_Algo_HeaderFile
|
|
||||||
#include <GEOMAlgo_Algo.hxx>
|
|
||||||
#endif
|
|
||||||
class IntTools_Context;
|
|
||||||
class TopTools_ListOfShape;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
#include <Standard_Macro.hxx>
|
||||||
#endif
|
#include <TopTools_ListOfShape.hxx>
|
||||||
|
#include <TopTools_MapOfOrientedShape.hxx>
|
||||||
|
#include <Handle_IntTools_Context.hxx>
|
||||||
|
#include <GEOMAlgo_Algo.hxx>
|
||||||
|
#include <IntTools_Context.hxx>
|
||||||
|
|
||||||
//! The root class for algorithms to build <br>
|
//! The root class for algorithms to build <br>
|
||||||
//! faces/solids from set of edges/faces <br>
|
//! faces/solids from set of edges/faces <br>
|
||||||
class GEOMAlgo_BuilderArea : public GEOMAlgo_Algo {
|
//=======================================================================
|
||||||
|
//class : GEOMAlgo_BuilderArea
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_BuilderArea : public GEOMAlgo_Algo
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
//! Sets cashed geometrical tools <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
void SetContext(const Handle(IntTools_Context)& theContext) ;
|
||||||
|
|
||||||
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);
|
|
||||||
}
|
|
||||||
|
|
||||||
//! Sets cashed geometrical tools <br>
|
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
Standard_EXPORT void SetContext(const Handle(IntTools_Context)& theContext) ;
|
|
||||||
#else
|
|
||||||
Standard_EXPORT void SetContext(const IntTools_Context& theContext) ;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
//! Returns cashed geometrical tools <br>
|
//! Returns cashed geometrical tools <br>
|
||||||
Standard_EXPORT const Handle_IntTools_Context& Context() const;
|
Standard_EXPORT
|
||||||
#endif
|
const Handle_IntTools_Context& Context() const;
|
||||||
|
|
||||||
//! Sets edges/faces to process <br>
|
//! Sets edges/faces to process <br>
|
||||||
Standard_EXPORT void SetShapes(const TopTools_ListOfShape& theLS) ;
|
Standard_EXPORT
|
||||||
|
void SetShapes(const TopTools_ListOfShape& theLS) ;
|
||||||
|
|
||||||
//! Returns edges/faces to process <br>
|
//! Returns edges/faces to process <br>
|
||||||
Standard_EXPORT const TopTools_ListOfShape& Shapes() const;
|
Standard_EXPORT
|
||||||
|
const TopTools_ListOfShape& Shapes() const;
|
||||||
|
|
||||||
//! Returns wires/shells that have been built <br>
|
//! Returns wires/shells that have been built <br>
|
||||||
Standard_EXPORT const TopTools_ListOfShape& Loops() const;
|
Standard_EXPORT
|
||||||
|
const TopTools_ListOfShape& Loops() const;
|
||||||
|
|
||||||
//! Returns faces/solids that have been built <br>
|
//! Returns faces/solids that have been built <br>
|
||||||
Standard_EXPORT const TopTools_ListOfShape& Areas() const;
|
Standard_EXPORT
|
||||||
|
const TopTools_ListOfShape& Areas() const;
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual void Perform() ;
|
virtual void Perform() ;
|
||||||
#endif
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
|
protected:
|
||||||
//! Empty constructor <br>
|
//! Empty constructor <br>
|
||||||
Standard_EXPORT GEOMAlgo_BuilderArea();
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_BuilderArea();
|
GEOMAlgo_BuilderArea();
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual ~GEOMAlgo_BuilderArea();
|
||||||
//! Collect the edges/faces that <br>
|
//! Collect the edges/faces that <br>
|
||||||
//! a) are internal <br>
|
//! a) are internal <br>
|
||||||
//! b) are the same and have different orientation <br>
|
//! b) are the same and have different orientation <br>
|
||||||
Standard_EXPORT virtual void PerformShapesToAvoid() ;
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void PerformShapesToAvoid() ;
|
||||||
|
|
||||||
//! Build draft faces/shells <br>
|
//! Build draft faces/shells <br>
|
||||||
//! a)myLoops - draft faces/shells that consist of <br>
|
//! a)myLoops - draft faces/shells that consist of <br>
|
||||||
//! boundary edges/faces <br>
|
//! boundary edges/faces <br>
|
||||||
//! b)myLoopsInternal - draft faces/shells that contains <br>
|
//! b)myLoopsInternal - draft faces/shells that contains <br>
|
||||||
//! inner edges/faces <br>
|
//! inner edges/faces <br>
|
||||||
Standard_EXPORT virtual void PerformLoops() ;
|
Standard_EXPORT
|
||||||
|
virtual void PerformLoops() ;
|
||||||
//! Build draft faces/solids that contains boundary faces <br>
|
//! Build draft faces/solids that contains boundary faces <br>
|
||||||
Standard_EXPORT virtual void PerformAreas() ;
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void PerformAreas() ;
|
||||||
|
|
||||||
//! Build finalized faces/solids with internal wires/shells <br>
|
//! Build finalized faces/solids with internal wires/shells <br>
|
||||||
Standard_EXPORT virtual void PerformInternalShapes() ;
|
Standard_EXPORT
|
||||||
|
virtual void PerformInternalShapes() ;
|
||||||
|
|
||||||
TopTools_ListOfShape myShapes;
|
|
||||||
TopTools_ListOfShape myLoops;
|
|
||||||
TopTools_ListOfShape myLoopsInternal;
|
|
||||||
TopTools_MapOfOrientedShape myShapesToAvoid;
|
|
||||||
TopTools_ListOfShape myAreas;
|
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
Handle_IntTools_Context myContext;
|
|
||||||
#else
|
|
||||||
IntTools_PContext myContext;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
|
TopTools_ListOfShape myShapes;
|
||||||
|
TopTools_ListOfShape myLoops;
|
||||||
|
TopTools_ListOfShape myLoopsInternal;
|
||||||
|
TopTools_MapOfOrientedShape myShapesToAvoid;
|
||||||
|
TopTools_ListOfShape myAreas;
|
||||||
|
Handle_IntTools_Context myContext;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_BuilderArea.jxx>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,31 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _IntTools_Context_HeaderFile
|
|
||||||
#include <IntTools_Context.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ListOfShape_HeaderFile
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_BuilderArea_HeaderFile
|
|
||||||
#include <GEOMAlgo_BuilderArea.hxx>
|
|
||||||
#endif
|
|
@ -1,83 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_BuilderFace.cdl
|
|
||||||
-- Created:
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
--
|
|
||||||
class BuilderFace from GEOMAlgo
|
|
||||||
inherits BuilderArea from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose: The algorithm to build faces from set of edges
|
|
||||||
|
|
||||||
uses
|
|
||||||
Face from TopoDS
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Create
|
|
||||||
---Purpose: Empty constructor
|
|
||||||
returns BuilderFace from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_BuilderFace();"
|
|
||||||
|
|
||||||
SetFace(me:out;
|
|
||||||
theFace:Face from TopoDS);
|
|
||||||
---Purpose: Sets the face generatix
|
|
||||||
|
|
||||||
Face(me)
|
|
||||||
---Purpose: Returns the face generatix
|
|
||||||
returns Face from TopoDS;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Perform(me:out)
|
|
||||||
---Purpose: Performs the algorithm
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
PerformShapesToAvoid(me:out)
|
|
||||||
---Purpose: Collect the edges that
|
|
||||||
-- a) are internal
|
|
||||||
-- b) are the same and have different orientation
|
|
||||||
is redefined protected;
|
|
||||||
|
|
||||||
PerformLoops(me:out)
|
|
||||||
---Purpose: Build draft wires
|
|
||||||
-- a)myLoops - draft wires that consist of
|
|
||||||
-- boundary edges
|
|
||||||
-- b)myLoopsInternal - draft wires that contains
|
|
||||||
-- inner edges
|
|
||||||
is redefined protected;
|
|
||||||
|
|
||||||
PerformAreas(me:out)
|
|
||||||
---Purpose: Build draft faces that contains boundary edges
|
|
||||||
is redefined protected;
|
|
||||||
|
|
||||||
PerformInternalShapes(me:out)
|
|
||||||
---Purpose: Build finalized faces with internals
|
|
||||||
is redefined protected;
|
|
||||||
|
|
||||||
|
|
||||||
fields
|
|
||||||
myFace : Face from TopoDS is protected;
|
|
||||||
|
|
||||||
end BuilderFace;
|
|
||||||
|
|
@ -21,20 +21,10 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
// File: GEOMAlgo_BuilderFace.cxx
|
// File: GEOMAlgo_BuilderFace.cxx
|
||||||
|
// Created:
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
#include <GEOMAlgo_BuilderFace.ixx>
|
#include <GEOMAlgo_BuilderFace.hxx>
|
||||||
|
|
||||||
#include <GEOMAlgo_Tools3D.hxx>
|
|
||||||
#include <GEOMAlgo_BuilderTools.hxx>
|
|
||||||
#include <GEOMAlgo_WireEdgeSet.hxx>
|
|
||||||
#include <GEOMAlgo_WESCorrector.hxx>
|
|
||||||
|
|
||||||
#include <NMTTools_ListOfCoupleOfShape.hxx>
|
|
||||||
#include <NMTTools_CoupleOfShape.hxx>
|
|
||||||
#include <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
|
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#include <gp_Pnt2d.hxx>
|
#include <gp_Pnt2d.hxx>
|
||||||
#include <gp_Pln.hxx>
|
#include <gp_Pln.hxx>
|
||||||
@ -81,6 +71,15 @@
|
|||||||
#include <BOP_WireEdgeSet.hxx>
|
#include <BOP_WireEdgeSet.hxx>
|
||||||
#include <BOP_WESCorrector.hxx>
|
#include <BOP_WESCorrector.hxx>
|
||||||
|
|
||||||
|
#include <NMTTools_ListOfCoupleOfShape.hxx>
|
||||||
|
#include <NMTTools_CoupleOfShape.hxx>
|
||||||
|
#include <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
|
||||||
|
|
||||||
|
#include <GEOMAlgo_Tools3D.hxx>
|
||||||
|
#include <GEOMAlgo_BuilderTools.hxx>
|
||||||
|
#include <GEOMAlgo_WireEdgeSet.hxx>
|
||||||
|
#include <GEOMAlgo_WESCorrector.hxx>
|
||||||
|
|
||||||
//
|
//
|
||||||
static
|
static
|
||||||
Standard_Boolean IsGrowthWire(const TopoDS_Shape& ,
|
Standard_Boolean IsGrowthWire(const TopoDS_Shape& ,
|
||||||
@ -90,12 +89,7 @@ static
|
|||||||
static
|
static
|
||||||
Standard_Boolean IsInside(const TopoDS_Shape& ,
|
Standard_Boolean IsInside(const TopoDS_Shape& ,
|
||||||
const TopoDS_Shape& ,
|
const TopoDS_Shape& ,
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& );
|
const Handle(IntTools_Context)& );
|
||||||
#else
|
|
||||||
IntTools_PContext& );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static
|
static
|
||||||
void MakeInternalWires(const TopTools_MapOfShape& ,
|
void MakeInternalWires(const TopTools_MapOfShape& ,
|
||||||
TopTools_ListOfShape& );
|
TopTools_ListOfShape& );
|
||||||
@ -140,22 +134,12 @@ static
|
|||||||
{
|
{
|
||||||
myErrorStatus=0;
|
myErrorStatus=0;
|
||||||
//
|
//
|
||||||
#if OCC_VERSION_LARGE <= 0x06050200
|
|
||||||
if (myContext==NULL) {
|
|
||||||
myErrorStatus=11;// Null Context
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
//
|
|
||||||
if (myFace.IsNull()) {
|
if (myFace.IsNull()) {
|
||||||
myErrorStatus=12;// Null face generix
|
myErrorStatus=12;// Null face generix
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//
|
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
// Initialize the context
|
// Initialize the context
|
||||||
GEOMAlgo_BuilderArea::Perform();
|
GEOMAlgo_BuilderArea::Perform();
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
PerformShapesToAvoid();
|
PerformShapesToAvoid();
|
||||||
if (myErrorStatus) {
|
if (myErrorStatus) {
|
||||||
@ -632,11 +616,7 @@ void MakeInternalWires(const TopTools_MapOfShape& theME,
|
|||||||
//=======================================================================
|
//=======================================================================
|
||||||
Standard_Boolean IsInside(const TopoDS_Shape& theHole,
|
Standard_Boolean IsInside(const TopoDS_Shape& theHole,
|
||||||
const TopoDS_Shape& theF2,
|
const TopoDS_Shape& theF2,
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& theContext)
|
const Handle(IntTools_Context)& theContext)
|
||||||
#else
|
|
||||||
IntTools_PContext& theContext)
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
Standard_Boolean bRet;
|
Standard_Boolean bRet;
|
||||||
Standard_Real aT, aU, aV;
|
Standard_Real aT, aU, aV;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
@ -20,109 +21,71 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_BuilderFace.hxx
|
||||||
|
// Created:
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
#ifndef _GEOMAlgo_BuilderFace_HeaderFile
|
#ifndef _GEOMAlgo_BuilderFace_HeaderFile
|
||||||
#define _GEOMAlgo_BuilderFace_HeaderFile
|
#define _GEOMAlgo_BuilderFace_HeaderFile
|
||||||
|
|
||||||
#ifndef _TopoDS_Face_HeaderFile
|
|
||||||
#include <TopoDS_Face.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_BuilderArea_HeaderFile
|
|
||||||
#include <GEOMAlgo_BuilderArea.hxx>
|
|
||||||
#endif
|
|
||||||
class TopoDS_Face;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
#include <Standard_Macro.hxx>
|
||||||
#endif
|
#include <TopoDS_Face.hxx>
|
||||||
|
#include <GEOMAlgo_BuilderArea.hxx>
|
||||||
|
|
||||||
//! The algorithm to build faces from set of edges <br>
|
//! The algorithm to build faces from set of edges <br>
|
||||||
class GEOMAlgo_BuilderFace : public GEOMAlgo_BuilderArea {
|
//=======================================================================
|
||||||
|
//class : GEOMAlgo_BuilderFace
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_BuilderFace : public GEOMAlgo_BuilderArea
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
|
||||||
public:
|
//! Empty constructor <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_BuilderFace();
|
||||||
|
|
||||||
void* operator new(size_t,void* anAddress)
|
Standard_EXPORT
|
||||||
{
|
virtual ~GEOMAlgo_BuilderFace();
|
||||||
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
|
|
||||||
//
|
|
||||||
|
|
||||||
//! Empty constructor <br>
|
//! Sets the face generatix <br>
|
||||||
Standard_EXPORT GEOMAlgo_BuilderFace();
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_BuilderFace();
|
void SetFace(const TopoDS_Face& theFace) ;
|
||||||
|
|
||||||
//! Sets the face generatix <br>
|
//! Returns the face generatix <br>
|
||||||
Standard_EXPORT void SetFace(const TopoDS_Face& theFace) ;
|
Standard_EXPORT
|
||||||
|
const TopoDS_Face& Face() const;
|
||||||
|
|
||||||
//! Returns the face generatix <br>
|
//! Performs the algorithm <br>
|
||||||
Standard_EXPORT const TopoDS_Face& Face() const;
|
Standard_EXPORT
|
||||||
|
virtual void Perform() ;
|
||||||
|
|
||||||
//! Performs the algorithm <br>
|
protected:
|
||||||
Standard_EXPORT virtual void Perform() ;
|
//! Collect the edges that <br>
|
||||||
|
//! a) are internal <br>
|
||||||
|
//! b) are the same and have different orientation <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void PerformShapesToAvoid() ;
|
||||||
|
|
||||||
protected:
|
//! Build draft wires <br>
|
||||||
|
//! a)myLoops - draft wires that consist of <br>
|
||||||
// Methods PROTECTED
|
//! boundary edges <br>
|
||||||
//
|
//! b)myLoopsInternal - draft wires that contains <br>
|
||||||
|
//! inner edges <br>
|
||||||
//! Collect the edges that <br>
|
Standard_EXPORT
|
||||||
//! a) are internal <br>
|
virtual void PerformLoops() ;
|
||||||
//! b) are the same and have different orientation <br>
|
|
||||||
Standard_EXPORT virtual void PerformShapesToAvoid() ;
|
//! Build draft faces that contains boundary edges <br>
|
||||||
|
Standard_EXPORT
|
||||||
//! Build draft wires <br>
|
virtual void PerformAreas() ;
|
||||||
//! a)myLoops - draft wires that consist of <br>
|
|
||||||
//! boundary edges <br>
|
//! Build finalized faces with internals <br>
|
||||||
//! b)myLoopsInternal - draft wires that contains <br>
|
Standard_EXPORT
|
||||||
//! inner edges <br>
|
virtual void PerformInternalShapes() ;
|
||||||
Standard_EXPORT virtual void PerformLoops() ;
|
|
||||||
|
|
||||||
//! Build draft faces that contains boundary edges <br>
|
|
||||||
Standard_EXPORT virtual void PerformAreas() ;
|
|
||||||
|
|
||||||
//! Build finalized faces with internals <br>
|
|
||||||
Standard_EXPORT virtual void PerformInternalShapes() ;
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
TopoDS_Face myFace;
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
|
TopoDS_Face myFace;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_BuilderFace.jxx>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Face_HeaderFile
|
|
||||||
#include <TopoDS_Face.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_BuilderFace_HeaderFile
|
|
||||||
#include <GEOMAlgo_BuilderFace.hxx>
|
|
||||||
#endif
|
|
@ -1,115 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_BuilderShape.cdl
|
|
||||||
-- Created:
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
--
|
|
||||||
deferred class BuilderShape from GEOMAlgo
|
|
||||||
inherits Algo from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose: Root class for algorithms that has shape as result
|
|
||||||
|
|
||||||
uses
|
|
||||||
Shape from TopoDS,
|
|
||||||
ListOfShape from TopTools,
|
|
||||||
MapOfShape from TopTools,
|
|
||||||
IndexedDataMapOfShapeListOfShape from TopTools
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Initialize
|
|
||||||
---Purpose: Empty constructor
|
|
||||||
returns BuilderShape from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_BuilderShape();"
|
|
||||||
|
|
||||||
Shape(me)
|
|
||||||
---Purpose: Returns the result of algorithm
|
|
||||||
returns Shape from TopoDS;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
|
|
||||||
------------------------------------------------------------------
|
|
||||||
--- The following methods are not implemented at this level.
|
|
||||||
-- An empty list is returned.
|
|
||||||
--- They are optional and can be redefined.
|
|
||||||
------------------------------------------------------------------
|
|
||||||
Generated (me:out;
|
|
||||||
theS : Shape from TopoDS)
|
|
||||||
---Purpose: Returns the list of shapes generated from the
|
|
||||||
-- shape theS.
|
|
||||||
returns ListOfShape from TopTools
|
|
||||||
is virtual;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Modified (me:out;
|
|
||||||
theS : Shape from TopoDS)
|
|
||||||
---Purpose: Returns the list of shapes modified from the
|
|
||||||
-- shape theS.
|
|
||||||
returns ListOfShape from TopTools
|
|
||||||
is virtual;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
IsDeleted (me:out;
|
|
||||||
theS : Shape from TopoDS)
|
|
||||||
---Purpose: Returns true if the shape theS has been deleted.
|
|
||||||
returns Boolean from Standard
|
|
||||||
is virtual;
|
|
||||||
|
|
||||||
HasDeleted (me)
|
|
||||||
---Purpose: Returns true if the at least one shape(or sub-shape)
|
|
||||||
-- of arguments has been deleted.
|
|
||||||
returns Boolean from Standard;
|
|
||||||
|
|
||||||
HasGenerated (me)
|
|
||||||
---Purpose: Returns true if the at least one shape(or sub-shape)
|
|
||||||
-- of arguments has generated shapes.
|
|
||||||
returns Boolean from Standard;
|
|
||||||
|
|
||||||
HasModified (me)
|
|
||||||
---Purpose: Returns true if the at least one shape(or sub-shape)
|
|
||||||
-- of arguments has modified shapes.
|
|
||||||
returns Boolean from Standard;
|
|
||||||
|
|
||||||
PrepareHistory (me:out)
|
|
||||||
---Purpose: Prepare information for history support
|
|
||||||
is virtual protected;
|
|
||||||
|
|
||||||
--modified by NIZNHY-PKV Thu Dec 7 11:13:17 2006f
|
|
||||||
ImagesResult(me)
|
|
||||||
returns IndexedDataMapOfShapeListOfShape from TopTools;
|
|
||||||
---C++: return const &
|
|
||||||
--modified by NIZNHY-PKV Thu Dec 7 11:13:20 2006t
|
|
||||||
fields
|
|
||||||
myShape : Shape from TopoDS is protected;
|
|
||||||
--
|
|
||||||
myHistShapes : ListOfShape from TopTools is protected;
|
|
||||||
myMapShape : MapOfShape from TopTools is protected;
|
|
||||||
myHasDeleted : Boolean from Standard is protected;
|
|
||||||
myHasGenerated : Boolean from Standard is protected;
|
|
||||||
myHasModified : Boolean from Standard is protected;
|
|
||||||
--modified by NIZNHY-PKV Thu Dec 7 11:13:10 2006f
|
|
||||||
myImagesResult : IndexedDataMapOfShapeListOfShape from TopTools is protected;
|
|
||||||
--modified by NIZNHY-PKV Thu Dec 7 11:13:13 2006t
|
|
||||||
end BuilderShape;
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
|||||||
// Created:
|
// Created:
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
//
|
//
|
||||||
#include <GEOMAlgo_BuilderShape.ixx>
|
#include <GEOMAlgo_BuilderShape.hxx>
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function :
|
//function :
|
||||||
//purpose :
|
//purpose :
|
||||||
|
@ -20,134 +20,86 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_BuilderShape.hxx
|
||||||
|
// Created:
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
#ifndef _GEOMAlgo_BuilderShape_HeaderFile
|
#ifndef _GEOMAlgo_BuilderShape_HeaderFile
|
||||||
#define _GEOMAlgo_BuilderShape_HeaderFile
|
#define _GEOMAlgo_BuilderShape_HeaderFile
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ListOfShape_HeaderFile
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_MapOfShape_HeaderFile
|
|
||||||
#include <TopTools_MapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Boolean_HeaderFile
|
|
||||||
#include <Standard_Boolean.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_IndexedDataMapOfShapeListOfShape_HeaderFile
|
|
||||||
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_Algo_HeaderFile
|
|
||||||
#include <GEOMAlgo_Algo.hxx>
|
|
||||||
#endif
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class TopTools_ListOfShape;
|
|
||||||
class TopTools_IndexedDataMapOfShapeListOfShape;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
#include <Standard_Macro.hxx>
|
||||||
#endif
|
#include <TopoDS_Shape.hxx>
|
||||||
|
#include <TopTools_ListOfShape.hxx>
|
||||||
|
#include <TopTools_MapOfShape.hxx>
|
||||||
|
#include <Standard_Boolean.hxx>
|
||||||
|
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
|
||||||
|
#include <GEOMAlgo_Algo.hxx>
|
||||||
|
|
||||||
|
|
||||||
//! Root class for algorithms that has shape as result <br>
|
//! Root class for algorithms that has shape as result <br>
|
||||||
class GEOMAlgo_BuilderShape : public GEOMAlgo_Algo {
|
//=======================================================================
|
||||||
|
//class : GEOMAlgo_BuilderShape
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_BuilderShape : public GEOMAlgo_Algo
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
//! Returns the result of algorithm <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
const TopoDS_Shape& Shape() const;
|
||||||
|
|
||||||
public:
|
//! Returns the list of shapes generated from the <br>
|
||||||
|
//! shape theS. <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual const TopTools_ListOfShape& Generated(const TopoDS_Shape& theS) ;
|
||||||
|
|
||||||
void* operator new(size_t,void* anAddress)
|
//! Returns the list of shapes modified from the <br>
|
||||||
{
|
//! shape theS. <br>
|
||||||
return anAddress;
|
Standard_EXPORT
|
||||||
}
|
virtual const TopTools_ListOfShape& Modified(const TopoDS_Shape& theS) ;
|
||||||
void* operator new(size_t size)
|
|
||||||
{
|
|
||||||
return Standard::Allocate(size);
|
|
||||||
}
|
|
||||||
void operator delete(void *anAddress)
|
|
||||||
{
|
|
||||||
if (anAddress) Standard::Free((Standard_Address&)anAddress);
|
|
||||||
}
|
|
||||||
// Methods PUBLIC
|
|
||||||
//
|
|
||||||
|
|
||||||
//! Returns the result of algorithm <br>
|
//! Returns true if the shape theS has been deleted. <br>
|
||||||
Standard_EXPORT const TopoDS_Shape& Shape() const;
|
Standard_EXPORT
|
||||||
|
virtual Standard_Boolean IsDeleted(const TopoDS_Shape& theS) ;
|
||||||
//! Returns the list of shapes generated from the <br>
|
|
||||||
//! shape theS. <br>
|
|
||||||
Standard_EXPORT virtual const TopTools_ListOfShape& Generated(const TopoDS_Shape& theS) ;
|
|
||||||
|
|
||||||
//! Returns the list of shapes modified from the <br>
|
|
||||||
//! shape theS. <br>
|
|
||||||
Standard_EXPORT virtual const TopTools_ListOfShape& Modified(const TopoDS_Shape& theS) ;
|
|
||||||
|
|
||||||
//! Returns true if the shape theS has been deleted. <br>
|
|
||||||
Standard_EXPORT virtual Standard_Boolean IsDeleted(const TopoDS_Shape& theS) ;
|
|
||||||
|
|
||||||
//! Returns true if the at least one shape(or sub-shape) <br>
|
|
||||||
//! of arguments has been deleted. <br>
|
|
||||||
Standard_EXPORT Standard_Boolean HasDeleted() const;
|
|
||||||
|
|
||||||
//! Returns true if the at least one shape(or sub-shape) <br>
|
|
||||||
//! of arguments has generated shapes. <br>
|
|
||||||
Standard_EXPORT Standard_Boolean HasGenerated() const;
|
|
||||||
|
|
||||||
//! Returns true if the at least one shape(or sub-shape) <br>
|
|
||||||
//! of arguments has modified shapes. <br>
|
|
||||||
Standard_EXPORT Standard_Boolean HasModified() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const TopTools_IndexedDataMapOfShapeListOfShape& ImagesResult() const;
|
|
||||||
|
|
||||||
|
//! Returns true if the at least one shape(or sub-shape) <br>
|
||||||
|
//! of arguments has been deleted. <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
Standard_Boolean HasDeleted() const;
|
||||||
|
|
||||||
|
//! Returns true if the at least one shape(or sub-shape) <br>
|
||||||
|
//! of arguments has generated shapes. <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
Standard_Boolean HasGenerated() const;
|
||||||
|
|
||||||
|
//! Returns true if the at least one shape(or sub-shape) <br>
|
||||||
|
//! of arguments has modified shapes. <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
Standard_Boolean HasModified() const;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
const TopTools_IndexedDataMapOfShapeListOfShape& ImagesResult() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
//! Empty constructor <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_BuilderShape();
|
||||||
|
|
||||||
// Methods PROTECTED
|
Standard_EXPORT
|
||||||
//
|
virtual ~GEOMAlgo_BuilderShape();
|
||||||
|
|
||||||
//! Empty constructor <br>
|
//! Prepare information for history support <br>
|
||||||
Standard_EXPORT GEOMAlgo_BuilderShape();
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_BuilderShape();
|
virtual void PrepareHistory() ;
|
||||||
|
|
||||||
//! Prepare information for history support <br>
|
|
||||||
Standard_EXPORT virtual void PrepareHistory() ;
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
TopoDS_Shape myShape;
|
|
||||||
TopTools_ListOfShape myHistShapes;
|
|
||||||
TopTools_MapOfShape myMapShape;
|
|
||||||
Standard_Boolean myHasDeleted;
|
|
||||||
Standard_Boolean myHasGenerated;
|
|
||||||
Standard_Boolean myHasModified;
|
|
||||||
TopTools_IndexedDataMapOfShapeListOfShape myImagesResult;
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
|
TopoDS_Shape myShape;
|
||||||
|
TopTools_ListOfShape myHistShapes;
|
||||||
|
TopTools_MapOfShape myMapShape;
|
||||||
|
Standard_Boolean myHasDeleted;
|
||||||
|
Standard_Boolean myHasGenerated;
|
||||||
|
Standard_Boolean myHasModified;
|
||||||
|
TopTools_IndexedDataMapOfShapeListOfShape myImagesResult;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_BuilderShape.jxx>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,31 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ListOfShape_HeaderFile
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_BuilderShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_BuilderShape.hxx>
|
|
||||||
#endif
|
|
@ -1,70 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_BuilderSolid.cdl
|
|
||||||
-- Created:
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
--
|
|
||||||
class BuilderSolid from GEOMAlgo
|
|
||||||
inherits BuilderArea from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose: The algorithm to build solids from set of faces
|
|
||||||
|
|
||||||
--uses
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Create
|
|
||||||
---Purpose: Empty constructor
|
|
||||||
returns BuilderSolid from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_BuilderSolid();"
|
|
||||||
|
|
||||||
|
|
||||||
Perform(me:out)
|
|
||||||
---Purpose: Performs the algorithm
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
PerformShapesToAvoid(me:out)
|
|
||||||
---Purpose: Collect the faces that
|
|
||||||
-- a) are internal
|
|
||||||
-- b) are the same and have different orientation
|
|
||||||
is redefined protected;
|
|
||||||
|
|
||||||
PerformLoops(me:out)
|
|
||||||
---Purpose: Build draft shells
|
|
||||||
-- a)myLoops - draft shells that consist of
|
|
||||||
-- boundary faces
|
|
||||||
-- b)myLoopsInternal - draft shells that contains
|
|
||||||
-- inner faces
|
|
||||||
is redefined protected;
|
|
||||||
|
|
||||||
PerformAreas(me:out)
|
|
||||||
---Purpose: Build draft solids that contains boundary faces
|
|
||||||
is redefined protected;
|
|
||||||
|
|
||||||
PerformInternalShapes(me:out)
|
|
||||||
---Purpose: Build finalized solids with internal shells
|
|
||||||
is redefined protected;
|
|
||||||
|
|
||||||
--fields
|
|
||||||
|
|
||||||
end BuilderSolid;
|
|
@ -21,18 +21,10 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
// File: GEOMAlgo_BuilderSolid.cxx
|
// File: GEOMAlgo_BuilderSolid.cxx
|
||||||
|
// Created:
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
#include <GEOMAlgo_BuilderSolid.ixx>
|
#include <GEOMAlgo_BuilderSolid.hxx>
|
||||||
|
|
||||||
#include <GEOMAlgo_Tools3D.hxx>
|
|
||||||
#include <GEOMAlgo_BuilderTools.hxx>
|
|
||||||
|
|
||||||
#include <NMTTools_ListOfCoupleOfShape.hxx>
|
|
||||||
#include <NMTTools_CoupleOfShape.hxx>
|
|
||||||
#include <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
|
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#include <gp_Pnt2d.hxx>
|
#include <gp_Pnt2d.hxx>
|
||||||
#include <gp_Pln.hxx>
|
#include <gp_Pln.hxx>
|
||||||
@ -81,27 +73,24 @@
|
|||||||
#include <BOPTools_Tools2D.hxx>
|
#include <BOPTools_Tools2D.hxx>
|
||||||
#include <BOPTools_Tools3D.hxx>
|
#include <BOPTools_Tools3D.hxx>
|
||||||
|
|
||||||
|
#include <NMTTools_ListOfCoupleOfShape.hxx>
|
||||||
|
#include <NMTTools_CoupleOfShape.hxx>
|
||||||
|
#include <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
|
||||||
|
|
||||||
|
#include <GEOMAlgo_Tools3D.hxx>
|
||||||
|
#include <GEOMAlgo_BuilderTools.hxx>
|
||||||
|
|
||||||
//
|
//
|
||||||
static
|
static
|
||||||
Standard_Boolean IsGrowthShell(const TopoDS_Shape& ,
|
Standard_Boolean IsGrowthShell(const TopoDS_Shape& ,
|
||||||
const TopTools_IndexedMapOfShape& );
|
const TopTools_IndexedMapOfShape& );
|
||||||
static
|
static
|
||||||
Standard_Boolean IsHole(const TopoDS_Shape& ,
|
Standard_Boolean IsHole(const TopoDS_Shape& ,
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& );
|
const Handle(IntTools_Context)& );
|
||||||
#else
|
|
||||||
IntTools_PContext& );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static
|
static
|
||||||
Standard_Boolean IsInside(const TopoDS_Shape& ,
|
Standard_Boolean IsInside(const TopoDS_Shape& ,
|
||||||
const TopoDS_Shape& ,
|
const TopoDS_Shape& ,
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& );
|
const Handle(IntTools_Context)& );
|
||||||
#else
|
|
||||||
IntTools_PContext& );
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static
|
static
|
||||||
void MakeInternalShells(const TopTools_MapOfShape& ,
|
void MakeInternalShells(const TopTools_MapOfShape& ,
|
||||||
TopTools_ListOfShape& );
|
TopTools_ListOfShape& );
|
||||||
@ -111,7 +100,7 @@ static
|
|||||||
|
|
||||||
static
|
static
|
||||||
Standard_Boolean RefineShell(const TopoDS_Shell& ,
|
Standard_Boolean RefineShell(const TopoDS_Shell& ,
|
||||||
TopoDS_Shell& );
|
TopoDS_Shell& );
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function :
|
//function :
|
||||||
@ -137,10 +126,8 @@ void GEOMAlgo_BuilderSolid::Perform()
|
|||||||
{
|
{
|
||||||
myErrorStatus=0;
|
myErrorStatus=0;
|
||||||
//
|
//
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
// Initialize the context
|
// Initialize the context
|
||||||
GEOMAlgo_BuilderArea::Perform();
|
GEOMAlgo_BuilderArea::Perform();
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
TopoDS_Compound aC;
|
TopoDS_Compound aC;
|
||||||
BRep_Builder aBB;
|
BRep_Builder aBB;
|
||||||
@ -153,13 +140,6 @@ void GEOMAlgo_BuilderSolid::Perform()
|
|||||||
aBB.Add(aC, aF);
|
aBB.Add(aC, aF);
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
#if OCC_VERSION_LARGE <= 0x06050200
|
|
||||||
if (myContext==NULL) {
|
|
||||||
myErrorStatus=11;// Null Context
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
//
|
|
||||||
PerformShapesToAvoid();
|
PerformShapesToAvoid();
|
||||||
if (myErrorStatus) {
|
if (myErrorStatus) {
|
||||||
return;
|
return;
|
||||||
@ -209,7 +189,7 @@ void GEOMAlgo_BuilderSolid::PerformShapesToAvoid()
|
|||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
else {
|
else {
|
||||||
int a=0;
|
int a=0;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
@ -410,17 +390,15 @@ void GEOMAlgo_BuilderSolid::PerformLoops()
|
|||||||
if (IsClosedShell(aShell)) {
|
if (IsClosedShell(aShell)) {
|
||||||
myLoops.Append(aShell);
|
myLoops.Append(aShell);
|
||||||
}
|
}
|
||||||
//modified by NIZNHY-PKV Wed Oct 27 07:10:41 2010f
|
|
||||||
else {
|
else {
|
||||||
Standard_Boolean bRefine;
|
Standard_Boolean bRefine;
|
||||||
TopoDS_Shell aShx;
|
TopoDS_Shell aShx;
|
||||||
//
|
//
|
||||||
bRefine=RefineShell(aShell, aShx);
|
bRefine=RefineShell(aShell, aShx);
|
||||||
if (bRefine) {
|
if (bRefine) {
|
||||||
myLoops.Append(aShx);
|
myLoops.Append(aShx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//modified by NIZNHY-PKV Wed Oct 27 07:10:44 2010t
|
|
||||||
} // for (; aItF.More(); aItF.Next()) {
|
} // for (; aItF.More(); aItF.Next()) {
|
||||||
//
|
//
|
||||||
// Post Treatment
|
// Post Treatment
|
||||||
@ -631,10 +609,11 @@ void GEOMAlgo_BuilderSolid::PerformInternalShapes()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
Standard_Integer bFlag;
|
||||||
BRep_Builder aBB;
|
BRep_Builder aBB;
|
||||||
TopTools_ListIteratorOfListOfShape aShellIt, aSolidIt;
|
TopTools_ListIteratorOfListOfShape aShellIt, aSolidIt;
|
||||||
TopoDS_Iterator aIt;
|
TopoDS_Iterator aIt;
|
||||||
TopTools_MapOfShape aMF, aMFP;
|
TopTools_MapOfShape aMF, aMFP, aMFS;
|
||||||
TopTools_MapIteratorOfMapOfShape aItMF;
|
TopTools_MapIteratorOfMapOfShape aItMF;
|
||||||
TopTools_IndexedDataMapOfShapeListOfShape aMEF;
|
TopTools_IndexedDataMapOfShapeListOfShape aMEF;
|
||||||
TopTools_ListOfShape aLSI;
|
TopTools_ListOfShape aLSI;
|
||||||
@ -656,6 +635,16 @@ void GEOMAlgo_BuilderSolid::PerformInternalShapes()
|
|||||||
for ( ; aSolidIt.More(); aSolidIt.Next()) {
|
for ( ; aSolidIt.More(); aSolidIt.Next()) {
|
||||||
TopoDS_Solid& aSolid=*((TopoDS_Solid*)(&aSolidIt.Value()));
|
TopoDS_Solid& aSolid=*((TopoDS_Solid*)(&aSolidIt.Value()));
|
||||||
//
|
//
|
||||||
|
//modified by NIZNHY-PKV Wed Mar 07 08:52:18 2012f
|
||||||
|
aMFS.Clear();
|
||||||
|
{
|
||||||
|
TopExp_Explorer aExp(aSolid, TopAbs_FACE);
|
||||||
|
while (aExp.More()) {
|
||||||
|
aMFS.Add(aExp.Current());
|
||||||
|
aExp.Next();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
//modified by NIZNHY-PKV Wed Mar 07 08:52:20 2012t
|
||||||
aMEF.Clear();
|
aMEF.Clear();
|
||||||
TopExp::MapShapesAndAncestors(aSolid, TopAbs_EDGE, TopAbs_FACE, aMEF);
|
TopExp::MapShapesAndAncestors(aSolid, TopAbs_EDGE, TopAbs_FACE, aMEF);
|
||||||
//
|
//
|
||||||
@ -664,13 +653,17 @@ void GEOMAlgo_BuilderSolid::PerformInternalShapes()
|
|||||||
aItMF.Initialize(aMF);
|
aItMF.Initialize(aMF);
|
||||||
for (; aItMF.More(); aItMF.Next()) {
|
for (; aItMF.More(); aItMF.Next()) {
|
||||||
const TopoDS_Face& aF=*((TopoDS_Face*)(&aItMF.Key()));
|
const TopoDS_Face& aF=*((TopoDS_Face*)(&aItMF.Key()));
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
//modified by NIZNHY-PKV Wed Mar 07 08:54:56 2012f
|
||||||
if (GEOMAlgo_Tools3D::IsInternalFace(aF, aSolid, aMEF, 1.e-14, myContext)) {
|
if (!aMFS.Contains(aF)) {
|
||||||
#else
|
bFlag=GEOMAlgo_Tools3D::IsInternalFace(aF, aSolid, aMEF, 1.e-14, myContext);
|
||||||
if (GEOMAlgo_Tools3D::IsInternalFace(aF, aSolid, aMEF, 1.e-14, *myContext)) {
|
if (bFlag) {
|
||||||
#endif
|
aMFP.Add(aF);
|
||||||
aMFP.Add(aF);
|
}
|
||||||
}
|
}
|
||||||
|
//if (GEOMAlgo_Tools3D::IsInternalFace(aF, aSolid, aMEF, 1.e-14, myContext)) {
|
||||||
|
// aMFP.Add(aF);
|
||||||
|
//}
|
||||||
|
//modified by NIZNHY-PKV Wed Mar 07 08:56:07 2012t
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
// 2.2 Make Internal Shells
|
// 2.2 Make Internal Shells
|
||||||
@ -756,11 +749,7 @@ void MakeInternalShells(const TopTools_MapOfShape& theMF,
|
|||||||
//purpose :
|
//purpose :
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
Standard_Boolean IsHole(const TopoDS_Shape& theS2,
|
Standard_Boolean IsHole(const TopoDS_Shape& theS2,
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& theContext)
|
const Handle(IntTools_Context)& theContext)
|
||||||
#else
|
|
||||||
IntTools_PContext& theContext)
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
TopoDS_Solid *pS2=(TopoDS_Solid *)&theS2;
|
TopoDS_Solid *pS2=(TopoDS_Solid *)&theS2;
|
||||||
BRepClass3d_SolidClassifier& aClsf=theContext->SolidClassifier(*pS2);
|
BRepClass3d_SolidClassifier& aClsf=theContext->SolidClassifier(*pS2);
|
||||||
@ -775,11 +764,7 @@ Standard_Boolean IsHole(const TopoDS_Shape& theS2,
|
|||||||
//=======================================================================
|
//=======================================================================
|
||||||
Standard_Boolean IsInside(const TopoDS_Shape& theS1,
|
Standard_Boolean IsInside(const TopoDS_Shape& theS1,
|
||||||
const TopoDS_Shape& theS2,
|
const TopoDS_Shape& theS2,
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& theContext)
|
const Handle(IntTools_Context)& theContext)
|
||||||
#else
|
|
||||||
IntTools_PContext& theContext)
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
TopExp_Explorer aExp;
|
TopExp_Explorer aExp;
|
||||||
TopAbs_State aState;
|
TopAbs_State aState;
|
||||||
@ -795,11 +780,7 @@ Standard_Boolean IsInside(const TopoDS_Shape& theS1,
|
|||||||
else {
|
else {
|
||||||
TopTools_IndexedMapOfShape aBounds;
|
TopTools_IndexedMapOfShape aBounds;
|
||||||
const TopoDS_Face& aF = TopoDS::Face(aExp.Current());
|
const TopoDS_Face& aF = TopoDS::Face(aExp.Current());
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
aState=GEOMAlgo_Tools3D::ComputeState(aF, *pS2, 1.e-14, aBounds, theContext);
|
aState=GEOMAlgo_Tools3D::ComputeState(aF, *pS2, 1.e-14, aBounds, theContext);
|
||||||
#else
|
|
||||||
aState=GEOMAlgo_Tools3D::ComputeState(aF, *pS2, 1.e-14, aBounds, *theContext);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
return (aState==TopAbs_IN);
|
return (aState==TopAbs_IN);
|
||||||
}
|
}
|
||||||
@ -864,13 +845,13 @@ Standard_Boolean IsClosedShell(const TopoDS_Shell& theShell)
|
|||||||
}
|
}
|
||||||
return bRet;
|
return bRet;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : RefineShell
|
//function : RefineShell
|
||||||
//purpose :
|
//purpose :
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
Standard_Boolean RefineShell (const TopoDS_Shell& aShell,
|
Standard_Boolean RefineShell(const TopoDS_Shell& aShell,
|
||||||
TopoDS_Shell& aShx)
|
TopoDS_Shell& aShx)
|
||||||
|
|
||||||
{
|
{
|
||||||
Standard_Boolean bRet;
|
Standard_Boolean bRet;
|
||||||
Standard_Integer i, aNbE, aNbF;
|
Standard_Integer i, aNbE, aNbF;
|
||||||
@ -900,7 +881,7 @@ Standard_Boolean RefineShell (const TopoDS_Shell& aShell,
|
|||||||
const TopoDS_Face& aF1=*((TopoDS_Face*)(&aLF.First()));
|
const TopoDS_Face& aF1=*((TopoDS_Face*)(&aLF.First()));
|
||||||
if (aNbF==1) {
|
if (aNbF==1) {
|
||||||
if (aOrE==TopAbs_INTERNAL) {
|
if (aOrE==TopAbs_INTERNAL) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
aMFx.Add(aF1);
|
aMFx.Add(aF1);
|
||||||
}
|
}
|
||||||
@ -908,14 +889,14 @@ Standard_Boolean RefineShell (const TopoDS_Shell& aShell,
|
|||||||
else if (aNbF==2) {
|
else if (aNbF==2) {
|
||||||
const TopoDS_Face& aF2=*((TopoDS_Face*)(&aLF.Last()));
|
const TopoDS_Face& aF2=*((TopoDS_Face*)(&aLF.Last()));
|
||||||
if (aF2.IsSame(aF1)) {
|
if (aF2.IsSame(aF1)) {
|
||||||
if (BRep_Tool::IsClosed(aE, aF1)) {
|
if (BRep_Tool::IsClosed(aE, aF1)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (aOrE==TopAbs_INTERNAL) {
|
if (aOrE==TopAbs_INTERNAL) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
aMFx.Add(aF1);
|
aMFx.Add(aF1);
|
||||||
aMFx.Add(aF2);
|
aMFx.Add(aF2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -945,6 +926,6 @@ Standard_Boolean RefineShell (const TopoDS_Shell& aShell,
|
|||||||
//
|
//
|
||||||
return bRet;
|
return bRet;
|
||||||
}
|
}
|
||||||
|
//
|
||||||
// ErrorStatus :
|
// ErrorStatus :
|
||||||
// 11 - Null Context
|
// 11 - Null Context
|
||||||
|
@ -20,98 +20,58 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_BuilderSolid.hxx
|
||||||
|
// Created:
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
#ifndef _GEOMAlgo_BuilderSolid_HeaderFile
|
#ifndef _GEOMAlgo_BuilderSolid_HeaderFile
|
||||||
#define _GEOMAlgo_BuilderSolid_HeaderFile
|
#define _GEOMAlgo_BuilderSolid_HeaderFile
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_BuilderArea_HeaderFile
|
|
||||||
#include <GEOMAlgo_BuilderArea.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
#include <Standard_Macro.hxx>
|
||||||
#endif
|
#include <GEOMAlgo_BuilderArea.hxx>
|
||||||
|
|
||||||
//! The algorithm to build solids from set of faces <br>
|
//! The algorithm to build solids from set of faces <br>
|
||||||
class GEOMAlgo_BuilderSolid : public GEOMAlgo_BuilderArea {
|
//=======================================================================
|
||||||
|
//function : GEOMAlgo_BuilderSolid
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_BuilderSolid : public GEOMAlgo_BuilderArea
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
//! Empty constructor <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_BuilderSolid();
|
||||||
|
|
||||||
public:
|
Standard_EXPORT
|
||||||
|
virtual ~GEOMAlgo_BuilderSolid();
|
||||||
|
|
||||||
void* operator new(size_t,void* anAddress)
|
//! Performs the algorithm <br>
|
||||||
{
|
Standard_EXPORT
|
||||||
return anAddress;
|
virtual void Perform() ;
|
||||||
}
|
|
||||||
void* operator new(size_t size)
|
|
||||||
{
|
|
||||||
return Standard::Allocate(size);
|
|
||||||
}
|
|
||||||
void operator delete(void *anAddress)
|
|
||||||
{
|
|
||||||
if (anAddress) Standard::Free((Standard_Address&)anAddress);
|
|
||||||
}
|
|
||||||
// Methods PUBLIC
|
|
||||||
//
|
|
||||||
|
|
||||||
//! Empty constructor <br>
|
protected:
|
||||||
Standard_EXPORT GEOMAlgo_BuilderSolid();
|
//! Collect the faces that <br>
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_BuilderSolid();
|
//! a) are internal <br>
|
||||||
|
//! b) are the same and have different orientation <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void PerformShapesToAvoid() ;
|
||||||
|
|
||||||
//! Performs the algorithm <br>
|
//! Build draft shells <br>
|
||||||
Standard_EXPORT virtual void Perform() ;
|
//! a)myLoops - draft shells that consist of <br>
|
||||||
|
//! boundary faces <br>
|
||||||
|
//! b)myLoopsInternal - draft shells that contains <br>
|
||||||
|
//! inner faces <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void PerformLoops() ;
|
||||||
|
|
||||||
|
//! Build draft solids that contains boundary faces <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void PerformAreas() ;
|
||||||
|
|
||||||
|
//! Build finalized solids with internal shells <br>
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void PerformInternalShapes() ;
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
//! Collect the faces that <br>
|
|
||||||
//! a) are internal <br>
|
|
||||||
//! b) are the same and have different orientation <br>
|
|
||||||
Standard_EXPORT virtual void PerformShapesToAvoid() ;
|
|
||||||
|
|
||||||
//! Build draft shells <br>
|
|
||||||
//! a)myLoops - draft shells that consist of <br>
|
|
||||||
//! boundary faces <br>
|
|
||||||
//! b)myLoopsInternal - draft shells that contains <br>
|
|
||||||
//! inner faces <br>
|
|
||||||
Standard_EXPORT virtual void PerformLoops() ;
|
|
||||||
|
|
||||||
//! Build draft solids that contains boundary faces <br>
|
|
||||||
Standard_EXPORT virtual void PerformAreas() ;
|
|
||||||
|
|
||||||
//! Build finalized solids with internal shells <br>
|
|
||||||
Standard_EXPORT virtual void PerformInternalShapes() ;
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_BuilderSolid.jxx>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_BuilderSolid_HeaderFile
|
|
||||||
#include <GEOMAlgo_BuilderSolid.hxx>
|
|
||||||
#endif
|
|
@ -1,49 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_BuilderTools.cdl
|
|
||||||
-- Created:
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
-- <pkv@irinox>
|
|
||||||
--
|
|
||||||
class BuilderTools from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose:
|
|
||||||
|
|
||||||
uses
|
|
||||||
Shape from TopoDS
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
IsHole(myclass;
|
|
||||||
aW: Shape from TopoDS;
|
|
||||||
aF: Shape from TopoDS)
|
|
||||||
returns Boolean from Standard;
|
|
||||||
|
|
||||||
IsHole(myclass;
|
|
||||||
aShell: Shape from TopoDS)
|
|
||||||
returns Boolean from Standard;
|
|
||||||
|
|
||||||
--fields
|
|
||||||
|
|
||||||
end BuilderTools;
|
|
@ -23,7 +23,7 @@
|
|||||||
// File: GEOMAlgo_BuilderTools.cxx
|
// File: GEOMAlgo_BuilderTools.cxx
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
|
|
||||||
#include <GEOMAlgo_BuilderTools.ixx>
|
#include <GEOMAlgo_BuilderTools.hxx>
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
#include <Basics_OCCTVersion.hxx>
|
||||||
|
|
||||||
|
@ -20,80 +20,29 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_BuilderTools.hxx
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_BuilderTools_HeaderFile
|
#ifndef _GEOMAlgo_BuilderTools_HeaderFile
|
||||||
#define _GEOMAlgo_BuilderTools_HeaderFile
|
#define _GEOMAlgo_BuilderTools_HeaderFile
|
||||||
|
|
||||||
#ifndef _Standard_Boolean_HeaderFile
|
|
||||||
#include <Standard_Boolean.hxx>
|
|
||||||
#endif
|
|
||||||
class TopoDS_Shape;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
#include <Standard_Macro.hxx>
|
||||||
#endif
|
#include <Standard_Boolean.hxx>
|
||||||
|
#include <TopoDS_Shape.hxx>
|
||||||
|
|
||||||
class GEOMAlgo_BuilderTools {
|
|
||||||
|
|
||||||
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 static Standard_Boolean IsHole(const TopoDS_Shape& aW,const TopoDS_Shape& aF) ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT static Standard_Boolean IsHole(const TopoDS_Shape& aShell) ;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//class : GEOMAlgo_BuilderTools
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_BuilderTools
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Standard_EXPORT
|
||||||
|
static Standard_Boolean IsHole(const TopoDS_Shape& aW,
|
||||||
|
const TopoDS_Shape& aF) ;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
static Standard_Boolean IsHole(const TopoDS_Shape& aShell) ;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_BuilderTools.jxx>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_BuilderTools_HeaderFile
|
|
||||||
#include <GEOMAlgo_BuilderTools.hxx>
|
|
||||||
#endif
|
|
@ -21,26 +21,12 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
// File: GEOMAlgo_Builder_1.cxx
|
// File: GEOMAlgo_Builder_1.cxx
|
||||||
|
// Created:
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
#include <GEOMAlgo_Builder.hxx>
|
#include <GEOMAlgo_Builder.hxx>
|
||||||
|
//
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#include <GEOMAlgo_Tools3D.hxx>
|
|
||||||
|
|
||||||
#include <NMTTools_PaveFiller.hxx>
|
|
||||||
#include <NMTTools_CommonBlockPool.hxx>
|
|
||||||
#include <NMTTools_ListIteratorOfListOfCommonBlock.hxx>
|
|
||||||
#include <NMTTools_CommonBlock.hxx>
|
|
||||||
#include <NMTTools_CommonBlockPool.hxx>
|
|
||||||
#include <NMTTools_ListOfCommonBlock.hxx>
|
|
||||||
#include <NMTTools_CommonBlockAPI.hxx>
|
|
||||||
|
|
||||||
#include <NMTDS_ShapesDataStructure.hxx>
|
|
||||||
|
|
||||||
#include <TColStd_ListOfInteger.hxx>
|
#include <TColStd_ListOfInteger.hxx>
|
||||||
#include <TColStd_ListIteratorOfListOfInteger.hxx>
|
|
||||||
|
|
||||||
#include <TopoDS.hxx>
|
#include <TopoDS.hxx>
|
||||||
#include <TopoDS_Shape.hxx>
|
#include <TopoDS_Shape.hxx>
|
||||||
@ -48,20 +34,33 @@
|
|||||||
#include <TopoDS_Edge.hxx>
|
#include <TopoDS_Edge.hxx>
|
||||||
#include <TopoDS_Shell.hxx>
|
#include <TopoDS_Shell.hxx>
|
||||||
#include <TopoDS_Iterator.hxx>
|
#include <TopoDS_Iterator.hxx>
|
||||||
|
//
|
||||||
#include <TopTools_MapOfShape.hxx>
|
#include <TopTools_MapOfShape.hxx>
|
||||||
#include <TopTools_ListOfShape.hxx>
|
#include <TopTools_ListOfShape.hxx>
|
||||||
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||||
#include <TopTools_MapIteratorOfMapOfShape.hxx>
|
#include <TopTools_MapIteratorOfMapOfShape.hxx>
|
||||||
|
//
|
||||||
#include <BRep_Tool.hxx>
|
#include <BRep_Tool.hxx>
|
||||||
#include <BRep_Builder.hxx>
|
#include <BRep_Builder.hxx>
|
||||||
|
//
|
||||||
#include <IntTools_Context.hxx>
|
#include <IntTools_Context.hxx>
|
||||||
|
|
||||||
#include <BOPTools_ListIteratorOfListOfPaveBlock.hxx>
|
#include <BOPTools_ListIteratorOfListOfPaveBlock.hxx>
|
||||||
#include <BOPTools_ListOfPaveBlock.hxx>
|
#include <BOPTools_ListOfPaveBlock.hxx>
|
||||||
#include <BOPTools_PaveBlock.hxx>
|
#include <BOPTools_PaveBlock.hxx>
|
||||||
|
//
|
||||||
|
#include <NMTDS_ShapesDataStructure.hxx>
|
||||||
|
//
|
||||||
|
#include <NMTTools_PaveFiller.hxx>
|
||||||
|
#include <NMTTools_CommonBlockPool.hxx>
|
||||||
|
#include <NMTTools_ListIteratorOfListOfCommonBlock.hxx>
|
||||||
|
#include <NMTTools_CommonBlock.hxx>
|
||||||
|
#include <NMTTools_CommonBlockPool.hxx>
|
||||||
|
#include <NMTTools_ListOfCommonBlock.hxx>
|
||||||
|
#include <NMTTools_CommonBlockAPI.hxx>
|
||||||
|
//
|
||||||
|
#include <GEOMAlgo_Tools3D.hxx>
|
||||||
|
#include <TColStd_ListIteratorOfListOfInteger.hxx>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static
|
static
|
||||||
@ -113,11 +112,7 @@ static
|
|||||||
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
const BOPTools_SplitShapesPool& aSSP=pPF->SplitShapesPool();
|
const BOPTools_SplitShapesPool& aSSP=pPF->SplitShapesPool();
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx=pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
Standard_Boolean bToReverse;
|
Standard_Boolean bToReverse;
|
||||||
Standard_Integer i, aNb, aNbSp, nSp, nSpR, nSpx, aIsCB, aNbLB;
|
Standard_Integer i, aNb, aNbSp, nSp, nSpR, nSpx, aIsCB, aNbLB;
|
||||||
@ -231,11 +226,7 @@ static
|
|||||||
//
|
//
|
||||||
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx= pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
aNbS=aDS.NumberOfShapesOfTheObject();
|
aNbS=aDS.NumberOfShapesOfTheObject();
|
||||||
for (i=1; i<=aNbS; ++i) {
|
for (i=1; i<=aNbS; ++i) {
|
||||||
|
@ -24,27 +24,8 @@
|
|||||||
|
|
||||||
#include <GEOMAlgo_Builder.hxx>
|
#include <GEOMAlgo_Builder.hxx>
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
#include <TColStd_IndexedMapOfInteger.hxx>
|
||||||
|
#include <TColStd_ListOfInteger.hxx>
|
||||||
#include <GEOMAlgo_Tools3D.hxx>
|
|
||||||
#include <GEOMAlgo_WireEdgeSet.hxx>
|
|
||||||
#include <GEOMAlgo_BuilderFace.hxx>
|
|
||||||
#include <GEOMAlgo_ShapeSet.hxx>
|
|
||||||
|
|
||||||
#include <NMTTools_PaveFiller.hxx>
|
|
||||||
#include <NMTTools_ListOfCoupleOfShape.hxx>
|
|
||||||
#include <NMTTools_Tools.hxx>
|
|
||||||
#include <NMTTools_CoupleOfShape.hxx>
|
|
||||||
#include <NMTTools_IndexedDataMapOfShapeIndexedMapOfShape.hxx>
|
|
||||||
#include <NMTTools_Tools.hxx>
|
|
||||||
#include <NMTTools_ListIteratorOfListOfCommonBlock.hxx>
|
|
||||||
#include <NMTTools_ListOfCommonBlock.hxx>
|
|
||||||
#include <NMTTools_CommonBlock.hxx>
|
|
||||||
#include <NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx>
|
|
||||||
|
|
||||||
#include <NMTDS_BoxBndTree.hxx>
|
|
||||||
#include <NMTDS_ShapesDataStructure.hxx>
|
|
||||||
#include <NMTDS_InterfPool.hxx>
|
|
||||||
|
|
||||||
#include <TopAbs_Orientation.hxx>
|
#include <TopAbs_Orientation.hxx>
|
||||||
|
|
||||||
@ -58,8 +39,6 @@
|
|||||||
#include <TopTools_ListOfShape.hxx>
|
#include <TopTools_ListOfShape.hxx>
|
||||||
#include <TopTools_MapOfShape.hxx>
|
#include <TopTools_MapOfShape.hxx>
|
||||||
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||||
#include <TopTools_DataMapOfIntegerShape.hxx>
|
|
||||||
#include <TopTools_DataMapOfShapeInteger.hxx>
|
|
||||||
|
|
||||||
#include <TopExp.hxx>
|
#include <TopExp.hxx>
|
||||||
#include <TopExp_Explorer.hxx>
|
#include <TopExp_Explorer.hxx>
|
||||||
@ -72,13 +51,8 @@
|
|||||||
#include <IntTools_Context.hxx>
|
#include <IntTools_Context.hxx>
|
||||||
#include <IntTools_FClass2d.hxx>
|
#include <IntTools_FClass2d.hxx>
|
||||||
|
|
||||||
#include <Bnd_Box.hxx>
|
|
||||||
#include <BRepBndLib.hxx>
|
|
||||||
|
|
||||||
#include <BooleanOperations_OnceExplorer.hxx>
|
#include <BooleanOperations_OnceExplorer.hxx>
|
||||||
|
|
||||||
#include <BOPTColStd_IndexedDataMapOfIntegerIndexedMapOfInteger.hxx>
|
#include <BOPTColStd_IndexedDataMapOfIntegerIndexedMapOfInteger.hxx>
|
||||||
|
|
||||||
#include <BOPTools_ListOfPaveBlock.hxx>
|
#include <BOPTools_ListOfPaveBlock.hxx>
|
||||||
#include <BOPTools_ListIteratorOfListOfPaveBlock.hxx>
|
#include <BOPTools_ListIteratorOfListOfPaveBlock.hxx>
|
||||||
#include <BOPTools_CArray1OfSSInterference.hxx>
|
#include <BOPTools_CArray1OfSSInterference.hxx>
|
||||||
@ -93,11 +67,34 @@
|
|||||||
#include <BOPTools_ESInterference.hxx>
|
#include <BOPTools_ESInterference.hxx>
|
||||||
#include <BOPTools_CArray1OfESInterference.hxx>
|
#include <BOPTools_CArray1OfESInterference.hxx>
|
||||||
|
|
||||||
#include <NCollection_UBTreeFiller.hxx>
|
#include <NMTDS_ShapesDataStructure.hxx>
|
||||||
|
#include <NMTDS_InterfPool.hxx>
|
||||||
|
|
||||||
#include <TColStd_IndexedMapOfInteger.hxx>
|
#include <NMTTools_PaveFiller.hxx>
|
||||||
|
#include <NMTTools_ListOfCoupleOfShape.hxx>
|
||||||
|
#include <NMTTools_Tools.hxx>
|
||||||
|
#include <NMTTools_CoupleOfShape.hxx>
|
||||||
|
#include <NMTTools_IndexedDataMapOfShapeIndexedMapOfShape.hxx>
|
||||||
|
#include <NMTTools_Tools.hxx>
|
||||||
|
#include <NMTTools_ListIteratorOfListOfCommonBlock.hxx>
|
||||||
|
#include <NMTTools_ListOfCommonBlock.hxx>
|
||||||
|
#include <NMTTools_CommonBlock.hxx>
|
||||||
|
#include <NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx>
|
||||||
|
//
|
||||||
|
#include <GEOMAlgo_Tools3D.hxx>
|
||||||
|
#include <GEOMAlgo_WireEdgeSet.hxx>
|
||||||
|
#include <GEOMAlgo_BuilderFace.hxx>
|
||||||
|
|
||||||
|
#include <GEOMAlgo_ShapeSet.hxx>
|
||||||
|
//
|
||||||
|
#include <NMTDS_BoxBndTree.hxx>
|
||||||
|
#include <NCollection_UBTreeFiller.hxx>
|
||||||
|
#include <Bnd_Box.hxx>
|
||||||
|
#include <BRepBndLib.hxx>
|
||||||
|
#include <TopTools_DataMapOfIntegerShape.hxx>
|
||||||
#include <TColStd_ListOfInteger.hxx>
|
#include <TColStd_ListOfInteger.hxx>
|
||||||
#include <TColStd_ListIteratorOfListOfInteger.hxx>
|
#include <TColStd_ListIteratorOfListOfInteger.hxx>
|
||||||
|
#include <TopTools_DataMapOfShapeInteger.hxx>
|
||||||
|
|
||||||
static
|
static
|
||||||
void UpdateCandidates(const Standard_Integer ,
|
void UpdateCandidates(const Standard_Integer ,
|
||||||
@ -106,8 +103,8 @@ static
|
|||||||
|
|
||||||
//modified by NIZNHY-PKV Thu Feb 16 12:24:52 2012f
|
//modified by NIZNHY-PKV Thu Feb 16 12:24:52 2012f
|
||||||
static
|
static
|
||||||
Standard_Boolean IsClosed(const TopoDS_Edge& aE,
|
Standard_Boolean IsClosed(const TopoDS_Edge& ,
|
||||||
const TopoDS_Face& aF);
|
const TopoDS_Face& );
|
||||||
//modified by NIZNHY-PKV Thu Feb 16 12:24:56 2012t
|
//modified by NIZNHY-PKV Thu Feb 16 12:24:56 2012t
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
@ -216,11 +213,7 @@ void GEOMAlgo_Builder::BuildSplitFaces()
|
|||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
NMTDS_InterfPool* pIP=pPF->IP();
|
NMTDS_InterfPool* pIP=pPF->IP();
|
||||||
BOPTools_CArray1OfSSInterference& aFFs=pIP->SSInterferences();
|
BOPTools_CArray1OfSSInterference& aFFs=pIP->SSInterferences();
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx= pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
Standard_Boolean bToReverse, bIsClosed, bIsDegenerated;
|
Standard_Boolean bToReverse, bIsClosed, bIsDegenerated;
|
||||||
Standard_Integer i, aNb, aNbF, nF;
|
Standard_Integer i, aNb, aNbF, nF;
|
||||||
@ -319,10 +312,10 @@ void GEOMAlgo_Builder::BuildSplitFaces()
|
|||||||
}
|
}
|
||||||
//
|
//
|
||||||
bIsDegenerated=BRep_Tool::Degenerated(aE);
|
bIsDegenerated=BRep_Tool::Degenerated(aE);
|
||||||
//modified by NIZNHY-PKV Thu Feb 16 12:25:04 2012f
|
//modified by NIZNHY-PKV Wed Mar 07 07:46:09 2012f
|
||||||
bIsClosed=IsClosed(aE, aF);
|
bIsClosed=IsClosed(aE, aF);
|
||||||
//bIsClosed=BRep_Tool::IsClosed(aE, aF);
|
//bIsClosed=BRep_Tool::IsClosed(aE, aF);
|
||||||
//modified by NIZNHY-PKV Thu Feb 16 12:25:09 2012t
|
//modified by NIZNHY-PKV Wed Mar 07 07:46:13 2012t
|
||||||
//
|
//
|
||||||
const TopTools_ListOfShape& aLIE=myImages.Image(aE);
|
const TopTools_ListOfShape& aLIE=myImages.Image(aE);
|
||||||
aIt.Initialize(aLIE);
|
aIt.Initialize(aLIE);
|
||||||
@ -435,11 +428,7 @@ void GEOMAlgo_Builder::FillSameDomainFaces()
|
|||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
NMTDS_InterfPool* pIP=pPF->IP();
|
NMTDS_InterfPool* pIP=pPF->IP();
|
||||||
BOPTools_CArray1OfSSInterference& aFFs=pIP->SSInterferences();
|
BOPTools_CArray1OfSSInterference& aFFs=pIP->SSInterferences();
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
||||||
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx=pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
//mySameDomainShapes.Clear();
|
//mySameDomainShapes.Clear();
|
||||||
@ -726,11 +715,7 @@ void GEOMAlgo_Builder::FillInternalVertices()
|
|||||||
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
NMTDS_InterfPool* pIP=pPF->IP();
|
NMTDS_InterfPool* pIP=pPF->IP();
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx= pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
BOPTools_CArray1OfVSInterference& aVFs=pIP->VSInterferences();
|
BOPTools_CArray1OfVSInterference& aVFs=pIP->VSInterferences();
|
||||||
BOPTools_CArray1OfESInterference& aEFs=pIP->ESInterferences();
|
BOPTools_CArray1OfESInterference& aEFs=pIP->ESInterferences();
|
||||||
@ -903,18 +888,10 @@ void GEOMAlgo_Builder::FillInternalVertices()
|
|||||||
for (; aIt.More(); aIt.Next()) {
|
for (; aIt.More(); aIt.Next()) {
|
||||||
TopoDS_Face aFx=TopoDS::Face(aIt.Value());
|
TopoDS_Face aFx=TopoDS::Face(aIt.Value());
|
||||||
// update classifier
|
// update classifier
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
IntTools_FClass2d& aClsf=aCtx->FClass2d(aFx);
|
IntTools_FClass2d& aClsf=aCtx->FClass2d(aFx);
|
||||||
#else
|
|
||||||
IntTools_FClass2d& aClsf=aCtx.FClass2d(aFx);
|
|
||||||
#endif
|
|
||||||
aClsf.Init(aFx, aTol);
|
aClsf.Init(aFx, aTol);
|
||||||
//
|
//
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
iFlag=aCtx->ComputeVS (aV, aFx, aU1, aU2);
|
iFlag=aCtx->ComputeVS (aV, aFx, aU1, aU2);
|
||||||
#else
|
|
||||||
iFlag=aCtx.ComputeVS (aV, aFx, aU1, aU2);
|
|
||||||
#endif
|
|
||||||
if (!iFlag) {
|
if (!iFlag) {
|
||||||
aBB.Add(aFx, aV);
|
aBB.Add(aFx, aV);
|
||||||
break;
|
break;
|
||||||
@ -924,18 +901,10 @@ void GEOMAlgo_Builder::FillInternalVertices()
|
|||||||
else {
|
else {
|
||||||
const TopoDS_Face& aFx=TopoDS::Face(aF);
|
const TopoDS_Face& aFx=TopoDS::Face(aF);
|
||||||
// update classifier
|
// update classifier
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
IntTools_FClass2d& aClsf=aCtx->FClass2d(aFx);
|
IntTools_FClass2d& aClsf=aCtx->FClass2d(aFx);
|
||||||
#else
|
|
||||||
IntTools_FClass2d& aClsf=aCtx.FClass2d(aFx);
|
|
||||||
#endif
|
|
||||||
aClsf.Init(aFx, aTol);
|
aClsf.Init(aFx, aTol);
|
||||||
//
|
//
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
iFlag=aCtx->ComputeVS (aV, aFx, aU1, aU2);
|
iFlag=aCtx->ComputeVS (aV, aFx, aU1, aU2);
|
||||||
#else
|
|
||||||
iFlag=aCtx.ComputeVS (aV, aFx, aU1, aU2);
|
|
||||||
#endif
|
|
||||||
if (!iFlag) {
|
if (!iFlag) {
|
||||||
TopoDS_Face aFz;
|
TopoDS_Face aFz;
|
||||||
//
|
//
|
||||||
@ -986,12 +955,12 @@ Standard_Boolean IsClosed(const TopoDS_Edge& aE,
|
|||||||
const TopoDS_Shape& aEx=aExp.Current();
|
const TopoDS_Shape& aEx=aExp.Current();
|
||||||
//
|
//
|
||||||
if (aM.Add(aEx)) {
|
if (aM.Add(aEx)) {
|
||||||
if (aEx.IsSame(aE)) {
|
bRet=aEx.IsSame(aE);
|
||||||
|
if (bRet) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
bRet=!bRet;
|
|
||||||
}
|
}
|
||||||
return bRet;
|
return bRet;
|
||||||
}
|
}
|
||||||
|
@ -19,24 +19,12 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// File : GEOMAlgo_Builder_3.cxx
|
// File : GEOMAlgo_Builder_3.cxx
|
||||||
|
// Created :
|
||||||
// Author : Peter KURNEV
|
// Author : Peter KURNEV
|
||||||
|
|
||||||
#include <GEOMAlgo_Builder.hxx>
|
#include <GEOMAlgo_Builder.hxx>
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#include <GEOMAlgo_Tools3D.hxx>
|
|
||||||
#include <GEOMAlgo_BuilderSolid.hxx>
|
|
||||||
#include <GEOMAlgo_ShapeSet.hxx>
|
|
||||||
#include <GEOMAlgo_DataMapOfShapeShapeSet.hxx>
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet.hxx>
|
|
||||||
|
|
||||||
#include <NMTTools_PaveFiller.hxx>
|
|
||||||
|
|
||||||
#include <NMTDS_ShapesDataStructure.hxx>
|
|
||||||
|
|
||||||
#include <TopAbs_State.hxx>
|
#include <TopAbs_State.hxx>
|
||||||
|
|
||||||
#include <TopoDS.hxx>
|
#include <TopoDS.hxx>
|
||||||
@ -69,6 +57,16 @@
|
|||||||
|
|
||||||
#include <IntTools_Context.hxx>
|
#include <IntTools_Context.hxx>
|
||||||
|
|
||||||
|
#include <NMTDS_ShapesDataStructure.hxx>
|
||||||
|
#include <NMTTools_PaveFiller.hxx>
|
||||||
|
|
||||||
|
#include <GEOMAlgo_Tools3D.hxx>
|
||||||
|
#include <GEOMAlgo_BuilderSolid.hxx>
|
||||||
|
#include <GEOMAlgo_ShapeSet.hxx>
|
||||||
|
#include <GEOMAlgo_DataMapOfShapeShapeSet.hxx>
|
||||||
|
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet.hxx>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static
|
static
|
||||||
void OwnInternalShapes(const TopoDS_Shape& ,
|
void OwnInternalShapes(const TopoDS_Shape& ,
|
||||||
@ -97,11 +95,7 @@ void GEOMAlgo_Builder::BuildDraftSolid (const TopoDS_Shape& theSolid,
|
|||||||
myErrorStatus=0;
|
myErrorStatus=0;
|
||||||
//
|
//
|
||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
||||||
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx=pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
Standard_Boolean bToReverse;
|
Standard_Boolean bToReverse;
|
||||||
Standard_Integer iFlag;
|
Standard_Integer iFlag;
|
||||||
@ -194,11 +188,7 @@ void GEOMAlgo_Builder::BuildDraftSolid (const TopoDS_Shape& theSolid,
|
|||||||
//
|
//
|
||||||
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
||||||
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx=pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
Standard_Boolean bIsIN, bHasImage;
|
Standard_Boolean bIsIN, bHasImage;
|
||||||
Standard_Integer aNbS, aNbSolids, i, j, aNbFaces, aNbFP, aNbFPx, aNbFIN, aNbLIF;
|
Standard_Integer aNbS, aNbSolids, i, j, aNbFaces, aNbFP, aNbFPx, aNbFIN, aNbLIF;
|
||||||
@ -431,11 +421,7 @@ void GEOMAlgo_Builder::BuildDraftSolid (const TopoDS_Shape& theSolid,
|
|||||||
//
|
//
|
||||||
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
||||||
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx=pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
Standard_Integer i, aNbS, iErr;
|
Standard_Integer i, aNbS, iErr;
|
||||||
TopExp_Explorer aExp;
|
TopExp_Explorer aExp;
|
||||||
@ -534,9 +520,7 @@ void GEOMAlgo_Builder::BuildDraftSolid (const TopoDS_Shape& theSolid,
|
|||||||
//modified by NIZNHY-PKV Wed Oct 27 09:53:18 2010t
|
//modified by NIZNHY-PKV Wed Oct 27 09:53:18 2010t
|
||||||
//
|
//
|
||||||
// 1.3 Build new solids
|
// 1.3 Build new solids
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
aSB.SetContext(aCtx);
|
aSB.SetContext(aCtx);
|
||||||
#endif
|
|
||||||
aSB.SetShapes(aSFS1);
|
aSB.SetShapes(aSFS1);
|
||||||
aSB.Perform();
|
aSB.Perform();
|
||||||
iErr=aSB.ErrorStatus();
|
iErr=aSB.ErrorStatus();
|
||||||
@ -580,11 +564,7 @@ void GEOMAlgo_Builder::BuildDraftSolid (const TopoDS_Shape& theSolid,
|
|||||||
//
|
//
|
||||||
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
const NMTDS_ShapesDataStructure& aDS=*myPaveFiller->DS();
|
||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
const Handle(IntTools_Context)& aCtx= pPF->Context();
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx= pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
//Standard_Boolean bHasImage;
|
//Standard_Boolean bHasImage;
|
||||||
Standard_Integer i, j, jT, aNbS, aNbSI, aNbSx, aNbSd;
|
Standard_Integer i, j, jT, aNbS, aNbSI, aNbSx, aNbSd;
|
||||||
|
@ -21,18 +21,11 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
// File: GEOMAlgo_Builder_4.cxx
|
// File: GEOMAlgo_Builder_4.cxx
|
||||||
|
// Created:
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
|
//
|
||||||
#include <GEOMAlgo_Builder.hxx>
|
#include <GEOMAlgo_Builder.hxx>
|
||||||
|
|
||||||
#include <GEOMAlgo_Tools3D.hxx>
|
|
||||||
|
|
||||||
#include <NMTTools_PaveFiller.hxx>
|
|
||||||
|
|
||||||
#include <NMTDS_ShapesDataStructure.hxx>
|
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#include <TopoDS_Iterator.hxx>
|
#include <TopoDS_Iterator.hxx>
|
||||||
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
#include <TopTools_ListOfShape.hxx>
|
||||||
@ -42,6 +35,12 @@
|
|||||||
|
|
||||||
#include <IntTools_Context.hxx>
|
#include <IntTools_Context.hxx>
|
||||||
|
|
||||||
|
#include <NMTDS_ShapesDataStructure.hxx>
|
||||||
|
|
||||||
|
#include <NMTTools_PaveFiller.hxx>
|
||||||
|
|
||||||
|
#include <GEOMAlgo_Tools3D.hxx>
|
||||||
|
|
||||||
static
|
static
|
||||||
void MapShapes(const TopoDS_Shape& aS,
|
void MapShapes(const TopoDS_Shape& aS,
|
||||||
TopTools_MapOfShape& aM);
|
TopTools_MapOfShape& aM);
|
||||||
@ -53,11 +52,7 @@ static
|
|||||||
const TopTools_ListOfShape& GEOMAlgo_Builder::Generated(const TopoDS_Shape& theS)
|
const TopTools_ListOfShape& GEOMAlgo_Builder::Generated(const TopoDS_Shape& theS)
|
||||||
{
|
{
|
||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx=pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
Standard_Boolean bHasImage, bToReverse;
|
Standard_Boolean bHasImage, bToReverse;
|
||||||
TopAbs_ShapeEnum aType;
|
TopAbs_ShapeEnum aType;
|
||||||
@ -111,11 +106,7 @@ static
|
|||||||
const TopTools_ListOfShape& GEOMAlgo_Builder::Modified(const TopoDS_Shape& theS)
|
const TopTools_ListOfShape& GEOMAlgo_Builder::Modified(const TopoDS_Shape& theS)
|
||||||
{
|
{
|
||||||
NMTTools_PaveFiller* pPF=myPaveFiller;
|
NMTTools_PaveFiller* pPF=myPaveFiller;
|
||||||
#if OCC_VERSION_LARGE > 0x06050200
|
|
||||||
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
const Handle(IntTools_Context)& aCtx=pPF->Context();
|
||||||
#else
|
|
||||||
IntTools_Context& aCtx=pPF->ChangeContext();
|
|
||||||
#endif
|
|
||||||
//
|
//
|
||||||
Standard_Boolean bHasImage, bToReverse;
|
Standard_Boolean bHasImage, bToReverse;
|
||||||
TopAbs_ShapeEnum aType;
|
TopAbs_ShapeEnum aType;
|
||||||
@ -306,6 +297,7 @@ static
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : MapShapes
|
//function : MapShapes
|
||||||
|
@ -1,77 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_Clsf.cdl
|
|
||||||
-- Created: Wed Nov 22 10:19:29 2006
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
-- <pkv@irinox>
|
|
||||||
--
|
|
||||||
deferred class Clsf from GEOMAlgo
|
|
||||||
inherits HAlgo from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose:
|
|
||||||
|
|
||||||
uses
|
|
||||||
State from TopAbs,
|
|
||||||
Pnt from gp,
|
|
||||||
Curve from Geom,
|
|
||||||
Surface from Geom
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Initialize
|
|
||||||
returns mutable Clsf from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_Clsf();"
|
|
||||||
|
|
||||||
SetPnt(me:mutable;
|
|
||||||
aP:Pnt from gp);
|
|
||||||
|
|
||||||
Pnt(me)
|
|
||||||
returns Pnt from gp;
|
|
||||||
---C++:return const&
|
|
||||||
|
|
||||||
SetTolerance(me:mutable;
|
|
||||||
aT:Real from Standard);
|
|
||||||
|
|
||||||
Tolerance(me)
|
|
||||||
returns Real from Standard;
|
|
||||||
|
|
||||||
State(me)
|
|
||||||
returns State from TopAbs;
|
|
||||||
|
|
||||||
CanBeON(me;
|
|
||||||
aCT:Curve from Geom)
|
|
||||||
returns Boolean from Standard
|
|
||||||
is virtual;
|
|
||||||
|
|
||||||
CanBeON(me;
|
|
||||||
aST:Surface from Geom)
|
|
||||||
returns Boolean from Standard
|
|
||||||
is virtual;
|
|
||||||
|
|
||||||
fields
|
|
||||||
myState :State from TopAbs is protected;
|
|
||||||
myPnt :Pnt from gp is protected;
|
|
||||||
myTolerance:Real from Standard is protected;
|
|
||||||
|
|
||||||
end Clsf;
|
|
@ -20,12 +20,15 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// File: GEOMAlgo_Classifier.cxx
|
// File: GEOMAlgo_Clsf.cxx
|
||||||
// Created: Wed Nov 22 10:23:04 2006
|
// Created: Wed Nov 22 10:23:04 2006
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
// <pkv@irinox>
|
// <pkv@irinox>
|
||||||
//
|
//
|
||||||
#include <GEOMAlgo_Clsf.ixx>
|
#include <GEOMAlgo_Clsf.hxx>
|
||||||
|
|
||||||
|
IMPLEMENT_STANDARD_HANDLE(GEOMAlgo_Clsf, GEOMAlgo_HAlgo);
|
||||||
|
IMPLEMENT_STANDARD_RTTIEXT(GEOMAlgo_Clsf, GEOMAlgo_HAlgo);
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function :
|
//function :
|
||||||
|
@ -20,114 +20,68 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_Clsf.hxx
|
||||||
|
// Created: Wed Nov 22 10:23:04 2006
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
// <pkv@irinox>
|
||||||
|
//
|
||||||
#ifndef _GEOMAlgo_Clsf_HeaderFile
|
#ifndef _GEOMAlgo_Clsf_HeaderFile
|
||||||
#define _GEOMAlgo_Clsf_HeaderFile
|
#define _GEOMAlgo_Clsf_HeaderFile
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
#include <Standard_DefineHandle.hxx>
|
||||||
#ifndef _Handle_GEOMAlgo_Clsf_HeaderFile
|
//#include <Handle_GEOMAlgo_Clsf.hxx>
|
||||||
#include <Handle_GEOMAlgo_Clsf.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopAbs_State_HeaderFile
|
|
||||||
#include <TopAbs_State.hxx>
|
#include <TopAbs_State.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _gp_Pnt_HeaderFile
|
|
||||||
#include <gp_Pnt.hxx>
|
#include <gp_Pnt.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Real_HeaderFile
|
|
||||||
#include <Standard_Real.hxx>
|
#include <Standard_Real.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_HAlgo_HeaderFile
|
|
||||||
#include <GEOMAlgo_HAlgo.hxx>
|
#include <GEOMAlgo_HAlgo.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Boolean_HeaderFile
|
|
||||||
#include <Standard_Boolean.hxx>
|
#include <Standard_Boolean.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Handle_Geom_Curve_HeaderFile
|
|
||||||
#include <Handle_Geom_Curve.hxx>
|
#include <Handle_Geom_Curve.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Handle_Geom_Surface_HeaderFile
|
|
||||||
#include <Handle_Geom_Surface.hxx>
|
#include <Handle_Geom_Surface.hxx>
|
||||||
#endif
|
#include <Geom_Curve.hxx>
|
||||||
class gp_Pnt;
|
#include <Geom_Surface.hxx>
|
||||||
class Geom_Curve;
|
|
||||||
class Geom_Surface;
|
|
||||||
|
|
||||||
|
DEFINE_STANDARD_HANDLE(GEOMAlgo_Clsf, GEOMAlgo_HAlgo);
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//class : GEOMAlgo_Clsf
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_Clsf : public GEOMAlgo_HAlgo
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Standard_EXPORT
|
||||||
|
void SetPnt(const gp_Pnt& aP) ;
|
||||||
|
|
||||||
class GEOMAlgo_Clsf : public GEOMAlgo_HAlgo {
|
Standard_EXPORT
|
||||||
|
const gp_Pnt& Pnt() const;
|
||||||
|
|
||||||
public:
|
Standard_EXPORT
|
||||||
// Methods PUBLIC
|
void SetTolerance(const Standard_Real aT) ;
|
||||||
//
|
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
Standard_Real Tolerance() const;
|
||||||
|
|
||||||
Standard_EXPORT void SetPnt(const gp_Pnt& aP) ;
|
Standard_EXPORT
|
||||||
|
TopAbs_State State() const;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual Standard_Boolean CanBeON(const Handle(Geom_Curve)& aCT) const;
|
||||||
|
|
||||||
Standard_EXPORT const gp_Pnt& Pnt() const;
|
Standard_EXPORT
|
||||||
|
virtual Standard_Boolean CanBeON(const Handle(Geom_Surface)& aST) const;
|
||||||
|
|
||||||
|
DEFINE_STANDARD_RTTI(GEOMAlgo_Clsf);
|
||||||
|
|
||||||
Standard_EXPORT void SetTolerance(const Standard_Real aT) ;
|
protected:
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_Clsf();
|
||||||
Standard_EXPORT Standard_Real Tolerance() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT TopAbs_State State() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual Standard_Boolean CanBeON(const Handle(Geom_Curve)& aCT) const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual Standard_Boolean CanBeON(const Handle(Geom_Surface)& aST) const;
|
|
||||||
//Standard_EXPORT ~GEOMAlgo_Clsf();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Type management
|
|
||||||
//
|
|
||||||
Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
|
|
||||||
//Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_Clsf();
|
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_Clsf();
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
TopAbs_State myState;
|
|
||||||
gp_Pnt myPnt;
|
|
||||||
Standard_Real myTolerance;
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual ~GEOMAlgo_Clsf();
|
||||||
|
|
||||||
|
TopAbs_State myState;
|
||||||
|
gp_Pnt myPnt;
|
||||||
|
Standard_Real myTolerance;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,76 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_Clsf.jxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//GEOMAlgo_Clsf::~GEOMAlgo_Clsf() {}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_Clsf_Type_()
|
|
||||||
{
|
|
||||||
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(GEOMAlgo_HAlgo);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_Clsf",
|
|
||||||
sizeof(GEOMAlgo_Clsf),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_Clsf) Handle(GEOMAlgo_Clsf)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_Clsf) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_Clsf))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_Clsf)((Handle(GEOMAlgo_Clsf)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject ;
|
|
||||||
}
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_Clsf::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_Clsf) ;
|
|
||||||
}
|
|
||||||
//Standard_Boolean GEOMAlgo_Clsf::IsKind(const Handle(Standard_Type)& AType) const
|
|
||||||
//{
|
|
||||||
// return (STANDARD_TYPE(GEOMAlgo_Clsf) == AType || GEOMAlgo_HAlgo::IsKind(AType));
|
|
||||||
//}
|
|
||||||
//Handle_GEOMAlgo_Clsf::~Handle_GEOMAlgo_Clsf() {}
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _gp_Pnt_HeaderFile
|
|
||||||
#include <gp_Pnt.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Geom_Curve_HeaderFile
|
|
||||||
#include <Geom_Curve.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Geom_Surface_HeaderFile
|
|
||||||
#include <Geom_Surface.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_Clsf_HeaderFile
|
|
||||||
#include <GEOMAlgo_Clsf.hxx>
|
|
||||||
#endif
|
|
@ -1,72 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_ClsfBox.cdl
|
|
||||||
-- Created: Wed Nov 22 10:19:29 2006
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
-- <pkv@irinox>
|
|
||||||
--
|
|
||||||
class ClsfBox from GEOMAlgo
|
|
||||||
inherits Clsf from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose:
|
|
||||||
|
|
||||||
uses
|
|
||||||
Shape from TopoDS,
|
|
||||||
Curve from Geom,
|
|
||||||
Surface from Geom,
|
|
||||||
Surface from GeomAdaptor
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Create
|
|
||||||
returns mutable ClsfBox from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_ClsfBox();"
|
|
||||||
|
|
||||||
SetBox(me:mutable;
|
|
||||||
aS:Shape from TopoDS);
|
|
||||||
|
|
||||||
Box(me)
|
|
||||||
returns Shape from TopoDS;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Perform(me:mutable)
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
CheckData(me:mutable)
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
CanBeON(me;
|
|
||||||
aC:Curve from Geom)
|
|
||||||
returns Boolean from Standard
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
CanBeON(me;
|
|
||||||
aST:Surface from Geom)
|
|
||||||
returns Boolean from Standard
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
fields
|
|
||||||
myBox : Shape from TopoDS is protected;
|
|
||||||
myGAS : Surface from GeomAdaptor [6] is protected;
|
|
||||||
end ClsfBox;
|
|
@ -20,12 +20,13 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// File: GEOMAlgo_ClsfSurf.cxx
|
// File: GEOMAlgo_ClsfBox.cxx
|
||||||
// Created: Wed Nov 22 10:41:47 2006
|
// Created: Wed Nov 22 10:41:47 2006
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
// <pkv@irinox>
|
// <pkv@irinox>
|
||||||
//
|
//
|
||||||
#include <GEOMAlgo_ClsfBox.ixx>
|
#include <GEOMAlgo_ClsfBox.hxx>
|
||||||
|
|
||||||
#include <GeomAbs_SurfaceType.hxx>
|
#include <GeomAbs_SurfaceType.hxx>
|
||||||
#include <GEOMAlgo_SurfaceTools.hxx>
|
#include <GEOMAlgo_SurfaceTools.hxx>
|
||||||
#include <TopAbs_ShapeEnum.hxx>
|
#include <TopAbs_ShapeEnum.hxx>
|
||||||
@ -42,6 +43,9 @@
|
|||||||
#include <gp_Ax1.hxx>
|
#include <gp_Ax1.hxx>
|
||||||
#include <Geom_Plane.hxx>
|
#include <Geom_Plane.hxx>
|
||||||
|
|
||||||
|
IMPLEMENT_STANDARD_HANDLE(GEOMAlgo_ClsfBox, GEOMAlgo_Clsf)
|
||||||
|
IMPLEMENT_STANDARD_RTTIEXT(GEOMAlgo_ClsfBox, GEOMAlgo_Clsf)
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function :
|
//function :
|
||||||
//purpose :
|
//purpose :
|
||||||
|
@ -20,98 +20,70 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_ClsfBox.hxx
|
||||||
|
// Created: Wed Nov 22 10:41:47 2006
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
// <pkv@irinox>
|
||||||
|
//
|
||||||
#ifndef _GEOMAlgo_ClsfBox_HeaderFile
|
#ifndef _GEOMAlgo_ClsfBox_HeaderFile
|
||||||
#define _GEOMAlgo_ClsfBox_HeaderFile
|
#define _GEOMAlgo_ClsfBox_HeaderFile
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
#include <Standard_DefineHandle.hxx>
|
||||||
#ifndef _Handle_GEOMAlgo_ClsfBox_HeaderFile
|
//#include <Handle_GEOMAlgo_ClsfBox.hxx>
|
||||||
#include <Handle_GEOMAlgo_ClsfBox.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
#include <TopoDS_Shape.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _GeomAdaptor_Surface_HeaderFile
|
|
||||||
#include <GeomAdaptor_Surface.hxx>
|
#include <GeomAdaptor_Surface.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_Clsf_HeaderFile
|
|
||||||
#include <GEOMAlgo_Clsf.hxx>
|
#include <GEOMAlgo_Clsf.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Boolean_HeaderFile
|
|
||||||
#include <Standard_Boolean.hxx>
|
#include <Standard_Boolean.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Handle_Geom_Curve_HeaderFile
|
|
||||||
#include <Handle_Geom_Curve.hxx>
|
#include <Handle_Geom_Curve.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Handle_Geom_Surface_HeaderFile
|
|
||||||
#include <Handle_Geom_Surface.hxx>
|
#include <Handle_Geom_Surface.hxx>
|
||||||
#endif
|
#include <Geom_Curve.hxx>
|
||||||
class TopoDS_Shape;
|
#include <Geom_Surface.hxx>
|
||||||
class Geom_Curve;
|
|
||||||
class Geom_Surface;
|
|
||||||
|
|
||||||
|
DEFINE_STANDARD_HANDLE(GEOMAlgo_ClsfBox, GEOMAlgo_Clsf)
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//function : GEOMAlgo_ClsfBox
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_ClsfBox : public GEOMAlgo_Clsf
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_ClsfBox();
|
||||||
|
|
||||||
class GEOMAlgo_ClsfBox : public GEOMAlgo_Clsf {
|
Standard_EXPORT
|
||||||
|
virtual ~GEOMAlgo_ClsfBox();
|
||||||
|
|
||||||
public:
|
Standard_EXPORT
|
||||||
// Methods PUBLIC
|
void SetBox(const TopoDS_Shape& aS) ;
|
||||||
//
|
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
const TopoDS_Shape& Box() const;
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_ClsfBox();
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_ClsfBox();
|
virtual void Perform() ;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void CheckData() ;
|
||||||
|
|
||||||
Standard_EXPORT void SetBox(const TopoDS_Shape& aS) ;
|
Standard_EXPORT
|
||||||
|
virtual Standard_Boolean CanBeON(const Handle(Geom_Curve)& aC) const;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual Standard_Boolean CanBeON(const Handle(Geom_Surface)& aST) const;
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Box() const;
|
DEFINE_STANDARD_RTTI(GEOMAlgo_ClsfBox)
|
||||||
|
|
||||||
|
protected:
|
||||||
Standard_EXPORT virtual void Perform() ;
|
TopoDS_Shape myBox;
|
||||||
|
GeomAdaptor_Surface myGAS[6];
|
||||||
|
|
||||||
Standard_EXPORT virtual void CheckData() ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual Standard_Boolean CanBeON(const Handle(Geom_Curve)& aC) const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual Standard_Boolean CanBeON(const Handle(Geom_Surface)& aST) const;
|
|
||||||
//Standard_EXPORT ~GEOMAlgo_ClsfBox();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Type management
|
|
||||||
//
|
|
||||||
Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
|
|
||||||
//Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
TopoDS_Shape myBox;
|
|
||||||
GeomAdaptor_Surface myGAS[6];
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -120,7 +92,6 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
// other Inline functions and methods (like "C++: function call" methods)
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,77 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_ClsfBox.jxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//GEOMAlgo_ClsfBox::~GEOMAlgo_ClsfBox() {}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_ClsfBox_Type_()
|
|
||||||
{
|
|
||||||
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(GEOMAlgo_Clsf);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(GEOMAlgo_HAlgo);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType4 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,aType4,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_ClsfBox",
|
|
||||||
sizeof(GEOMAlgo_ClsfBox),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_ClsfBox) Handle(GEOMAlgo_ClsfBox)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_ClsfBox) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_ClsfBox))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_ClsfBox)((Handle(GEOMAlgo_ClsfBox)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject ;
|
|
||||||
}
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_ClsfBox::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_ClsfBox) ;
|
|
||||||
}
|
|
||||||
//Standard_Boolean GEOMAlgo_ClsfBox::IsKind(const Handle(Standard_Type)& AType) const
|
|
||||||
//{
|
|
||||||
// return (STANDARD_TYPE(GEOMAlgo_ClsfBox) == AType || GEOMAlgo_Clsf::IsKind(AType));
|
|
||||||
//}
|
|
||||||
//Handle_GEOMAlgo_ClsfBox::~Handle_GEOMAlgo_ClsfBox() {}
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Geom_Curve_HeaderFile
|
|
||||||
#include <Geom_Curve.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Geom_Surface_HeaderFile
|
|
||||||
#include <Geom_Surface.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_ClsfBox_HeaderFile
|
|
||||||
#include <GEOMAlgo_ClsfBox.hxx>
|
|
||||||
#endif
|
|
@ -1,58 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_ClsfSolid.cdl
|
|
||||||
-- Created: Mon Jan 29 10:28:07 2007
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
-- <pkv@irinox>
|
|
||||||
--
|
|
||||||
class ClsfSolid from GEOMAlgo
|
|
||||||
inherits Clsf from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose:
|
|
||||||
|
|
||||||
uses
|
|
||||||
Shape from TopoDS
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Create
|
|
||||||
returns mutable ClsfSolid from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_ClsfSolid();"
|
|
||||||
|
|
||||||
SetShape(me:mutable;
|
|
||||||
aS:Shape from TopoDS);
|
|
||||||
|
|
||||||
Shape(me)
|
|
||||||
returns Shape from TopoDS;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Perform(me:mutable)
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
CheckData(me:mutable)
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
|
|
||||||
fields
|
|
||||||
myShape: Shape from TopoDS is protected;
|
|
||||||
myPClsf: Address from Standard is protected;
|
|
||||||
|
|
||||||
end ClsfSolid;
|
|
@ -22,7 +22,7 @@
|
|||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
// <pkv@irinox>
|
// <pkv@irinox>
|
||||||
//
|
//
|
||||||
#include <GEOMAlgo_ClsfSolid.ixx>
|
#include <GEOMAlgo_ClsfSolid.hxx>
|
||||||
|
|
||||||
#include <TopAbs_ShapeEnum.hxx>
|
#include <TopAbs_ShapeEnum.hxx>
|
||||||
#include <TopoDS.hxx>
|
#include <TopoDS.hxx>
|
||||||
@ -30,6 +30,9 @@
|
|||||||
#include <BRep_Builder.hxx>
|
#include <BRep_Builder.hxx>
|
||||||
#include <BRepClass3d_SolidClassifier.hxx>
|
#include <BRepClass3d_SolidClassifier.hxx>
|
||||||
|
|
||||||
|
IMPLEMENT_STANDARD_HANDLE(GEOMAlgo_ClsfSolid, GEOMAlgo_Clsf)
|
||||||
|
IMPLEMENT_STANDARD_RTTIEXT(GEOMAlgo_ClsfSolid, GEOMAlgo_Clsf)
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function :
|
//function :
|
||||||
//purpose :
|
//purpose :
|
||||||
|
@ -17,90 +17,53 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_ClsfSolid.hxx
|
||||||
|
// Created: Mon Jan 29 10:35:46 2007
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
// <pkv@irinox>
|
||||||
|
//
|
||||||
#ifndef _GEOMAlgo_ClsfSolid_HeaderFile
|
#ifndef _GEOMAlgo_ClsfSolid_HeaderFile
|
||||||
#define _GEOMAlgo_ClsfSolid_HeaderFile
|
#define _GEOMAlgo_ClsfSolid_HeaderFile
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
#include <Standard_DefineHandle.hxx>
|
||||||
#ifndef _Handle_GEOMAlgo_ClsfSolid_HeaderFile
|
//#include <Handle_GEOMAlgo_ClsfSolid.hxx>
|
||||||
#include <Handle_GEOMAlgo_ClsfSolid.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
#include <TopoDS_Shape.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Address_HeaderFile
|
|
||||||
#include <Standard_Address.hxx>
|
#include <Standard_Address.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_Clsf_HeaderFile
|
|
||||||
#include <GEOMAlgo_Clsf.hxx>
|
#include <GEOMAlgo_Clsf.hxx>
|
||||||
#endif
|
|
||||||
class TopoDS_Shape;
|
|
||||||
|
|
||||||
|
DEFINE_STANDARD_HANDLE(GEOMAlgo_ClsfSolid, GEOMAlgo_Clsf)
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//class : GEOMAlgo_ClsfSolid
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_ClsfSolid : public GEOMAlgo_Clsf
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_ClsfSolid();
|
||||||
|
|
||||||
class GEOMAlgo_ClsfSolid : public GEOMAlgo_Clsf {
|
Standard_EXPORT
|
||||||
|
virtual ~GEOMAlgo_ClsfSolid();
|
||||||
|
|
||||||
public:
|
Standard_EXPORT
|
||||||
// Methods PUBLIC
|
void SetShape(const TopoDS_Shape& aS) ;
|
||||||
//
|
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
const TopoDS_Shape& Shape() const;
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_ClsfSolid();
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_ClsfSolid();
|
virtual void Perform() ;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void CheckData() ;
|
||||||
|
|
||||||
Standard_EXPORT void SetShape(const TopoDS_Shape& aS) ;
|
DEFINE_STANDARD_RTTI(GEOMAlgo_ClsfSolid)
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Shape() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual void Perform() ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual void CheckData() ;
|
|
||||||
//Standard_EXPORT ~GEOMAlgo_ClsfSolid();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Type management
|
|
||||||
//
|
|
||||||
Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
|
|
||||||
//Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
TopoDS_Shape myShape;
|
|
||||||
Standard_Address myPClsf;
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
protected:
|
||||||
|
TopoDS_Shape myShape;
|
||||||
|
Standard_Address myPClsf;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,74 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_ClsfSolid.jxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//GEOMAlgo_ClsfSolid::~GEOMAlgo_ClsfSolid() {}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_ClsfSolid_Type_()
|
|
||||||
{
|
|
||||||
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(GEOMAlgo_Clsf);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(GEOMAlgo_HAlgo);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType4 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,aType4,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_ClsfSolid",
|
|
||||||
sizeof(GEOMAlgo_ClsfSolid),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_ClsfSolid) Handle(GEOMAlgo_ClsfSolid)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_ClsfSolid) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_ClsfSolid))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_ClsfSolid)((Handle(GEOMAlgo_ClsfSolid)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject ;
|
|
||||||
}
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_ClsfSolid::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_ClsfSolid) ;
|
|
||||||
}
|
|
||||||
//Standard_Boolean GEOMAlgo_ClsfSolid::IsKind(const Handle(Standard_Type)& AType) const
|
|
||||||
//{
|
|
||||||
// return (STANDARD_TYPE(GEOMAlgo_ClsfSolid) == AType || GEOMAlgo_Clsf::IsKind(AType));
|
|
||||||
//}
|
|
||||||
//Handle_GEOMAlgo_ClsfSolid::~Handle_GEOMAlgo_ClsfSolid() {}
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_ClsfSolid_HeaderFile
|
|
||||||
#include <GEOMAlgo_ClsfSolid.hxx>
|
|
||||||
#endif
|
|
@ -1,72 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_ClsfSurf.cdl
|
|
||||||
-- Created: Wed Nov 22 10:19:29 2006
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
-- <pkv@irinox>
|
|
||||||
--
|
|
||||||
class ClsfSurf from GEOMAlgo
|
|
||||||
inherits Clsf from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose:
|
|
||||||
|
|
||||||
uses
|
|
||||||
Curve from Geom,
|
|
||||||
Surface from Geom,
|
|
||||||
Surface from GeomAdaptor
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Create
|
|
||||||
returns mutable ClsfSurf from GEOMAlgo;
|
|
||||||
---C++: alias "Standard_EXPORT virtual ~GEOMAlgo_ClsfSurf();"
|
|
||||||
|
|
||||||
SetSurface(me:mutable;
|
|
||||||
aS:Surface from Geom);
|
|
||||||
|
|
||||||
Surface(me)
|
|
||||||
returns Surface from Geom;
|
|
||||||
---C++: return const &
|
|
||||||
|
|
||||||
Perform(me:mutable)
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
CheckData(me:mutable)
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
CanBeON(me;
|
|
||||||
aC:Curve from Geom)
|
|
||||||
returns Boolean from Standard
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
CanBeON(me;
|
|
||||||
aST:Surface from Geom)
|
|
||||||
returns Boolean from Standard
|
|
||||||
is redefined;
|
|
||||||
|
|
||||||
fields
|
|
||||||
myS : Surface from Geom is protected;
|
|
||||||
myGAS : Surface from GeomAdaptor is protected;
|
|
||||||
|
|
||||||
end ClsfSurf;
|
|
@ -25,11 +25,14 @@
|
|||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
// <pkv@irinox>
|
// <pkv@irinox>
|
||||||
//
|
//
|
||||||
#include <GEOMAlgo_ClsfSurf.ixx>
|
#include <GEOMAlgo_ClsfSurf.hxx>
|
||||||
#include <GeomAbs_SurfaceType.hxx>
|
#include <GeomAbs_SurfaceType.hxx>
|
||||||
#include <GEOMAlgo_SurfaceTools.hxx>
|
#include <GEOMAlgo_SurfaceTools.hxx>
|
||||||
#include <GeomAdaptor_Curve.hxx>
|
#include <GeomAdaptor_Curve.hxx>
|
||||||
|
|
||||||
|
IMPLEMENT_STANDARD_HANDLE(GEOMAlgo_ClsfSurf, GEOMAlgo_Clsf);
|
||||||
|
IMPLEMENT_STANDARD_RTTIEXT(GEOMAlgo_ClsfSurf, GEOMAlgo_Clsf);
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function :
|
//function :
|
||||||
//purpose :
|
//purpose :
|
||||||
|
@ -20,103 +20,62 @@
|
|||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
|
// File: GEOMAlgo_ClsfSurf.hxx
|
||||||
|
// Created: Wed Nov 22 10:41:47 2006
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
// <pkv@irinox>
|
||||||
|
//
|
||||||
#ifndef _GEOMAlgo_ClsfSurf_HeaderFile
|
#ifndef _GEOMAlgo_ClsfSurf_HeaderFile
|
||||||
#define _GEOMAlgo_ClsfSurf_HeaderFile
|
#define _GEOMAlgo_ClsfSurf_HeaderFile
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
#include <Standard_DefineHandle.hxx>
|
||||||
#ifndef _Handle_GEOMAlgo_ClsfSurf_HeaderFile
|
//#include <Handle_GEOMAlgo_ClsfSurf.hxx>
|
||||||
#include <Handle_GEOMAlgo_ClsfSurf.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _Handle_Geom_Surface_HeaderFile
|
|
||||||
#include <Handle_Geom_Surface.hxx>
|
#include <Handle_Geom_Surface.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _GeomAdaptor_Surface_HeaderFile
|
|
||||||
#include <GeomAdaptor_Surface.hxx>
|
#include <GeomAdaptor_Surface.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_Clsf_HeaderFile
|
|
||||||
#include <GEOMAlgo_Clsf.hxx>
|
#include <GEOMAlgo_Clsf.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Boolean_HeaderFile
|
|
||||||
#include <Standard_Boolean.hxx>
|
#include <Standard_Boolean.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Handle_Geom_Curve_HeaderFile
|
|
||||||
#include <Handle_Geom_Curve.hxx>
|
#include <Handle_Geom_Curve.hxx>
|
||||||
#endif
|
#include <Geom_Surface.hxx>
|
||||||
class Geom_Surface;
|
#include <Geom_Curve.hxx>
|
||||||
class Geom_Curve;
|
|
||||||
|
|
||||||
|
DEFINE_STANDARD_HANDLE(GEOMAlgo_ClsfSurf, GEOMAlgo_Clsf)
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
// class : GEOMAlgo_ClsfSurf
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_ClsfSurf : public GEOMAlgo_Clsf
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_ClsfSurf();
|
||||||
|
|
||||||
class GEOMAlgo_ClsfSurf : public GEOMAlgo_Clsf {
|
Standard_EXPORT
|
||||||
|
virtual ~GEOMAlgo_ClsfSurf();
|
||||||
|
|
||||||
public:
|
Standard_EXPORT
|
||||||
// Methods PUBLIC
|
void SetSurface(const Handle(Geom_Surface)& aS) ;
|
||||||
//
|
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
const Handle_Geom_Surface& Surface() const;
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_ClsfSurf();
|
Standard_EXPORT
|
||||||
Standard_EXPORT virtual ~GEOMAlgo_ClsfSurf();
|
virtual void Perform() ;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual void CheckData() ;
|
||||||
|
|
||||||
Standard_EXPORT void SetSurface(const Handle(Geom_Surface)& aS) ;
|
Standard_EXPORT
|
||||||
|
virtual Standard_Boolean CanBeON(const Handle(Geom_Curve)& aC) const;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
virtual Standard_Boolean CanBeON(const Handle(Geom_Surface)& aST) const;
|
||||||
|
|
||||||
Standard_EXPORT const Handle_Geom_Surface& Surface() const;
|
DEFINE_STANDARD_RTTI(GEOMAlgo_ClsfSurf);
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual void Perform() ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual void CheckData() ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual Standard_Boolean CanBeON(const Handle(Geom_Curve)& aC) const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT virtual Standard_Boolean CanBeON(const Handle(Geom_Surface)& aST) const;
|
|
||||||
//Standard_EXPORT ~GEOMAlgo_ClsfSurf();
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Type management
|
|
||||||
//
|
|
||||||
Standard_EXPORT const Handle(Standard_Type)& DynamicType() const;
|
|
||||||
//Standard_EXPORT Standard_Boolean IsKind(const Handle(Standard_Type)&) const;
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
Handle_Geom_Surface myS;
|
|
||||||
GeomAdaptor_Surface myGAS;
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
|
protected:
|
||||||
|
Handle_Geom_Surface myS;
|
||||||
|
GeomAdaptor_Surface myGAS;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,77 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_ClsfSurf.jxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//GEOMAlgo_ClsfSurf::~GEOMAlgo_ClsfSurf() {}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_ClsfSurf_Type_()
|
|
||||||
{
|
|
||||||
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(GEOMAlgo_Clsf);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(GEOMAlgo_HAlgo);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType4 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,aType4,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_ClsfSurf",
|
|
||||||
sizeof(GEOMAlgo_ClsfSurf),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_ClsfSurf) Handle(GEOMAlgo_ClsfSurf)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_ClsfSurf) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_ClsfSurf))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_ClsfSurf)((Handle(GEOMAlgo_ClsfSurf)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject ;
|
|
||||||
}
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_ClsfSurf::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_ClsfSurf) ;
|
|
||||||
}
|
|
||||||
//Standard_Boolean GEOMAlgo_ClsfSurf::IsKind(const Handle(Standard_Type)& AType) const
|
|
||||||
//{
|
|
||||||
// return (STANDARD_TYPE(GEOMAlgo_ClsfSurf) == AType || GEOMAlgo_Clsf::IsKind(AType));
|
|
||||||
//}
|
|
||||||
//Handle_GEOMAlgo_ClsfSurf::~Handle_GEOMAlgo_ClsfSurf() {}
|
|
||||||
|
|
@ -1,31 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _Geom_Surface_HeaderFile
|
|
||||||
#include <Geom_Surface.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Geom_Curve_HeaderFile
|
|
||||||
#include <Geom_Curve.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_ClsfSurf_HeaderFile
|
|
||||||
#include <GEOMAlgo_ClsfSurf.hxx>
|
|
||||||
#endif
|
|
@ -1,67 +0,0 @@
|
|||||||
-- Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
--
|
|
||||||
-- Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
-- CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
--
|
|
||||||
-- This library is free software; you can redistribute it and/or
|
|
||||||
-- modify it under the terms of the GNU Lesser General Public
|
|
||||||
-- License as published by the Free Software Foundation; either
|
|
||||||
-- version 2.1 of the License.
|
|
||||||
--
|
|
||||||
-- This library is distributed in the hope that it will be useful,
|
|
||||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
-- Lesser General Public License for more details.
|
|
||||||
--
|
|
||||||
-- You should have received a copy of the GNU Lesser General Public
|
|
||||||
-- License along with this library; if not, write to the Free Software
|
|
||||||
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
--
|
|
||||||
-- See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
--
|
|
||||||
|
|
||||||
-- File: GEOMAlgo_CoupleOfShapes.cdl
|
|
||||||
-- Created: Wed Dec 15 13:00:10 2004
|
|
||||||
-- Author: Peter KURNEV
|
|
||||||
--
|
|
||||||
class CoupleOfShapes from GEOMAlgo
|
|
||||||
|
|
||||||
---Purpose:
|
|
||||||
|
|
||||||
uses
|
|
||||||
Shape from TopoDS
|
|
||||||
|
|
||||||
--raises
|
|
||||||
|
|
||||||
is
|
|
||||||
Create
|
|
||||||
returns CoupleOfShapes from GEOMAlgo;
|
|
||||||
|
|
||||||
SetShapes(me:out;
|
|
||||||
aS1: Shape from TopoDS;
|
|
||||||
aS2: Shape from TopoDS);
|
|
||||||
|
|
||||||
SetShape1(me:out;
|
|
||||||
aS1: Shape from TopoDS);
|
|
||||||
|
|
||||||
SetShape2(me:out;
|
|
||||||
aS2: Shape from TopoDS);
|
|
||||||
|
|
||||||
Shapes(me;
|
|
||||||
aS1:out Shape from TopoDS;
|
|
||||||
aS2:out Shape from TopoDS);
|
|
||||||
|
|
||||||
Shape1(me)
|
|
||||||
returns Shape from TopoDS;
|
|
||||||
---C++:return const &
|
|
||||||
|
|
||||||
Shape2(me)
|
|
||||||
returns Shape from TopoDS;
|
|
||||||
---C++:return const &
|
|
||||||
|
|
||||||
fields
|
|
||||||
|
|
||||||
myShape1: Shape from TopoDS is protected;
|
|
||||||
myShape2: Shape from TopoDS is protected;
|
|
||||||
|
|
||||||
end CoupleOfShapes;
|
|
@ -19,13 +19,12 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
|
||||||
// File: GEOMAlgo_CoupleOfShapes.cxx
|
// File: GEOMAlgo_CoupleOfShapes.cxx
|
||||||
// Created: Wed Dec 15 13:03:52 2004
|
// Created: Wed Dec 15 13:03:52 2004
|
||||||
// Author: Peter KURNEV
|
// Author: Peter KURNEV
|
||||||
// <pkv@irinox>
|
// <pkv@irinox>
|
||||||
//
|
//
|
||||||
#include <GEOMAlgo_CoupleOfShapes.ixx>
|
#include <GEOMAlgo_CoupleOfShapes.hxx>
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : GEOMAlgo_CoupleOfShapes
|
//function : GEOMAlgo_CoupleOfShapes
|
||||||
//purpose :
|
//purpose :
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
@ -19,98 +16,49 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_CoupleOfShapes.hxx
|
||||||
|
// Created: Wed Dec 15 13:03:52 2004
|
||||||
|
// Author: Peter KURNEV
|
||||||
|
// <pkv@irinox>
|
||||||
|
//
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_CoupleOfShapes_HeaderFile
|
#ifndef _GEOMAlgo_CoupleOfShapes_HeaderFile
|
||||||
#define _GEOMAlgo_CoupleOfShapes_HeaderFile
|
#define _GEOMAlgo_CoupleOfShapes_HeaderFile
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
class TopoDS_Shape;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
#include <Standard.hxx>
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
#include <Standard_Macro.hxx>
|
||||||
#endif
|
#include <TopoDS_Shape.hxx>
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//class : GEOMAlgo_CoupleOfShapes
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
class GEOMAlgo_CoupleOfShapes
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Standard_EXPORT
|
||||||
|
GEOMAlgo_CoupleOfShapes();
|
||||||
|
|
||||||
class GEOMAlgo_CoupleOfShapes {
|
Standard_EXPORT
|
||||||
|
void SetShapes(const TopoDS_Shape& aS1,const TopoDS_Shape& aS2) ;
|
||||||
|
|
||||||
public:
|
Standard_EXPORT
|
||||||
|
void SetShape1(const TopoDS_Shape& aS1) ;
|
||||||
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 GEOMAlgo_CoupleOfShapes();
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT void SetShapes(const TopoDS_Shape& aS1,const TopoDS_Shape& aS2) ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT void SetShape1(const TopoDS_Shape& aS1) ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT void SetShape2(const TopoDS_Shape& aS2) ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT void Shapes(TopoDS_Shape& aS1,TopoDS_Shape& aS2) const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Shape1() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Shape2() const;
|
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
void SetShape2(const TopoDS_Shape& aS2) ;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
void Shapes(TopoDS_Shape& aS1,TopoDS_Shape& aS2) const;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
const TopoDS_Shape& Shape1() const;
|
||||||
|
|
||||||
|
Standard_EXPORT
|
||||||
|
const TopoDS_Shape& Shape2() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
TopoDS_Shape myShape1;
|
||||||
// Methods PROTECTED
|
TopoDS_Shape myShape2;
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
TopoDS_Shape myShape1;
|
|
||||||
TopoDS_Shape myShape2;
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_CoupleOfShapes.jxx>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_CoupleOfShapes_HeaderFile
|
|
||||||
#include <GEOMAlgo_CoupleOfShapes.hxx>
|
|
||||||
#endif
|
|
@ -16,97 +16,17 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape_HeaderFile
|
// Created: Wed Feb 22 11:05:01 2012
|
||||||
#define _GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape_HeaderFile
|
// Author:
|
||||||
|
// <pkv@BDEURI37616>
|
||||||
#ifndef _TCollection_BasicMapIterator_HeaderFile
|
|
||||||
#include <TCollection_BasicMapIterator.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
class Standard_NoSuchObject;
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class TopTools_OrientedShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfOrientedShapeShape;
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
#ifndef GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape_HeaderFile
|
||||||
#include <Standard.hxx>
|
#define GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape_HeaderFile
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
#ifndef GEOMAlgo_DataMapOfOrientedShapeShape_HeaderFile
|
||||||
#include <Standard_Macro.hxx>
|
#include <GEOMAlgo_DataMapOfOrientedShapeShape.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape : public TCollection_BasicMapIterator {
|
|
||||||
|
|
||||||
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 GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape();
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape(const GEOMAlgo_DataMapOfOrientedShapeShape& aMap);
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfOrientedShapeShape& aMap) ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Key() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Value() const;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,54 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
||||||
#include <Standard_NoSuchObject.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_OrientedShapeMapHasher_HeaderFile
|
|
||||||
#include <TopTools_OrientedShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfOrientedShapeShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfOrientedShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem TopoDS_Shape
|
|
||||||
#define TheItem_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define Hasher TopTools_OrientedShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_OrientedShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfOrientedShapeShape.hxx>
|
|
||||||
#include <TCollection_DataMapIterator.gxx>
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
@ -19,100 +16,16 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx
|
||||||
|
// Created: Wed Feb 22 10:58:14 2012
|
||||||
|
// Author:
|
||||||
|
// <pkv@BDEURI37616>
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _TCollection_BasicMapIterator_HeaderFile
|
#ifndef GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_HeaderFile
|
||||||
#include <TCollection_BasicMapIterator.hxx>
|
#define GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_HeaderFile
|
||||||
|
|
||||||
|
#ifndef GEOMAlgo_DataMapOfPassKeyInteger_HeaderFile
|
||||||
|
#include <GEOMAlgo_DataMapOfPassKeyInteger.hxx>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _Standard_Integer_HeaderFile
|
|
||||||
#include <Standard_Integer.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#endif
|
|
||||||
class Standard_NoSuchObject;
|
|
||||||
class GEOMAlgo_PassKey;
|
|
||||||
class GEOMAlgo_PassKeyMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfPassKeyInteger;
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger : public TCollection_BasicMapIterator {
|
|
||||||
|
|
||||||
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 GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger();
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger(const GEOMAlgo_DataMapOfPassKeyInteger& aMap);
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfPassKeyInteger& aMap) ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const GEOMAlgo_PassKey& Key() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const Standard_Integer& Value() const;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,57 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
||||||
#include <Standard_NoSuchObject.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_PassKey_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKey.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_PassKeyMapHasher_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKeyMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfPassKeyInteger_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfPassKeyInteger.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define TheKey GEOMAlgo_PassKey
|
|
||||||
#define TheKey_hxx <GEOMAlgo_PassKey.hxx>
|
|
||||||
#define TheItem Standard_Integer
|
|
||||||
#define TheItem_hxx <Standard_Integer.hxx>
|
|
||||||
#define Hasher GEOMAlgo_PassKeyMapHasher
|
|
||||||
#define Hasher_hxx <GEOMAlgo_PassKeyMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyInteger.hxx>
|
|
||||||
#include <TCollection_DataMapIterator.gxx>
|
|
||||||
|
|
@ -16,98 +16,16 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx
|
||||||
|
// Created: Wed Feb 22 11:01:34 2012
|
||||||
|
// Author:
|
||||||
|
// <pkv@BDEURI37616>
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _TCollection_BasicMapIterator_HeaderFile
|
#ifndef GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
|
||||||
#include <TCollection_BasicMapIterator.hxx>
|
#define GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
|
||||||
|
|
||||||
|
#ifndef GEOMAlgo_DataMapOfPassKeyShapeShape_HeaderFile
|
||||||
|
#include <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
class Standard_NoSuchObject;
|
|
||||||
class GEOMAlgo_PassKeyShape;
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class GEOMAlgo_PassKeyShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfPassKeyShapeShape;
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape : public TCollection_BasicMapIterator {
|
|
||||||
|
|
||||||
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 GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape();
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape(const GEOMAlgo_DataMapOfPassKeyShapeShape& aMap);
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfPassKeyShapeShape& aMap) ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const GEOMAlgo_PassKeyShape& Key() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Value() const;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,57 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
||||||
#include <Standard_NoSuchObject.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_PassKeyShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKeyShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_PassKeyShapeMapHasher_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKeyShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define TheKey GEOMAlgo_PassKeyShape
|
|
||||||
#define TheKey_hxx <GEOMAlgo_PassKeyShape.hxx>
|
|
||||||
#define TheItem TopoDS_Shape
|
|
||||||
#define TheItem_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define Hasher GEOMAlgo_PassKeyShapeMapHasher
|
|
||||||
#define Hasher_hxx <GEOMAlgo_PassKeyShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#include <TCollection_DataMapIterator.gxx>
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
@ -19,100 +16,16 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx
|
||||||
|
// Created: Wed Feb 22 10:53:47 2012
|
||||||
|
// Author:
|
||||||
|
// <pkv@BDEURI37616>
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _TCollection_BasicMapIterator_HeaderFile
|
#ifndef GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape_HeaderFile
|
||||||
#include <TCollection_BasicMapIterator.hxx>
|
#define GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape_HeaderFile
|
||||||
|
|
||||||
|
#ifndef GEOMAlgo_DataMapOfRealListOfShape_HeaderFile
|
||||||
|
#include <GEOMAlgo_DataMapOfRealListOfShape.hxx>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _Standard_Real_HeaderFile
|
|
||||||
#include <Standard_Real.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
class Standard_NoSuchObject;
|
|
||||||
class TopTools_ListOfShape;
|
|
||||||
class TColStd_MapRealHasher;
|
|
||||||
class GEOMAlgo_DataMapOfRealListOfShape;
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape : public TCollection_BasicMapIterator {
|
|
||||||
|
|
||||||
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 GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape();
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape(const GEOMAlgo_DataMapOfRealListOfShape& aMap);
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfRealListOfShape& aMap) ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const Standard_Real& Key() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const TopTools_ListOfShape& Value() const;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,57 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
||||||
#include <Standard_NoSuchObject.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ListOfShape_HeaderFile
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TColStd_MapRealHasher_HeaderFile
|
|
||||||
#include <TColStd_MapRealHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfRealListOfShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfRealListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define TheKey Standard_Real
|
|
||||||
#define TheKey_hxx <Standard_Real.hxx>
|
|
||||||
#define TheItem TopTools_ListOfShape
|
|
||||||
#define TheItem_hxx <TopTools_ListOfShape.hxx>
|
|
||||||
#define Hasher TColStd_MapRealHasher
|
|
||||||
#define Hasher_hxx <TColStd_MapRealHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfRealListOfShape.hxx>
|
|
||||||
#include <TCollection_DataMapIterator.gxx>
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
@ -19,82 +16,16 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx
|
||||||
|
// Created: Wed Feb 22 11:08:26 2012
|
||||||
|
// Author:
|
||||||
|
// <pkv@BDEURI37616>
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
#ifndef GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
|
||||||
#include <Standard.hxx>
|
#define GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
|
||||||
|
|
||||||
|
#ifndef GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile
|
||||||
|
#include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TCollection_BasicMapIterator_HeaderFile
|
|
||||||
#include <TCollection_BasicMapIterator.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
class Standard_NoSuchObject;
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class TopTools_MapOfShape;
|
|
||||||
class TopTools_ShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfShapeMapOfShape;
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape : public TCollection_BasicMapIterator {
|
|
||||||
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);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape();
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape(const GEOMAlgo_DataMapOfShapeMapOfShape& aMap);
|
|
||||||
|
|
||||||
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfShapeMapOfShape& aMap) ;
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Key() const;
|
|
||||||
|
|
||||||
Standard_EXPORT const TopTools_MapOfShape& Value() const;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,60 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
||||||
#include <Standard_NoSuchObject.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_MapOfShape_HeaderFile
|
|
||||||
#include <TopTools_MapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ShapeMapHasher_HeaderFile
|
|
||||||
#include <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem TopTools_MapOfShape
|
|
||||||
#define TheItem_hxx <TopTools_MapOfShape.hxx>
|
|
||||||
#define Hasher TopTools_ShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
|
|
||||||
#include <TCollection_DataMapIterator.gxx>
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
@ -19,82 +16,16 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx
|
||||||
|
// Created: Wed Feb 22 11:11:09 2012
|
||||||
|
// Author:
|
||||||
|
// <pkv@BDEURI37616>
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
#ifndef GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
|
||||||
#include <Standard.hxx>
|
#define GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
|
||||||
|
|
||||||
|
#ifndef GEOMAlgo_DataMapOfShapePnt_HeaderFile
|
||||||
|
#include <GEOMAlgo_DataMapOfShapePnt.hxx>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TCollection_BasicMapIterator_HeaderFile
|
|
||||||
#include <TCollection_BasicMapIterator.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
|
|
||||||
#endif
|
|
||||||
class Standard_NoSuchObject;
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class gp_Pnt;
|
|
||||||
class TopTools_ShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfShapePnt;
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt : public TCollection_BasicMapIterator {
|
|
||||||
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);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt();
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt(const GEOMAlgo_DataMapOfShapePnt& aMap);
|
|
||||||
|
|
||||||
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfShapePnt& aMap) ;
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Key() const;
|
|
||||||
|
|
||||||
Standard_EXPORT const gp_Pnt& Value() const;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,60 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
||||||
#include <Standard_NoSuchObject.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _gp_Pnt_HeaderFile
|
|
||||||
#include <gp_Pnt.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ShapeMapHasher_HeaderFile
|
|
||||||
#include <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfShapePnt_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfShapePnt.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem gp_Pnt
|
|
||||||
#define TheItem_hxx <gp_Pnt.hxx>
|
|
||||||
#define Hasher TopTools_ShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx>
|
|
||||||
#include <TCollection_DataMapIterator.gxx>
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
@ -19,100 +16,17 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal.hxx
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal_HeaderFile
|
// Created: Wed Feb 22 10:49:11 2012
|
||||||
#define _GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal_HeaderFile
|
// Author:
|
||||||
|
// <pkv@BDEURI37616>
|
||||||
#ifndef _TCollection_BasicMapIterator_HeaderFile
|
|
||||||
#include <TCollection_BasicMapIterator.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Real_HeaderFile
|
|
||||||
#include <Standard_Real.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx>
|
|
||||||
#endif
|
|
||||||
class Standard_NoSuchObject;
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class TopTools_ShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfShapeReal;
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfShapeReal;
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
#ifndef GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal_HeaderFile
|
||||||
#include <Standard.hxx>
|
#define GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal_HeaderFile
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
#ifndef GEOMAlgo_DataMapOfShapeReal_HeaderFile
|
||||||
#include <Standard_Macro.hxx>
|
#include <GEOMAlgo_DataMapOfShapeReal.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal : public TCollection_BasicMapIterator {
|
|
||||||
|
|
||||||
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 GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal();
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal(const GEOMAlgo_DataMapOfShapeReal& aMap);
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfShapeReal& aMap) ;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Key() const;
|
|
||||||
|
|
||||||
|
|
||||||
Standard_EXPORT const Standard_Real& Value() const;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
protected:
|
|
||||||
|
|
||||||
// Methods PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PROTECTED
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
// Methods PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
// Fields PRIVATE
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// other Inline functions and methods (like "C++: function call" methods)
|
|
||||||
//
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,57 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
||||||
#include <Standard_NoSuchObject.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ShapeMapHasher_HeaderFile
|
|
||||||
#include <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfShapeReal_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfShapeReal.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem Standard_Real
|
|
||||||
#define TheItem_hxx <Standard_Real.hxx>
|
|
||||||
#define Hasher TopTools_ShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeReal
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeReal.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeReal
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeReal.hxx>
|
|
||||||
#include <TCollection_DataMapIterator.gxx>
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
//
|
//
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
// This library is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
// License as published by the Free Software Foundation; either
|
// License as published by the Free Software Foundation; either
|
||||||
@ -19,57 +16,17 @@
|
|||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
|
// File: GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet.hxx
|
||||||
|
// Created: Wed Feb 22 08:39:02 2012
|
||||||
|
// Author:
|
||||||
|
// <pkv@BDEURI37616>
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _TCollection_BasicMapIterator_HeaderFile
|
#ifndef GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet_HeaderFile
|
||||||
#include <TCollection_BasicMapIterator.hxx>
|
#define GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet_HeaderFile
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_HeaderFile
|
#ifndef GEOMAlgo_DataMapOfShapeShapeSet_HeaderFile
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx>
|
#include <GEOMAlgo_DataMapOfShapeShapeSet.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class Standard_NoSuchObject;
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class GEOMAlgo_ShapeSet;
|
|
||||||
class TopTools_ShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfShapeShapeSet;
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet;
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Macro_HeaderFile
|
|
||||||
#include <Standard_Macro.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet : public TCollection_BasicMapIterator
|
|
||||||
{
|
|
||||||
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);
|
|
||||||
}
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet();
|
|
||||||
|
|
||||||
Standard_EXPORT GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet
|
|
||||||
(const GEOMAlgo_DataMapOfShapeShapeSet& aMap);
|
|
||||||
|
|
||||||
Standard_EXPORT void Initialize(const GEOMAlgo_DataMapOfShapeShapeSet& aMap);
|
|
||||||
|
|
||||||
Standard_EXPORT const TopoDS_Shape& Key() const;
|
|
||||||
|
|
||||||
Standard_EXPORT const GEOMAlgo_ShapeSet& Value() const;
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,60 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_NoSuchObject_HeaderFile
|
|
||||||
#include <Standard_NoSuchObject.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_ShapeSet_HeaderFile
|
|
||||||
#include <GEOMAlgo_ShapeSet.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ShapeMapHasher_HeaderFile
|
|
||||||
#include <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfShapeShapeSet_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfShapeShapeSet.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem GEOMAlgo_ShapeSet
|
|
||||||
#define TheItem_hxx <GEOMAlgo_ShapeSet.hxx>
|
|
||||||
#define Hasher TopTools_ShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeShapeSet.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeShapeSet
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeShapeSet.hxx>
|
|
||||||
#include <TCollection_DataMapIterator.gxx>
|
|
||||||
|
|
@ -1,93 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNode_HeaderFile
|
|
||||||
#include <TCollection_MapNode.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNodePtr_HeaderFile
|
|
||||||
#include <TCollection_MapNodePtr.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class TopTools_OrientedShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfOrientedShapeShape;
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape;
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape : public TCollection_MapNode {
|
|
||||||
|
|
||||||
public:
|
|
||||||
GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape
|
|
||||||
(const TopoDS_Shape& K, const TopoDS_Shape& I, const TCollection_MapNodePtr& n);
|
|
||||||
|
|
||||||
TopoDS_Shape& Key() const;
|
|
||||||
TopoDS_Shape& Value() const;
|
|
||||||
|
|
||||||
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape)
|
|
||||||
|
|
||||||
private:
|
|
||||||
TopoDS_Shape myKey;
|
|
||||||
TopoDS_Shape myValue;
|
|
||||||
};
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem TopoDS_Shape
|
|
||||||
#define TheItem_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define Hasher TopTools_OrientedShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_OrientedShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfOrientedShapeShape.hxx>
|
|
||||||
|
|
||||||
#include <TCollection_DataMapNode.lxx>
|
|
||||||
|
|
||||||
#undef TheKey
|
|
||||||
#undef TheKey_hxx
|
|
||||||
#undef TheItem
|
|
||||||
#undef TheItem_hxx
|
|
||||||
#undef Hasher
|
|
||||||
#undef Hasher_hxx
|
|
||||||
#undef TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_hxx
|
|
||||||
#undef TCollection_DataMapIterator
|
|
||||||
#undef TCollection_DataMapIterator_hxx
|
|
||||||
#undef Handle_TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_Type_
|
|
||||||
#undef TCollection_DataMap
|
|
||||||
#undef TCollection_DataMap_hxx
|
|
||||||
|
|
||||||
#endif
|
|
@ -1,110 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_OrientedShapeMapHasher_HeaderFile
|
|
||||||
#include <TopTools_OrientedShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfOrientedShapeShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfOrientedShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape)
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
|
|
||||||
STANDARD_TYPE(TCollection_MapNode),
|
|
||||||
STANDARD_TYPE(MMgt_TShared),
|
|
||||||
STANDARD_TYPE(Standard_Transient),
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END()
|
|
||||||
IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape)
|
|
||||||
|
|
||||||
IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape,Standard_Transient)
|
|
||||||
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape)
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape_Type_()
|
|
||||||
{
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape",
|
|
||||||
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape) Handle(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem TopoDS_Shape
|
|
||||||
#define TheItem_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define Hasher TopTools_OrientedShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_OrientedShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfOrientedShapeShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfOrientedShapeShape.hxx>
|
|
||||||
#include <TCollection_DataMapNode.gxx>
|
|
@ -1,99 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_PassKey_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKey.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_Integer_HeaderFile
|
|
||||||
#include <Standard_Integer.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNode_HeaderFile
|
|
||||||
#include <TCollection_MapNode.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNodePtr_HeaderFile
|
|
||||||
#include <TCollection_MapNodePtr.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class GEOMAlgo_PassKey;
|
|
||||||
class GEOMAlgo_PassKeyMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfPassKeyInteger;
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger;
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger : public TCollection_MapNode {
|
|
||||||
|
|
||||||
public:
|
|
||||||
GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
|
|
||||||
(const GEOMAlgo_PassKey& K, const Standard_Integer& I, const TCollection_MapNodePtr& n);
|
|
||||||
|
|
||||||
GEOMAlgo_PassKey& Key() const;
|
|
||||||
Standard_Integer& Value() const;
|
|
||||||
|
|
||||||
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger)
|
|
||||||
|
|
||||||
private:
|
|
||||||
GEOMAlgo_PassKey myKey;
|
|
||||||
Standard_Integer myValue;
|
|
||||||
};
|
|
||||||
|
|
||||||
#define TheKey GEOMAlgo_PassKey
|
|
||||||
#define TheKey_hxx <GEOMAlgo_PassKey.hxx>
|
|
||||||
#define TheItem Standard_Integer
|
|
||||||
#define TheItem_hxx <Standard_Integer.hxx>
|
|
||||||
#define Hasher GEOMAlgo_PassKeyMapHasher
|
|
||||||
#define Hasher_hxx <GEOMAlgo_PassKeyMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyInteger.hxx>
|
|
||||||
|
|
||||||
#include <TCollection_DataMapNode.lxx>
|
|
||||||
|
|
||||||
#undef TheKey
|
|
||||||
#undef TheKey_hxx
|
|
||||||
#undef TheItem
|
|
||||||
#undef TheItem_hxx
|
|
||||||
#undef Hasher
|
|
||||||
#undef Hasher_hxx
|
|
||||||
#undef TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_hxx
|
|
||||||
#undef TCollection_DataMapIterator
|
|
||||||
#undef TCollection_DataMapIterator_hxx
|
|
||||||
#undef Handle_TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_Type_
|
|
||||||
#undef TCollection_DataMap
|
|
||||||
#undef TCollection_DataMap_hxx
|
|
||||||
|
|
||||||
#endif
|
|
@ -1,115 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_PassKey_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKey.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_PassKeyMapHasher_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKeyMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfPassKeyInteger_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfPassKeyInteger.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger)
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
|
|
||||||
STANDARD_TYPE(TCollection_MapNode),
|
|
||||||
STANDARD_TYPE(MMgt_TShared),
|
|
||||||
STANDARD_TYPE(Standard_Transient),
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END()
|
|
||||||
IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger)
|
|
||||||
|
|
||||||
IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger,Standard_Transient)
|
|
||||||
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger)
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_Type_()
|
|
||||||
{
|
|
||||||
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger",
|
|
||||||
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger) Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject ;
|
|
||||||
}
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger) ;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define TheKey GEOMAlgo_PassKey
|
|
||||||
#define TheKey_hxx <GEOMAlgo_PassKey.hxx>
|
|
||||||
#define TheItem Standard_Integer
|
|
||||||
#define TheItem_hxx <Standard_Integer.hxx>
|
|
||||||
#define Hasher GEOMAlgo_PassKeyMapHasher
|
|
||||||
#define Hasher_hxx <GEOMAlgo_PassKeyMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyInteger.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyInteger
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyInteger.hxx>
|
|
||||||
#include <TCollection_DataMapNode.gxx>
|
|
@ -1,97 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_PassKeyShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKeyShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNode_HeaderFile
|
|
||||||
#include <TCollection_MapNode.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNodePtr_HeaderFile
|
|
||||||
#include <TCollection_MapNodePtr.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class GEOMAlgo_PassKeyShape;
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class GEOMAlgo_PassKeyShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfPassKeyShapeShape;
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape;
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape : public TCollection_MapNode {
|
|
||||||
|
|
||||||
public:
|
|
||||||
GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
|
|
||||||
(const GEOMAlgo_PassKeyShape& K, const TopoDS_Shape& I, const TCollection_MapNodePtr& n);
|
|
||||||
|
|
||||||
GEOMAlgo_PassKeyShape& Key() const;
|
|
||||||
TopoDS_Shape& Value() const;
|
|
||||||
|
|
||||||
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)
|
|
||||||
|
|
||||||
private:
|
|
||||||
GEOMAlgo_PassKeyShape myKey;
|
|
||||||
TopoDS_Shape myValue;
|
|
||||||
};
|
|
||||||
|
|
||||||
#define TheKey GEOMAlgo_PassKeyShape
|
|
||||||
#define TheKey_hxx <GEOMAlgo_PassKeyShape.hxx>
|
|
||||||
#define TheItem TopoDS_Shape
|
|
||||||
#define TheItem_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define Hasher GEOMAlgo_PassKeyShapeMapHasher
|
|
||||||
#define Hasher_hxx <GEOMAlgo_PassKeyShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
|
|
||||||
|
|
||||||
#include <TCollection_DataMapNode.lxx>
|
|
||||||
|
|
||||||
#undef TheKey
|
|
||||||
#undef TheKey_hxx
|
|
||||||
#undef TheItem
|
|
||||||
#undef TheItem_hxx
|
|
||||||
#undef Hasher
|
|
||||||
#undef Hasher_hxx
|
|
||||||
#undef TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_hxx
|
|
||||||
#undef TCollection_DataMapIterator
|
|
||||||
#undef TCollection_DataMapIterator_hxx
|
|
||||||
#undef Handle_TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_Type_
|
|
||||||
#undef TCollection_DataMap
|
|
||||||
#undef TCollection_DataMap_hxx
|
|
||||||
|
|
||||||
#endif
|
|
@ -1,113 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_PassKeyShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKeyShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_PassKeyShapeMapHasher_HeaderFile
|
|
||||||
#include <GEOMAlgo_PassKeyShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
|
|
||||||
STANDARD_TYPE(TCollection_MapNode),
|
|
||||||
STANDARD_TYPE(MMgt_TShared),
|
|
||||||
STANDARD_TYPE(Standard_Transient),
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END()
|
|
||||||
IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)
|
|
||||||
|
|
||||||
IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape,Standard_Transient)
|
|
||||||
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_Type_()
|
|
||||||
{
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape",
|
|
||||||
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define TheKey GEOMAlgo_PassKeyShape
|
|
||||||
#define TheKey_hxx <GEOMAlgo_PassKeyShape.hxx>
|
|
||||||
#define TheItem TopoDS_Shape
|
|
||||||
#define TheItem_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define Hasher GEOMAlgo_PassKeyShapeMapHasher
|
|
||||||
#define Hasher_hxx <GEOMAlgo_PassKeyShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfPassKeyShapeShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
|
|
||||||
#include <TCollection_DataMapNode.gxx>
|
|
@ -1,99 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _Standard_Real_HeaderFile
|
|
||||||
#include <Standard_Real.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ListOfShape_HeaderFile
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNode_HeaderFile
|
|
||||||
#include <TCollection_MapNode.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNodePtr_HeaderFile
|
|
||||||
#include <TCollection_MapNodePtr.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class TopTools_ListOfShape;
|
|
||||||
class TColStd_MapRealHasher;
|
|
||||||
class GEOMAlgo_DataMapOfRealListOfShape;
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape;
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape : public TCollection_MapNode
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape
|
|
||||||
(const Standard_Real& K,const TopTools_ListOfShape& I,const TCollection_MapNodePtr& n);
|
|
||||||
|
|
||||||
Standard_Real& Key() const;
|
|
||||||
TopTools_ListOfShape& Value() const;
|
|
||||||
|
|
||||||
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)
|
|
||||||
|
|
||||||
private:
|
|
||||||
Standard_Real myKey;
|
|
||||||
TopTools_ListOfShape myValue;
|
|
||||||
};
|
|
||||||
|
|
||||||
#define TheKey Standard_Real
|
|
||||||
#define TheKey_hxx <Standard_Real.hxx>
|
|
||||||
#define TheItem TopTools_ListOfShape
|
|
||||||
#define TheItem_hxx <TopTools_ListOfShape.hxx>
|
|
||||||
#define Hasher TColStd_MapRealHasher
|
|
||||||
#define Hasher_hxx <TColStd_MapRealHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfRealListOfShape.hxx>
|
|
||||||
|
|
||||||
#include <TCollection_DataMapNode.lxx>
|
|
||||||
|
|
||||||
#undef TheKey
|
|
||||||
#undef TheKey_hxx
|
|
||||||
#undef TheItem
|
|
||||||
#undef TheItem_hxx
|
|
||||||
#undef Hasher
|
|
||||||
#undef Hasher_hxx
|
|
||||||
#undef TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_hxx
|
|
||||||
#undef TCollection_DataMapIterator
|
|
||||||
#undef TCollection_DataMapIterator_hxx
|
|
||||||
#undef Handle_TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_Type_
|
|
||||||
#undef TCollection_DataMap
|
|
||||||
#undef TCollection_DataMap_hxx
|
|
||||||
|
|
||||||
#endif
|
|
@ -1,113 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
|
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopTools_ListOfShape_HeaderFile
|
|
||||||
#include <TopTools_ListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TColStd_MapRealHasher_HeaderFile
|
|
||||||
#include <TColStd_MapRealHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfRealListOfShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfRealListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
|
|
||||||
STANDARD_TYPE(TCollection_MapNode),
|
|
||||||
STANDARD_TYPE(MMgt_TShared),
|
|
||||||
STANDARD_TYPE(Standard_Transient),
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END()
|
|
||||||
IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)
|
|
||||||
|
|
||||||
IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape,Standard_Transient)
|
|
||||||
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_Type_()
|
|
||||||
{
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape",
|
|
||||||
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape) Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define TheKey Standard_Real
|
|
||||||
#define TheKey_hxx <Standard_Real.hxx>
|
|
||||||
#define TheItem TopTools_ListOfShape
|
|
||||||
#define TheItem_hxx <TopTools_ListOfShape.hxx>
|
|
||||||
#define Hasher TColStd_MapRealHasher
|
|
||||||
#define Hasher_hxx <TColStd_MapRealHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfRealListOfShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfRealListOfShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfRealListOfShape.hxx>
|
|
||||||
#include <TCollection_DataMapNode.gxx>
|
|
@ -1,103 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_DefineHandle_HeaderFile
|
|
||||||
#include <Standard_DefineHandle.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_MapOfShape_HeaderFile
|
|
||||||
#include <TopTools_MapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNode_HeaderFile
|
|
||||||
#include <TCollection_MapNode.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNodePtr_HeaderFile
|
|
||||||
#include <TCollection_MapNodePtr.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class TopTools_MapOfShape;
|
|
||||||
class TopTools_ShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfShapeMapOfShape;
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape;
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape : public TCollection_MapNode {
|
|
||||||
|
|
||||||
public:
|
|
||||||
GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
|
|
||||||
(const TopoDS_Shape& K, const TopTools_MapOfShape& I, const TCollection_MapNodePtr& n);
|
|
||||||
|
|
||||||
TopoDS_Shape& Key() const;
|
|
||||||
TopTools_MapOfShape& Value() const;
|
|
||||||
|
|
||||||
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
|
|
||||||
|
|
||||||
private:
|
|
||||||
TopoDS_Shape myKey;
|
|
||||||
TopTools_MapOfShape myValue;
|
|
||||||
};
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem TopTools_MapOfShape
|
|
||||||
#define TheItem_hxx <TopTools_MapOfShape.hxx>
|
|
||||||
#define Hasher TopTools_ShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
|
|
||||||
|
|
||||||
#include <TCollection_DataMapNode.lxx>
|
|
||||||
|
|
||||||
#undef TheKey
|
|
||||||
#undef TheKey_hxx
|
|
||||||
#undef TheItem
|
|
||||||
#undef TheItem_hxx
|
|
||||||
#undef Hasher
|
|
||||||
#undef Hasher_hxx
|
|
||||||
#undef TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_hxx
|
|
||||||
#undef TCollection_DataMapIterator
|
|
||||||
#undef TCollection_DataMapIterator_hxx
|
|
||||||
#undef Handle_TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_Type_
|
|
||||||
#undef TCollection_DataMap
|
|
||||||
#undef TCollection_DataMap_hxx
|
|
||||||
|
|
||||||
#endif
|
|
@ -1,118 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_MapOfShape_HeaderFile
|
|
||||||
#include <TopTools_MapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ShapeMapHasher_HeaderFile
|
|
||||||
#include <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
|
|
||||||
STANDARD_TYPE(TCollection_MapNode),
|
|
||||||
STANDARD_TYPE(MMgt_TShared),
|
|
||||||
STANDARD_TYPE(Standard_Transient),
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END()
|
|
||||||
IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
|
|
||||||
|
|
||||||
IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape,Standard_Transient)
|
|
||||||
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
|
|
||||||
{
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape",
|
|
||||||
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape) Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem TopTools_MapOfShape
|
|
||||||
#define TheItem_hxx <TopTools_MapOfShape.hxx>
|
|
||||||
#define Hasher TopTools_ShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfShapeMapOfShape
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapeMapOfShape.hxx>
|
|
||||||
#include <TCollection_DataMapNode.gxx>
|
|
||||||
|
|
@ -1,103 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
|
|
||||||
#define _GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
|
|
||||||
|
|
||||||
#ifndef _Standard_HeaderFile
|
|
||||||
#include <Standard.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Standard_DefineHandle_HeaderFile
|
|
||||||
#include <Standard_DefineHandle.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_HeaderFile
|
|
||||||
#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _gp_Pnt_HeaderFile
|
|
||||||
#include <gp_Pnt.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNode_HeaderFile
|
|
||||||
#include <TCollection_MapNode.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TCollection_MapNodePtr_HeaderFile
|
|
||||||
#include <TCollection_MapNodePtr.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
class TopoDS_Shape;
|
|
||||||
class gp_Pnt;
|
|
||||||
class TopTools_ShapeMapHasher;
|
|
||||||
class GEOMAlgo_DataMapOfShapePnt;
|
|
||||||
class GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt;
|
|
||||||
|
|
||||||
class GEOMAlgo_DataMapNodeOfDataMapOfShapePnt : public TCollection_MapNode
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
|
|
||||||
(const TopoDS_Shape& K, const gp_Pnt& I, const TCollection_MapNodePtr& n);
|
|
||||||
|
|
||||||
TopoDS_Shape& Key() const;
|
|
||||||
gp_Pnt& Value() const;
|
|
||||||
|
|
||||||
DEFINE_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
|
|
||||||
|
|
||||||
private:
|
|
||||||
TopoDS_Shape myKey;
|
|
||||||
gp_Pnt myValue;
|
|
||||||
};
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem gp_Pnt
|
|
||||||
#define TheItem_hxx <gp_Pnt.hxx>
|
|
||||||
#define Hasher TopTools_ShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx>
|
|
||||||
|
|
||||||
#include <TCollection_DataMapNode.lxx>
|
|
||||||
|
|
||||||
#undef TheKey
|
|
||||||
#undef TheKey_hxx
|
|
||||||
#undef TheItem
|
|
||||||
#undef TheItem_hxx
|
|
||||||
#undef Hasher
|
|
||||||
#undef Hasher_hxx
|
|
||||||
#undef TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_hxx
|
|
||||||
#undef TCollection_DataMapIterator
|
|
||||||
#undef TCollection_DataMapIterator_hxx
|
|
||||||
#undef Handle_TCollection_DataMapNode
|
|
||||||
#undef TCollection_DataMapNode_Type_
|
|
||||||
#undef TCollection_DataMap
|
|
||||||
#undef TCollection_DataMap_hxx
|
|
||||||
|
|
||||||
#endif
|
|
@ -1,118 +0,0 @@
|
|||||||
// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
|
||||||
//
|
|
||||||
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful,
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
|
||||||
// License along with this library; if not, write to the Free Software
|
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
|
||||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
|
|
||||||
|
|
||||||
#include <Basics_OCCTVersion.hxx>
|
|
||||||
|
|
||||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
||||||
#include <Standard_TypeMismatch.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _TopoDS_Shape_HeaderFile
|
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _gp_Pnt_HeaderFile
|
|
||||||
#include <gp_Pnt.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _TopTools_ShapeMapHasher_HeaderFile
|
|
||||||
#include <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapOfShapePnt_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapOfShapePnt.hxx>
|
|
||||||
#endif
|
|
||||||
#ifndef _GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt_HeaderFile
|
|
||||||
#include <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY()
|
|
||||||
STANDARD_TYPE(TCollection_MapNode),
|
|
||||||
STANDARD_TYPE(MMgt_TShared),
|
|
||||||
STANDARD_TYPE(Standard_Transient),
|
|
||||||
|
|
||||||
IMPLEMENT_STANDARD_SUPERTYPE_ARRAY_END()
|
|
||||||
IMPLEMENT_STANDARD_TYPE_END(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
|
|
||||||
|
|
||||||
IMPLEMENT_DOWNCAST(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt,Standard_Transient)
|
|
||||||
IMPLEMENT_STANDARD_RTTI(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
Standard_EXPORT Handle_Standard_Type& GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
|
|
||||||
{
|
|
||||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
|
|
||||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
|
|
||||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
|
|
||||||
|
|
||||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
|
|
||||||
static Handle_Standard_Type _aType = new Standard_Type("GEOMAlgo_DataMapNodeOfDataMapOfShapePnt",
|
|
||||||
sizeof(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt),
|
|
||||||
1,
|
|
||||||
(Standard_Address)_Ancestors,
|
|
||||||
(Standard_Address)NULL);
|
|
||||||
|
|
||||||
return _aType;
|
|
||||||
}
|
|
||||||
|
|
||||||
// DownCast method
|
|
||||||
// allow safe downcasting
|
|
||||||
//
|
|
||||||
const Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt) Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
||||||
{
|
|
||||||
Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt) _anOtherObject;
|
|
||||||
|
|
||||||
if (!AnObject.IsNull()) {
|
|
||||||
if (AnObject->IsKind(STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt))) {
|
|
||||||
_anOtherObject = Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)((Handle(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt)&)AnObject);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return _anOtherObject;
|
|
||||||
}
|
|
||||||
|
|
||||||
const Handle(Standard_Type)& GEOMAlgo_DataMapNodeOfDataMapOfShapePnt::DynamicType() const
|
|
||||||
{
|
|
||||||
return STANDARD_TYPE(GEOMAlgo_DataMapNodeOfDataMapOfShapePnt);
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define TheKey TopoDS_Shape
|
|
||||||
#define TheKey_hxx <TopoDS_Shape.hxx>
|
|
||||||
#define TheItem gp_Pnt
|
|
||||||
#define TheItem_hxx <gp_Pnt.hxx>
|
|
||||||
#define Hasher TopTools_ShapeMapHasher
|
|
||||||
#define Hasher_hxx <TopTools_ShapeMapHasher.hxx>
|
|
||||||
#define TCollection_DataMapNode GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
|
|
||||||
#define TCollection_DataMapNode_hxx <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
|
|
||||||
#define TCollection_DataMapIterator GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt
|
|
||||||
#define TCollection_DataMapIterator_hxx <GEOMAlgo_DataMapIteratorOfDataMapOfShapePnt.hxx>
|
|
||||||
#define Handle_TCollection_DataMapNode Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapePnt
|
|
||||||
#define TCollection_DataMapNode_Type_() GEOMAlgo_DataMapNodeOfDataMapOfShapePnt_Type_()
|
|
||||||
#define TCollection_DataMap GEOMAlgo_DataMapOfShapePnt
|
|
||||||
#define TCollection_DataMap_hxx <GEOMAlgo_DataMapOfShapePnt.hxx>
|
|
||||||
#include <TCollection_DataMapNode.gxx>
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user