mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
parent
1bc34debc1
commit
ce7fe22d97
@ -27,7 +27,6 @@
|
||||
#include <math_IntegerVector.hxx>
|
||||
class math_Matrix;
|
||||
|
||||
|
||||
//! Parallel Approximation in n curves.
|
||||
//! This package gives all the algorithms used to approximate a MultiLine
|
||||
//! described by the tool MLineTool.
|
||||
@ -47,44 +46,6 @@ public:
|
||||
|
||||
Standard_EXPORT static void SplineFunction (const Standard_Integer NbPoles, const Standard_Integer Degree, const math_Vector& Parameters, const math_Vector& FlatKnots, math_Matrix& A, math_Matrix& DA, math_IntegerVector& Index);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class AppParCurves_MultiPoint;
|
||||
friend class AppParCurves_MultiCurve;
|
||||
friend class AppParCurves_MultiBSpCurve;
|
||||
friend class AppParCurves_ConstraintCouple;
|
||||
friend class AppParCurves_LeastSquare;
|
||||
friend class AppParCurves_ResolConstraint;
|
||||
friend class AppParCurves_Function;
|
||||
friend class AppParCurves_BSpFunction;
|
||||
friend class AppParCurves_Gradient;
|
||||
friend class AppParCurves_Gradient_BFGS;
|
||||
friend class AppParCurves_ParLeastSquare;
|
||||
friend class AppParCurves_ResConstraint;
|
||||
friend class AppParCurves_ParFunction;
|
||||
friend class AppParCurves_BSpGradient;
|
||||
friend class AppParCurves_BSpGradient_BFGS;
|
||||
friend class AppParCurves_BSpParLeastSquare;
|
||||
friend class AppParCurves_BSpParFunction;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _AppParCurves_HeaderFile
|
||||
|
@ -71,13 +71,6 @@ public:
|
||||
//! For numeric values, the number correspond to the order in enum.
|
||||
Standard_EXPORT static BOPAlgo_Operation GetOperationType(const Standard_CString theOp);
|
||||
|
||||
protected:
|
||||
|
||||
private:
|
||||
|
||||
friend class BOPTest_Objects;
|
||||
friend class BOPTest_DrawableShape;
|
||||
|
||||
};
|
||||
|
||||
#endif // _BOPTest_HeaderFile
|
||||
|
@ -14,10 +14,10 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BRepBuilderAPI.hxx>
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <BRepBuilderAPI.hxx>
|
||||
#include <BRepLib.hxx>
|
||||
#include <BRepTools.hxx>
|
||||
#include <Geom_Plane.hxx>
|
||||
|
@ -103,45 +103,6 @@ public:
|
||||
//! Returns the default precision.
|
||||
Standard_EXPORT static Standard_Real Precision();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BRepBuilderAPI_Command;
|
||||
friend class BRepBuilderAPI_MakeShape;
|
||||
friend class BRepBuilderAPI_MakeVertex;
|
||||
friend class BRepBuilderAPI_MakeEdge;
|
||||
friend class BRepBuilderAPI_MakeEdge2d;
|
||||
friend class BRepBuilderAPI_MakePolygon;
|
||||
friend class BRepBuilderAPI_MakeFace;
|
||||
friend class BRepBuilderAPI_FindPlane;
|
||||
friend class BRepBuilderAPI_Sewing;
|
||||
friend class BRepBuilderAPI_MakeWire;
|
||||
friend class BRepBuilderAPI_MakeShell;
|
||||
friend class BRepBuilderAPI_MakeSolid;
|
||||
friend class BRepBuilderAPI_ModifyShape;
|
||||
friend class BRepBuilderAPI_Transform;
|
||||
friend class BRepBuilderAPI_NurbsConvert;
|
||||
friend class BRepBuilderAPI_GTransform;
|
||||
friend class BRepBuilderAPI_Copy;
|
||||
friend class BRepBuilderAPI_Collect;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BRepBuilderAPI_HeaderFile
|
||||
|
@ -14,9 +14,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BRepCheck.hxx>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <BRepCheck.hxx>
|
||||
#include <BRepCheck_ListIteratorOfListOfStatus.hxx>
|
||||
#include <BRepCheck_Wire.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
|
@ -49,34 +49,6 @@ public:
|
||||
//! Returns the resolution on the surface
|
||||
Standard_EXPORT static Standard_Real PrecSurface(const Handle(Adaptor3d_Surface)& aAHSurf);
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BRepCheck_Result;
|
||||
friend class BRepCheck_Vertex;
|
||||
friend class BRepCheck_Edge;
|
||||
friend class BRepCheck_Wire;
|
||||
friend class BRepCheck_Face;
|
||||
friend class BRepCheck_Shell;
|
||||
friend class BRepCheck_Solid;
|
||||
friend class BRepCheck_Analyzer;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BRepCheck_HeaderFile
|
||||
|
@ -14,13 +14,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// File: BRepClass3d.cxx
|
||||
// Created: Thu Sep 20 10:05:46 2012
|
||||
// Author:
|
||||
// <pkv@PETREX>
|
||||
#include <BRepClass3d.hxx>
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <BRepClass3d.hxx>
|
||||
#include <BRepClass3d_SolidClassifier.hxx>
|
||||
#include <TopAbs_Orientation.hxx>
|
||||
#include <TopAbs_State.hxx>
|
||||
|
@ -38,32 +38,6 @@ public:
|
||||
//! If <S> has only one shell, then it will return, without checking orientation.
|
||||
Standard_EXPORT static TopoDS_Shell OuterShell (const TopoDS_Solid& S);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BRepClass3d_Intersector3d;
|
||||
friend class BRepClass3d_SolidExplorer;
|
||||
friend class BRepClass3d_SolidPassiveClassifier;
|
||||
friend class BRepClass3d_SClassifier;
|
||||
friend class BRepClass3d_SolidClassifier;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BRepClass3d_HeaderFile
|
||||
|
@ -14,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BRepFeat.hxx>
|
||||
|
||||
#include <Bnd_Box.hxx>
|
||||
#include <BRep_Builder.hxx>
|
||||
@ -21,7 +22,6 @@
|
||||
#include <BRepAdaptor_Curve.hxx>
|
||||
#include <BRepBndLib.hxx>
|
||||
#include <BRepBuilderAPI.hxx>
|
||||
#include <BRepFeat.hxx>
|
||||
#include <BRepLib_MakeFace.hxx>
|
||||
#include <BRepTools.hxx>
|
||||
#include <BRepTopAdaptor_FClass2d.hxx>
|
||||
|
@ -107,39 +107,6 @@ public:
|
||||
//! the Stream <S> and returns <S>.
|
||||
Standard_EXPORT static Standard_OStream& Print (const BRepFeat_StatusError SE, Standard_OStream& S);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BRepFeat_Builder;
|
||||
friend class BRepFeat_MakeCylindricalHole;
|
||||
friend class BRepFeat_SplitShape;
|
||||
friend class BRepFeat_Form;
|
||||
friend class BRepFeat_RibSlot;
|
||||
friend class BRepFeat_MakePrism;
|
||||
friend class BRepFeat_MakeRevol;
|
||||
friend class BRepFeat_MakePipe;
|
||||
friend class BRepFeat_Gluer;
|
||||
friend class BRepFeat_MakeDPrism;
|
||||
friend class BRepFeat_MakeLinearForm;
|
||||
friend class BRepFeat_MakeRevolutionForm;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BRepFeat_HeaderFile
|
||||
|
@ -34,12 +34,13 @@
|
||||
// Modified: Mon Oct 12 09:42:33 1998
|
||||
// number of edges in EdgesFromVertex (CTS21570)
|
||||
|
||||
#include <BRepFill.hxx>
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <BRepAdaptor_Curve.hxx>
|
||||
#include <BRepExtrema_DistShapeShape.hxx>
|
||||
#include <BRepExtrema_ExtPC.hxx>
|
||||
#include <BRepFill.hxx>
|
||||
#include <BRepGProp.hxx>
|
||||
#include <BRepLib.hxx>
|
||||
#include <BRepLib_FindSurface.hxx>
|
||||
|
@ -63,58 +63,15 @@ public:
|
||||
//! Insert ACR on a wire
|
||||
Standard_EXPORT static TopoDS_Wire InsertACR (const TopoDS_Wire& wire, const TColStd_Array1OfReal& ACRcuts, const Standard_Real prec);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
//! Computes origins and orientation on a closed wire
|
||||
Standard_EXPORT static void SearchOrigin (TopoDS_Wire& W, const gp_Pnt& P, const gp_Vec& V, const Standard_Real Tol);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
friend class BRepFill_Generator;
|
||||
friend class BRepFill_SectionLaw;
|
||||
friend class BRepFill_ShapeLaw;
|
||||
friend class BRepFill_NSections;
|
||||
friend class BRepFill_Draft;
|
||||
friend class BRepFill_LocationLaw;
|
||||
friend class BRepFill_DraftLaw;
|
||||
friend class BRepFill_Edge3DLaw;
|
||||
friend class BRepFill_EdgeOnSurfLaw;
|
||||
friend class BRepFill_ACRLaw;
|
||||
friend class BRepFill_Pipe;
|
||||
friend class BRepFill_PipeShell;
|
||||
friend class BRepFill_Evolved;
|
||||
friend class BRepFill_Sweep;
|
||||
friend class BRepFill_CompatibleWires;
|
||||
friend class BRepFill_OffsetWire;
|
||||
friend class BRepFill_OffsetAncestors;
|
||||
friend class BRepFill_ApproxSeewing;
|
||||
friend class BRepFill_ComputeCLine;
|
||||
friend class BRepFill_TrimSurfaceTool;
|
||||
friend class BRepFill_TrimEdgeTool;
|
||||
friend class BRepFill_SectionPlacement;
|
||||
friend class BRepFill_Section;
|
||||
friend class BRepFill_TrimShellCorner;
|
||||
friend class BRepFill_CurveConstraint;
|
||||
friend class BRepFill_Filling;
|
||||
friend class BRepFill_FaceAndOrder;
|
||||
friend class BRepFill_EdgeFaceAndOrder;
|
||||
friend class BRepFill_PipeShell;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BRepFill_HeaderFile
|
||||
|
@ -248,34 +248,6 @@ public:
|
||||
const Standard_Boolean IFlag = Standard_False,
|
||||
const Standard_Boolean SkipShared = Standard_False);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BRepGProp_EdgeTool;
|
||||
friend class BRepGProp_Face;
|
||||
friend class BRepGProp_Domain;
|
||||
friend class BRepGProp_Cinert;
|
||||
friend class BRepGProp_Sinert;
|
||||
friend class BRepGProp_Vinert;
|
||||
friend class BRepGProp_VinertGK;
|
||||
friend class BRepGProp_UFunction;
|
||||
friend class BRepGProp_TFunction;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BRepGProp_HeaderFile
|
||||
|
@ -14,9 +14,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BRepLProp.hxx>
|
||||
|
||||
#include <BRepAdaptor_Curve.hxx>
|
||||
#include <BRepLProp.hxx>
|
||||
#include <BRepLProp_CLProps.hxx>
|
||||
#include <gp_Dir.hxx>
|
||||
#include <gp_Vec.hxx>
|
||||
|
@ -45,31 +45,6 @@ public:
|
||||
//! The same as preceding but using the standard tolerances from package Precision.
|
||||
Standard_EXPORT static GeomAbs_Shape Continuity (const BRepAdaptor_Curve& C1, const BRepAdaptor_Curve& C2, const Standard_Real u1, const Standard_Real u2);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BRepLProp_CurveTool;
|
||||
friend class BRepLProp_SurfaceTool;
|
||||
friend class BRepLProp_CLProps;
|
||||
friend class BRepLProp_SLProps;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BRepLProp_HeaderFile
|
||||
|
@ -282,38 +282,6 @@ public:
|
||||
const Standard_Boolean theExtVMax,
|
||||
TopoDS_Face& theFExtended);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BRepLib_Command;
|
||||
friend class BRepLib_MakeShape;
|
||||
friend class BRepLib_MakeVertex;
|
||||
friend class BRepLib_MakeEdge;
|
||||
friend class BRepLib_MakeEdge2d;
|
||||
friend class BRepLib_MakePolygon;
|
||||
friend class BRepLib_MakeFace;
|
||||
friend class BRepLib_MakeWire;
|
||||
friend class BRepLib_MakeShell;
|
||||
friend class BRepLib_MakeSolid;
|
||||
friend class BRepLib_FindSurface;
|
||||
friend class BRepLib_FuseEdges;
|
||||
friend class BRepLib_CheckCurveOnSurface;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BRepLib_HeaderFile
|
||||
|
@ -14,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BRepTools.hxx>
|
||||
|
||||
#include <Adaptor3d_CurveOnSurface.hxx>
|
||||
#include <Bnd_Box2d.hxx>
|
||||
@ -24,7 +25,6 @@
|
||||
#include <BRep_ListOfCurveRepresentation.hxx>
|
||||
#include <BRep_TEdge.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <BRepTools.hxx>
|
||||
#include <BRepTools_MapOfVertexPnt2d.hxx>
|
||||
#include <BRepTools_ShapeSet.hxx>
|
||||
#include <BRepAdaptor_Surface.hxx>
|
||||
|
@ -358,28 +358,6 @@ public:
|
||||
Standard_EXPORT static void CheckLocations(const TopoDS_Shape& theS,
|
||||
TopTools_ListOfShape& theProblemShapes);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BRepTools_WireExplorer;
|
||||
friend class BRepTools_Modification;
|
||||
friend class BRepTools_Modifier;
|
||||
friend class BRepTools_TrsfModification;
|
||||
friend class BRepTools_NurbsConvertModification;
|
||||
friend class BRepTools_GTrsfModification;
|
||||
friend class BRepTools_Substitution;
|
||||
friend class BRepTools_Quilt;
|
||||
friend class BRepTools_ShapeSet;
|
||||
friend class BRepTools_ReShape;
|
||||
|
||||
};
|
||||
|
||||
#endif // _BRepTools_HeaderFile
|
||||
|
@ -23,7 +23,6 @@
|
||||
class BinMDF_ADriverTable;
|
||||
class Message_Messenger;
|
||||
|
||||
|
||||
//! This package provides classes and methods to
|
||||
//! translate a transient DF into a persistent one and
|
||||
//! vice versa.
|
||||
@ -49,32 +48,6 @@ public:
|
||||
|
||||
//! Adds the attribute storage drivers to <aDriverTable>.
|
||||
Standard_EXPORT static void AddDrivers (const Handle(BinMDF_ADriverTable)& aDriverTable, const Handle(Message_Messenger)& aMsgDrv);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BinMDF_ADriver;
|
||||
friend class BinMDF_ReferenceDriver;
|
||||
friend class BinMDF_TagSourceDriver;
|
||||
friend class BinMDF_ADriverTable;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BinMDF_HeaderFile
|
||||
|
@ -57,47 +57,6 @@ static void SetAttributeID(const BinObjMgt_Persistent& theSource, const Handle(T
|
||||
anAtt->SetID(T::GetID());
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BinMDataStd_GenericExtStringDriver;
|
||||
friend class BinMDataStd_IntegerDriver;
|
||||
friend class BinMDataStd_RealDriver;
|
||||
friend class BinMDataStd_IntegerArrayDriver;
|
||||
friend class BinMDataStd_RealArrayDriver;
|
||||
friend class BinMDataStd_UAttributeDriver;
|
||||
friend class BinMDataStd_VariableDriver;
|
||||
friend class BinMDataStd_ExpressionDriver;
|
||||
friend class BinMDataStd_TreeNodeDriver;
|
||||
friend class BinMDataStd_ExtStringArrayDriver;
|
||||
friend class BinMDataStd_GenericEmptyDriver;
|
||||
friend class BinMDataStd_AsciiStringDriver;
|
||||
friend class BinMDataStd_IntPackedMapDriver;
|
||||
friend class BinMDataStd_IntegerListDriver;
|
||||
friend class BinMDataStd_RealListDriver;
|
||||
friend class BinMDataStd_ExtStringListDriver;
|
||||
friend class BinMDataStd_BooleanListDriver;
|
||||
friend class BinMDataStd_ReferenceListDriver;
|
||||
friend class BinMDataStd_BooleanArrayDriver;
|
||||
friend class BinMDataStd_ReferenceArrayDriver;
|
||||
friend class BinMDataStd_ByteArrayDriver;
|
||||
friend class BinMDataStd_NamedDataDriver;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BinMDataStd_HeaderFile
|
||||
|
@ -39,31 +39,6 @@ public:
|
||||
|
||||
Standard_EXPORT static Standard_Integer DocumentVersion();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BinMDataXtd_GeometryDriver;
|
||||
friend class BinMDataXtd_ConstraintDriver;
|
||||
friend class BinMDataXtd_PatternStdDriver;
|
||||
friend class BinMDataXtd_TriangulationDriver;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BinMDataXtd_HeaderFile
|
||||
|
@ -13,9 +13,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BinMDocStd.hxx>
|
||||
|
||||
#include <BinMDF_ADriverTable.hxx>
|
||||
#include <BinMDocStd.hxx>
|
||||
#include <BinMDocStd_XLinkDriver.hxx>
|
||||
#include <Message_Messenger.hxx>
|
||||
|
||||
|
@ -35,28 +35,6 @@ public:
|
||||
//! Adds the attribute drivers to <theDriverTable>.
|
||||
Standard_EXPORT static void AddDrivers (const Handle(BinMDF_ADriverTable)& theDriverTable, const Handle(Message_Messenger)& aMsgDrv);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BinMDocStd_XLinkDriver;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BinMDocStd_HeaderFile
|
||||
|
@ -13,9 +13,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BinMFunction.hxx>
|
||||
|
||||
#include <BinMDF_ADriverTable.hxx>
|
||||
#include <BinMFunction.hxx>
|
||||
#include <BinMFunction_FunctionDriver.hxx>
|
||||
#include <BinMFunction_GraphNodeDriver.hxx>
|
||||
#include <BinMFunction_ScopeDriver.hxx>
|
||||
|
@ -35,30 +35,6 @@ public:
|
||||
//! Adds the attribute drivers to <theDriverTable>.
|
||||
Standard_EXPORT static void AddDrivers (const Handle(BinMDF_ADriverTable)& theDriverTable, const Handle(Message_Messenger)& aMsgDrv);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BinMFunction_FunctionDriver;
|
||||
friend class BinMFunction_GraphNodeDriver;
|
||||
friend class BinMFunction_ScopeDriver;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BinMFunction_HeaderFile
|
||||
|
@ -13,9 +13,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BinMNaming.hxx>
|
||||
|
||||
#include <BinMDF_ADriverTable.hxx>
|
||||
#include <BinMNaming.hxx>
|
||||
#include <BinMNaming_NamedShapeDriver.hxx>
|
||||
#include <BinMNaming_NamingDriver.hxx>
|
||||
#include <Message_Messenger.hxx>
|
||||
|
@ -36,26 +36,6 @@ public:
|
||||
//! Adds the attribute drivers to <theDriverTable>.
|
||||
Standard_EXPORT static void AddDrivers (const Handle(BinMDF_ADriverTable)& theDriverTable, const Handle(Message_Messenger)& aMsgDrv);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BinMNaming_NamedShapeDriver;
|
||||
friend class BinMNaming_NamingDriver;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BinMNaming_HeaderFile
|
||||
|
@ -13,10 +13,10 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BinMXCAFDoc.hxx>
|
||||
|
||||
#include <BinMDF_ADriverTable.hxx>
|
||||
#include <BinMNaming_NamedShapeDriver.hxx>
|
||||
#include <BinMXCAFDoc.hxx>
|
||||
#include <BinMXCAFDoc_AssemblyItemRefDriver.hxx>
|
||||
#include <BinMXCAFDoc_CentroidDriver.hxx>
|
||||
#include <BinMXCAFDoc_ColorDriver.hxx>
|
||||
|
@ -35,35 +35,6 @@ public:
|
||||
//! Adds the attribute drivers to <theDriverTable>.
|
||||
Standard_EXPORT static void AddDrivers (const Handle(BinMDF_ADriverTable)& theDriverTable, const Handle(Message_Messenger)& theMsgDrv);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BinMXCAFDoc_CentroidDriver;
|
||||
friend class BinMXCAFDoc_ColorDriver;
|
||||
friend class BinMXCAFDoc_GraphNodeDriver;
|
||||
friend class BinMXCAFDoc_LengthUnitDriver;
|
||||
friend class BinMXCAFDoc_LocationDriver;
|
||||
friend class BinMXCAFDoc_DatumDriver;
|
||||
friend class BinMXCAFDoc_DimTolDriver;
|
||||
friend class BinMXCAFDoc_MaterialDriver;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BinMXCAFDoc_HeaderFile
|
||||
|
@ -124,29 +124,6 @@ public:
|
||||
(TopoDS_Shape& theShape, const Standard_CString theFile,
|
||||
const Message_ProgressRange& theRange = Message_ProgressRange());
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BinTools_ShapeSet;
|
||||
friend class BinTools_Curve2dSet;
|
||||
friend class BinTools_CurveSet;
|
||||
friend class BinTools_SurfaceSet;
|
||||
friend class BinTools_LocationSet;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BinTools_HeaderFile
|
||||
|
@ -37,37 +37,6 @@ public:
|
||||
|
||||
Standard_EXPORT static Standard_Boolean IsConvex (const Handle(Geom2d_Curve)& Cu, const Standard_Real Sign);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class Bisector_Curve;
|
||||
friend class Bisector_BisecAna;
|
||||
friend class Bisector_BisecPC;
|
||||
friend class Bisector_BisecCC;
|
||||
friend class Bisector_Bisec;
|
||||
friend class Bisector_Inter;
|
||||
friend class Bisector_PointOnBis;
|
||||
friend class Bisector_PolyBis;
|
||||
friend class Bisector_FunctionH;
|
||||
friend class Bisector_FunctionInter;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _Bisector_HeaderFile
|
||||
|
@ -18,8 +18,9 @@
|
||||
// 30/12/1996 PMN Ajout de GetMinimalWeight
|
||||
// 23/09/1997 PMN Supprimme GetCircle et GetTol (passe dans GeomFill)
|
||||
|
||||
#include <Adaptor3d_Surface.hxx>
|
||||
#include <BlendFunc.hxx>
|
||||
|
||||
#include <Adaptor3d_Surface.hxx>
|
||||
#include <CSLib.hxx>
|
||||
#include <CSLib_NormalStatus.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
|
@ -53,41 +53,6 @@ public:
|
||||
|
||||
Standard_EXPORT static Standard_Boolean ComputeDNormal (const Handle(Adaptor3d_Surface)& Surf, const gp_Pnt2d& p2d, gp_Vec& Normal, gp_Vec& DNu, gp_Vec& DNv);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BlendFunc_ConstRad;
|
||||
friend class BlendFunc_ConstRadInv;
|
||||
friend class BlendFunc_Ruled;
|
||||
friend class BlendFunc_RuledInv;
|
||||
friend class BlendFunc_EvolRad;
|
||||
friend class BlendFunc_EvolRadInv;
|
||||
friend class BlendFunc_CSConstRad;
|
||||
friend class BlendFunc_CSCircular;
|
||||
friend class BlendFunc_Corde;
|
||||
friend class BlendFunc_Chamfer;
|
||||
friend class BlendFunc_ChamfInv;
|
||||
friend class BlendFunc_ChAsym;
|
||||
friend class BlendFunc_ChAsymInv;
|
||||
friend class BlendFunc_Tensor;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BlendFunc_HeaderFile
|
||||
|
@ -12,10 +12,10 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <BndLib.hxx>
|
||||
|
||||
#include <Bnd_Box.hxx>
|
||||
#include <Bnd_Box2d.hxx>
|
||||
#include <BndLib.hxx>
|
||||
#include <ElCLib.hxx>
|
||||
#include <gp_Circ.hxx>
|
||||
#include <gp_Circ2d.hxx>
|
||||
|
@ -181,30 +181,6 @@ public:
|
||||
//! VMin,VMax can be [-pi/2,pi/2]
|
||||
Standard_EXPORT static void Add (const gp_Torus& P, const Standard_Real UMin, const Standard_Real UMax, const Standard_Real VMin, const Standard_Real VMax, const Standard_Real Tol, Bnd_Box& B);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class BndLib_Add3dCurve;
|
||||
friend class BndLib_Add2dCurve;
|
||||
friend class BndLib_AddSurface;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _BndLib_HeaderFile
|
||||
|
@ -122,29 +122,6 @@ public:
|
||||
//! In the regular cases , Iduref=Idvref=0.
|
||||
Standard_EXPORT static gp_Vec DNNormal (const Standard_Integer Nu, const Standard_Integer Nv, const TColgp_Array2OfVec& DerNUV, const Standard_Integer Iduref = 0, const Standard_Integer Idvref = 0);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class CSLib_Class2d;
|
||||
friend class CSLib_NormalPolyDef;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _CSLib_HeaderFile
|
||||
|
@ -53,33 +53,10 @@ public:
|
||||
|
||||
DEFINE_STANDARD_ALLOC
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Standard_EXPORT static Standard_Boolean CommonVertex (const TopoDS_Edge& E1, const TopoDS_Edge& E2, TopoDS_Vertex& V);
|
||||
|
||||
Standard_EXPORT static ChFi2d_ConstructionError FindConnectedEdges (const TopoDS_Face& F, const TopoDS_Vertex& V, TopoDS_Edge& E1, TopoDS_Edge& E2);
|
||||
|
||||
|
||||
|
||||
friend class ChFi2d_Builder;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _ChFi2d_HeaderFile
|
||||
|
@ -14,12 +14,12 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <ChFi3d.hxx>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <BRepAdaptor_Curve.hxx>
|
||||
#include <BRepAdaptor_Curve2d.hxx>
|
||||
#include <BRepAdaptor_Surface.hxx>
|
||||
#include <ChFi3d.hxx>
|
||||
#include <ChFi3d_Builder_0.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
|
@ -77,31 +77,6 @@ public:
|
||||
//! identic or opposed concave edges.
|
||||
Standard_EXPORT static Standard_Boolean SameSide (const TopAbs_Orientation Or, const TopAbs_Orientation OrSave1, const TopAbs_Orientation OrSave2, const TopAbs_Orientation OrFace1, const TopAbs_Orientation OrFace2);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class ChFi3d_Builder;
|
||||
friend class ChFi3d_ChBuilder;
|
||||
friend class ChFi3d_FilBuilder;
|
||||
friend class ChFi3d_SearchSing;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _ChFi3d_HeaderFile
|
||||
|
@ -84,30 +84,6 @@ public:
|
||||
//! Browser commands .
|
||||
Standard_EXPORT static void BrowserCommands (Draw_Interpretor& theCommands);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class DDF_Data;
|
||||
friend class DDF_Browser;
|
||||
friend class DDF_Transaction;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _DDF_HeaderFile
|
||||
|
@ -69,30 +69,6 @@ public:
|
||||
|
||||
Standard_EXPORT static void DumpConstraint (const Handle(TDataXtd_Constraint)& C, Standard_OStream& S);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class DDataStd_DrawPresentation;
|
||||
friend class DDataStd_DrawDriver;
|
||||
friend class DDataStd_TreeBrowser;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _DDataStd_HeaderFile
|
||||
|
@ -13,8 +13,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <DBRep.hxx>
|
||||
#include <DDocStd.hxx>
|
||||
|
||||
#include <DBRep.hxx>
|
||||
#include <DDocStd_DrawDocument.hxx>
|
||||
#include <Draw.hxx>
|
||||
#include <Draw_Interpretor.hxx>
|
||||
|
@ -85,26 +85,6 @@ public:
|
||||
//! ShapeSchema_Read
|
||||
Standard_EXPORT static void ShapeSchemaCommands(Draw_Interpretor& theCommands);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class DDocStd_DrawDocument;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _DDocStd_HeaderFile
|
||||
|
@ -14,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <DNaming.hxx>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <BRepAlgoAPI_BooleanOperation.hxx>
|
||||
@ -22,7 +23,6 @@
|
||||
#include <BRepTools.hxx>
|
||||
#include <DDF.hxx>
|
||||
#include <DDF_Data.hxx>
|
||||
#include <DNaming.hxx>
|
||||
#include <Draw.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom_Line.hxx>
|
||||
|
@ -118,38 +118,6 @@ public:
|
||||
//! commands for testing Naming
|
||||
Standard_EXPORT static void ModelingCommands (Draw_Interpretor& DI);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class DNaming_BoxDriver;
|
||||
friend class DNaming_CylinderDriver;
|
||||
friend class DNaming_SphereDriver;
|
||||
friend class DNaming_SelectionDriver;
|
||||
friend class DNaming_BooleanOperationDriver;
|
||||
friend class DNaming_FilletDriver;
|
||||
friend class DNaming_TransformationDriver;
|
||||
friend class DNaming_PrismDriver;
|
||||
friend class DNaming_RevolutionDriver;
|
||||
friend class DNaming_PointDriver;
|
||||
friend class DNaming_Line3DDriver;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _DNaming_HeaderFile
|
||||
|
@ -14,10 +14,10 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <Draft.hxx>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <BRepTools.hxx>
|
||||
#include <Draft.hxx>
|
||||
#include <ElSLib.hxx>
|
||||
#include <Geom_ConicalSurface.hxx>
|
||||
#include <Geom_CylindricalSurface.hxx>
|
||||
|
@ -43,31 +43,6 @@ public:
|
||||
//! Otherwise, the exception DomainError is raised.
|
||||
Standard_EXPORT static Standard_Real Angle (const TopoDS_Face& F, const gp_Dir& Direction);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class Draft_Modification;
|
||||
friend class Draft_FaceInfo;
|
||||
friend class Draft_EdgeInfo;
|
||||
friend class Draft_VertexInfo;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _Draft_HeaderFile
|
||||
|
@ -14,12 +14,12 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <DrawDim.hxx>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <Draw.hxx>
|
||||
#include <Draw_Appli.hxx>
|
||||
#include <Draw_Text3D.hxx>
|
||||
#include <DrawDim.hxx>
|
||||
#include <ElCLib.hxx>
|
||||
#include <Geom_Circle.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
|
@ -71,36 +71,6 @@ public:
|
||||
//! false if <f> is not a planar face
|
||||
Standard_EXPORT static Standard_Boolean Pln (const TopoDS_Face& f, gp_Pln& p);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class DrawDim_Dimension;
|
||||
friend class DrawDim_Angle;
|
||||
friend class DrawDim_Distance;
|
||||
friend class DrawDim_Radius;
|
||||
friend class DrawDim_PlanarDimension;
|
||||
friend class DrawDim_PlanarAngle;
|
||||
friend class DrawDim_PlanarDistance;
|
||||
friend class DrawDim_PlanarRadius;
|
||||
friend class DrawDim_PlanarDiameter;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _DrawDim_HeaderFile
|
||||
|
@ -47,78 +47,6 @@ public:
|
||||
|
||||
Standard_EXPORT static Standard_Real Sign (const Standard_Real val);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class Expr_GeneralExpression;
|
||||
friend class Expr_NumericValue;
|
||||
friend class Expr_NamedExpression;
|
||||
friend class Expr_NamedConstant;
|
||||
friend class Expr_NamedUnknown;
|
||||
friend class Expr_UnaryExpression;
|
||||
friend class Expr_Absolute;
|
||||
friend class Expr_ArcCosine;
|
||||
friend class Expr_ArcSine;
|
||||
friend class Expr_ArcTangent;
|
||||
friend class Expr_ArgCosh;
|
||||
friend class Expr_ArgSinh;
|
||||
friend class Expr_ArgTanh;
|
||||
friend class Expr_Cosh;
|
||||
friend class Expr_Cosine;
|
||||
friend class Expr_Exponential;
|
||||
friend class Expr_LogOf10;
|
||||
friend class Expr_LogOfe;
|
||||
friend class Expr_Sign;
|
||||
friend class Expr_Sine;
|
||||
friend class Expr_Sinh;
|
||||
friend class Expr_Square;
|
||||
friend class Expr_SquareRoot;
|
||||
friend class Expr_Tangent;
|
||||
friend class Expr_Tanh;
|
||||
friend class Expr_UnaryFunction;
|
||||
friend class Expr_UnaryMinus;
|
||||
friend class Expr_BinaryExpression;
|
||||
friend class Expr_BinaryFunction;
|
||||
friend class Expr_Difference;
|
||||
friend class Expr_Division;
|
||||
friend class Expr_Exponentiate;
|
||||
friend class Expr_PolyExpression;
|
||||
friend class Expr_PolyFunction;
|
||||
friend class Expr_Product;
|
||||
friend class Expr_Sum;
|
||||
friend class Expr_UnknownIterator;
|
||||
friend class Expr_GeneralRelation;
|
||||
friend class Expr_SingleRelation;
|
||||
friend class Expr_Different;
|
||||
friend class Expr_Equal;
|
||||
friend class Expr_GreaterThan;
|
||||
friend class Expr_GreaterThanOrEqual;
|
||||
friend class Expr_LessThan;
|
||||
friend class Expr_LessThanOrEqual;
|
||||
friend class Expr_SystemRelation;
|
||||
friend class Expr_RelationIterator;
|
||||
friend class Expr_RUIterator;
|
||||
friend class Expr_GeneralFunction;
|
||||
friend class Expr_NamedFunction;
|
||||
friend class Expr_FunctionDerivative;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _Expr_HeaderFile
|
||||
|
@ -35,35 +35,16 @@ public:
|
||||
|
||||
DEFINE_STANDARD_ALLOC
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Standard_EXPORT static Standard_Boolean Parse (const Handle(ExprIntrp_Generator)& gen, const TCollection_AsciiString& str);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
friend class ExprIntrp_Generator;
|
||||
friend class ExprIntrp_GenExp;
|
||||
friend class ExprIntrp_GenFct;
|
||||
friend class ExprIntrp_GenRel;
|
||||
friend class ExprIntrp_Analysis;
|
||||
friend class ExprIntrp_GenExp;
|
||||
friend class ExprIntrp_GenFct;
|
||||
friend class ExprIntrp_GenRel;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _ExprIntrp_HeaderFile
|
||||
|
@ -12,12 +12,12 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <GProp.hxx>
|
||||
|
||||
#include <gp.hxx>
|
||||
#include <gp_Mat.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <GProp.hxx>
|
||||
#include <Standard_DimensionError.hxx>
|
||||
|
||||
void GProp::HOperator (
|
||||
|
@ -64,34 +64,6 @@ public:
|
||||
//! the function MatrixOfInertia on any GProp_GProps object.
|
||||
Standard_EXPORT static void HOperator (const gp_Pnt& G, const gp_Pnt& Q, const Standard_Real Mass, gp_Mat& Operator);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GProp_GProps;
|
||||
friend class GProp_PGProps;
|
||||
friend class GProp_CelGProps;
|
||||
friend class GProp_SelGProps;
|
||||
friend class GProp_VelGProps;
|
||||
friend class GProp_PrincipalProps;
|
||||
friend class GProp_PEquation;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GProp_HeaderFile
|
||||
|
@ -124,29 +124,6 @@ public:
|
||||
//! or line are external to one another.
|
||||
Standard_EXPORT static GccEnt_QualifiedCirc Outside (const gp_Circ2d& Obj);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GccEnt_QualifiedLin;
|
||||
friend class GccEnt_QualifiedCirc;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GccEnt_HeaderFile
|
||||
|
@ -12,8 +12,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
//Jean-Claude Vauthier Novembre 1991
|
||||
//Passage sur C1 Aout 1992 et ajout transformation Bezier->BSpline
|
||||
#include <Geom2dConvert.hxx>
|
||||
|
||||
#include <BSplCLib.hxx>
|
||||
#include <Convert_CircleToBSplineCurve.hxx>
|
||||
@ -33,7 +32,6 @@
|
||||
#include <Geom2d_OffsetCurve.hxx>
|
||||
#include <Geom2d_Parabola.hxx>
|
||||
#include <Geom2d_TrimmedCurve.hxx>
|
||||
#include <Geom2dConvert.hxx>
|
||||
#include <Geom2dConvert_ApproxCurve.hxx>
|
||||
#include <Geom2dConvert_CompCurveToBSplineCurve.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
|
@ -254,31 +254,6 @@ public:
|
||||
const Standard_Real AngularTolerance,
|
||||
const Standard_Real Tolerance);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class Geom2dConvert_BSplineCurveKnotSplitting;
|
||||
friend class Geom2dConvert_BSplineCurveToBezierCurve;
|
||||
friend class Geom2dConvert_CompCurveToBSplineCurve;
|
||||
friend class Geom2dConvert_ApproxCurve;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _Geom2dConvert_HeaderFile
|
||||
|
@ -12,13 +12,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
//=========================================================================
|
||||
// Methodes de package permettant de qualifier les objets. +
|
||||
// +
|
||||
//=========================================================================
|
||||
#include <Geom2dGcc.hxx>
|
||||
|
||||
#include <Geom2dAdaptor_Curve.hxx>
|
||||
#include <Geom2dGcc.hxx>
|
||||
#include <Geom2dGcc_QualifiedCurve.hxx>
|
||||
|
||||
Geom2dGcc_QualifiedCurve
|
||||
|
@ -114,52 +114,6 @@ public:
|
||||
//! myQCurve = Geom2dGcc::Outside(Obj);
|
||||
Standard_EXPORT static Geom2dGcc_QualifiedCurve Outside (const Geom2dAdaptor_Curve& Obj);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class Geom2dGcc_CurveTool;
|
||||
friend class Geom2dGcc_QualifiedCurve;
|
||||
friend class Geom2dGcc_Circ2d3Tan;
|
||||
friend class Geom2dGcc_Circ2d2TanRad;
|
||||
friend class Geom2dGcc_Circ2d2TanOn;
|
||||
friend class Geom2dGcc_Circ2dTanOnRad;
|
||||
friend class Geom2dGcc_Circ2dTanCen;
|
||||
friend class Geom2dGcc_Lin2d2Tan;
|
||||
friend class Geom2dGcc_Lin2dTanObl;
|
||||
friend class Geom2dGcc_QCurve;
|
||||
friend class Geom2dGcc_CurveToolGeo;
|
||||
friend class Geom2dGcc_Circ2d2TanOnGeo;
|
||||
friend class Geom2dGcc_Circ2d2TanRadGeo;
|
||||
friend class Geom2dGcc_Circ2dTanCenGeo;
|
||||
friend class Geom2dGcc_Circ2dTanOnRadGeo;
|
||||
friend class Geom2dGcc_Circ2d3TanIter;
|
||||
friend class Geom2dGcc_FunctionTanCuCuCu;
|
||||
friend class Geom2dGcc_Circ2d2TanOnIter;
|
||||
friend class Geom2dGcc_FunctionTanCuCuOnCu;
|
||||
friend class Geom2dGcc_Lin2dTanOblIter;
|
||||
friend class Geom2dGcc_FunctionTanObl;
|
||||
friend class Geom2dGcc_Lin2d2TanIter;
|
||||
friend class Geom2dGcc_FunctionTanCuCu;
|
||||
friend class Geom2dGcc_FunctionTanCuPnt;
|
||||
friend class Geom2dGcc_FunctionTanCirCu;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _Geom2dGcc_HeaderFile
|
||||
|
@ -14,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <GeomAPI.hxx>
|
||||
|
||||
#include <Adaptor3d_CurveOnSurface.hxx>
|
||||
#include <Geom2d_Curve.hxx>
|
||||
@ -34,7 +35,6 @@
|
||||
#include <GeomAdaptor_Curve.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <GeomAPI.hxx>
|
||||
#include <gp_Pln.hxx>
|
||||
#include <ProjLib_ProjectedCurve.hxx>
|
||||
#include <TColgp_Array1OfPnt.hxx>
|
||||
|
@ -89,37 +89,6 @@ public:
|
||||
//! The resulting 3D curve is of the same nature as that of the curve C.
|
||||
Standard_EXPORT static Handle(Geom_Curve) To3d (const Handle(Geom2d_Curve)& C, const gp_Pln& P);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomAPI_ProjectPointOnCurve;
|
||||
friend class GeomAPI_ProjectPointOnSurf;
|
||||
friend class GeomAPI_ExtremaCurveCurve;
|
||||
friend class GeomAPI_ExtremaCurveSurface;
|
||||
friend class GeomAPI_ExtremaSurfaceSurface;
|
||||
friend class GeomAPI_PointsToBSpline;
|
||||
friend class GeomAPI_PointsToBSplineSurface;
|
||||
friend class GeomAPI_Interpolate;
|
||||
friend class GeomAPI_IntSS;
|
||||
friend class GeomAPI_IntCS;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomAPI_HeaderFile
|
||||
|
@ -12,9 +12,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// Jean-Claude Vauthier Novembre 1991
|
||||
// Passage sur C1 Aout 1992 et ajout transformation Bezier->BSpline + Debug
|
||||
// Modif JCV correction bug le 2/08/1993
|
||||
#include <GeomConvert.hxx>
|
||||
|
||||
#include <BSplCLib.hxx>
|
||||
#include <Convert_CircleToBSplineCurve.hxx>
|
||||
@ -38,7 +36,6 @@
|
||||
#include <Geom_Parabola.hxx>
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <GeomConvert.hxx>
|
||||
#include <GeomConvert_ApproxCurve.hxx>
|
||||
#include <GeomConvert_CompCurveToBSplineCurve.hxx>
|
||||
#include <GeomLProp.hxx>
|
||||
|
@ -371,35 +371,6 @@ public:
|
||||
const Standard_Real AngularTolerance,
|
||||
const Standard_Real tolerance);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomConvert_BSplineCurveKnotSplitting;
|
||||
friend class GeomConvert_BSplineSurfaceKnotSplitting;
|
||||
friend class GeomConvert_BSplineCurveToBezierCurve;
|
||||
friend class GeomConvert_CompCurveToBSplineCurve;
|
||||
friend class GeomConvert_BSplineSurfaceToBezierSurface;
|
||||
friend class GeomConvert_CompBezierSurfacesToBSplineSurface;
|
||||
friend class GeomConvert_ApproxSurface;
|
||||
friend class GeomConvert_ApproxCurve;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomConvert_HeaderFile
|
||||
|
@ -12,9 +12,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
//Jean-Claude Vauthier Novembre 1991
|
||||
//Passage sur C1 Aout 1992 et ajout transformation Bezier->BSpline
|
||||
//Modif JCV correction bug le 02/08/1993
|
||||
#include <GeomConvert.hxx>
|
||||
|
||||
#include <BSplCLib.hxx>
|
||||
#include <Convert_ConeToBSplineSurface.hxx>
|
||||
@ -39,7 +37,6 @@
|
||||
#include <Geom_ToroidalSurface.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <GeomAdaptor_Surface.hxx>
|
||||
#include <GeomConvert.hxx>
|
||||
#include <GeomConvert_ApproxSurface.hxx>
|
||||
#include <gp_Cone.hxx>
|
||||
#include <gp_Cylinder.hxx>
|
||||
|
@ -14,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <GeomFill.hxx>
|
||||
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <Geom_Circle.hxx>
|
||||
@ -26,7 +27,6 @@
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <GeomConvert.hxx>
|
||||
#include <GeomFill.hxx>
|
||||
#include <GeomFill_Generator.hxx>
|
||||
#include <GeomFill_PolynomialConvertor.hxx>
|
||||
#include <GeomFill_QuasiAngularConvertor.hxx>
|
||||
|
@ -65,81 +65,6 @@ public:
|
||||
//! Tolerance for approximation
|
||||
Standard_EXPORT static Standard_Real GetTolerance (const Convert_ParameterisationType TConv, const Standard_Real AngleMin, const Standard_Real Radius, const Standard_Real AngularTol, const Standard_Real SpatialTol);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomFill_Filling;
|
||||
friend class GeomFill_Stretch;
|
||||
friend class GeomFill_Coons;
|
||||
friend class GeomFill_Curved;
|
||||
friend class GeomFill_BezierCurves;
|
||||
friend class GeomFill_BSplineCurves;
|
||||
friend class GeomFill_Profiler;
|
||||
friend class GeomFill_SectionGenerator;
|
||||
friend class GeomFill_Line;
|
||||
friend class GeomFill_AppSurf;
|
||||
friend class GeomFill_SweepSectionGenerator;
|
||||
friend class GeomFill_AppSweep;
|
||||
friend class GeomFill_Generator;
|
||||
friend class GeomFill_Pipe;
|
||||
friend class GeomFill_Tensor;
|
||||
friend class GeomFill_ConstrainedFilling;
|
||||
friend class GeomFill_Boundary;
|
||||
friend class GeomFill_DegeneratedBound;
|
||||
friend class GeomFill_SimpleBound;
|
||||
friend class GeomFill_BoundWithSurf;
|
||||
friend class GeomFill_CoonsAlgPatch;
|
||||
friend class GeomFill_TgtField;
|
||||
friend class GeomFill_TgtOnCoons;
|
||||
friend class GeomFill_CornerState;
|
||||
friend class GeomFill_CircularBlendFunc;
|
||||
friend class GeomFill_SweepFunction;
|
||||
friend class GeomFill_LocFunction;
|
||||
friend class GeomFill_PolynomialConvertor;
|
||||
friend class GeomFill_QuasiAngularConvertor;
|
||||
friend class GeomFill_SnglrFunc;
|
||||
friend class GeomFill_FunctionDraft;
|
||||
friend class GeomFill_PlanFunc;
|
||||
friend class GeomFill_FunctionGuide;
|
||||
friend class GeomFill_SectionLaw;
|
||||
friend class GeomFill_UniformSection;
|
||||
friend class GeomFill_EvolvedSection;
|
||||
friend class GeomFill_NSections;
|
||||
friend class GeomFill_LocationLaw;
|
||||
friend class GeomFill_CurveAndTrihedron;
|
||||
friend class GeomFill_LocationDraft;
|
||||
friend class GeomFill_LocationGuide;
|
||||
friend class GeomFill_TrihedronLaw;
|
||||
friend class GeomFill_Fixed;
|
||||
friend class GeomFill_Frenet;
|
||||
friend class GeomFill_CorrectedFrenet;
|
||||
friend class GeomFill_DiscreteTrihedron;
|
||||
friend class GeomFill_ConstantBiNormal;
|
||||
friend class GeomFill_Darboux;
|
||||
friend class GeomFill_DraftTrihedron;
|
||||
friend class GeomFill_TrihedronWithGuide;
|
||||
friend class GeomFill_GuideTrihedronAC;
|
||||
friend class GeomFill_GuideTrihedronPlan;
|
||||
friend class GeomFill_Sweep;
|
||||
friend class GeomFill_SectionPlacement;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomFill_HeaderFile
|
||||
|
@ -37,55 +37,6 @@ public:
|
||||
//! Adjusts the parameter <thePar> to the range [theParMin, theParMax]
|
||||
Standard_EXPORT static Standard_Boolean AdjustPeriodic (const Standard_Real thePar, const Standard_Real theParMin, const Standard_Real theParMax, const Standard_Real thePeriod, Standard_Real& theNewPar, Standard_Real& theOffset, const Standard_Real theEps = 0.0);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomInt_IntSS;
|
||||
friend class GeomInt_LineConstructor;
|
||||
friend class GeomInt_LineTool;
|
||||
friend class GeomInt_WLApprox;
|
||||
friend class GeomInt_ParameterAndOrientation;
|
||||
friend class GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox;
|
||||
friend class GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox;
|
||||
friend class GeomInt_ThePrmPrmSvSurfacesOfWLApprox;
|
||||
friend class GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox;
|
||||
friend class GeomInt_TheImpPrmSvSurfacesOfWLApprox;
|
||||
friend class GeomInt_TheMultiLineOfWLApprox;
|
||||
friend class GeomInt_TheMultiLineToolOfWLApprox;
|
||||
friend class GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox;
|
||||
friend class GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox;
|
||||
friend class GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox;
|
||||
friend class GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox;
|
||||
friend class GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox;
|
||||
friend class GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox;
|
||||
friend class GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox;
|
||||
friend class GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox;
|
||||
friend class GeomInt_MyGradientbisOfTheComputeLineOfWLApprox;
|
||||
friend class GeomInt_TheComputeLineOfWLApprox;
|
||||
friend class GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox;
|
||||
friend class GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox;
|
||||
friend class GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox;
|
||||
friend class GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox;
|
||||
friend class GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox;
|
||||
friend class GeomInt_TheComputeLineBezierOfWLApprox;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomInt_HeaderFile
|
||||
|
@ -14,12 +14,12 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <GeomLProp.hxx>
|
||||
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <GeomLProp.hxx>
|
||||
#include <GeomLProp_CLProps.hxx>
|
||||
#include <gp_Dir.hxx>
|
||||
#include <gp_Vec.hxx>
|
||||
|
@ -49,31 +49,6 @@ public:
|
||||
//! tolerances from package Precision.
|
||||
Standard_EXPORT static GeomAbs_Shape Continuity (const Handle(Geom_Curve)& C1, const Handle(Geom_Curve)& C2, const Standard_Real u1, const Standard_Real u2, const Standard_Boolean r1, const Standard_Boolean r2);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomLProp_CurveTool;
|
||||
friend class GeomLProp_SurfaceTool;
|
||||
friend class GeomLProp_CLProps;
|
||||
friend class GeomLProp_SLProps;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomLProp_HeaderFile
|
||||
|
@ -249,30 +249,6 @@ public:
|
||||
const Standard_Real theParam,
|
||||
const Standard_Boolean theIsForward);
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomLib_MakeCurvefromApprox;
|
||||
friend class GeomLib_Interpolate;
|
||||
friend class GeomLib_DenominatorMultiplier;
|
||||
friend class GeomLib_CheckBSplineCurve;
|
||||
friend class GeomLib_Check2dBSplineCurve;
|
||||
friend class GeomLib_IsPlanarSurface;
|
||||
friend class GeomLib_Tool;
|
||||
friend class GeomLib_PolyFunc;
|
||||
friend class GeomLib_LogSample;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomLib_HeaderFile
|
||||
|
@ -14,11 +14,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <GeomTools.hxx>
|
||||
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#include <Geom_Curve.hxx>
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <GeomTools.hxx>
|
||||
#include <GeomTools_Curve2dSet.hxx>
|
||||
#include <GeomTools_CurveSet.hxx>
|
||||
#include <GeomTools_SurfaceSet.hxx>
|
||||
|
@ -79,31 +79,6 @@ public:
|
||||
//! in case of error
|
||||
Standard_EXPORT static void GetReal (Standard_IStream& IS, Standard_Real& theValue);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class GeomTools_UndefinedTypeHandler;
|
||||
friend class GeomTools_SurfaceSet;
|
||||
friend class GeomTools_CurveSet;
|
||||
friend class GeomTools_Curve2dSet;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _GeomTools_HeaderFile
|
||||
|
@ -14,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <HLRBRep.hxx>
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
@ -23,7 +24,6 @@
|
||||
#include <Geom2d_BSplineCurve.hxx>
|
||||
#include <Geom_BSplineCurve.hxx>
|
||||
#include <Geom_TrimmedCurve.hxx>
|
||||
#include <HLRBRep.hxx>
|
||||
#include <HLRBRep_Curve.hxx>
|
||||
#include <TColgp_Array1OfPnt2d.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
|
@ -44,82 +44,6 @@ public:
|
||||
|
||||
Standard_EXPORT static void PolyHLRAngleAndDeflection (const Standard_Real InAngl, Standard_Real& OutAngl, Standard_Real& OutDefl);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class HLRBRep_CurveTool;
|
||||
friend class HLRBRep_BCurveTool;
|
||||
friend class HLRBRep_Curve;
|
||||
friend class HLRBRep_SurfaceTool;
|
||||
friend class HLRBRep_BSurfaceTool;
|
||||
friend class HLRBRep_Surface;
|
||||
friend class HLRBRep_CLPropsATool;
|
||||
friend class HLRBRep_CLProps;
|
||||
friend class HLRBRep_SLPropsATool;
|
||||
friend class HLRBRep_SLProps;
|
||||
friend class HLRBRep_CInter;
|
||||
friend class HLRBRep_LineTool;
|
||||
friend class HLRBRep_InterCSurf;
|
||||
friend class HLRBRep_EdgeFaceTool;
|
||||
friend class HLRBRep_Intersector;
|
||||
friend class HLRBRep_EdgeData;
|
||||
friend class HLRBRep_FaceData;
|
||||
friend class HLRBRep_FaceIterator;
|
||||
friend class HLRBRep_Data;
|
||||
friend class HLRBRep_ShapeToHLR;
|
||||
friend class HLRBRep_HLRToShape;
|
||||
friend class HLRBRep_ShapeBounds;
|
||||
friend class HLRBRep_EdgeInterferenceTool;
|
||||
friend class HLRBRep_VertexList;
|
||||
friend class HLRBRep_EdgeIList;
|
||||
friend class HLRBRep_AreaLimit;
|
||||
friend class HLRBRep_EdgeBuilder;
|
||||
friend class HLRBRep_Hider;
|
||||
friend class HLRBRep_InternalAlgo;
|
||||
friend class HLRBRep_Algo;
|
||||
friend class HLRBRep_PolyAlgo;
|
||||
friend class HLRBRep_BiPoint;
|
||||
friend class HLRBRep_BiPnt2D;
|
||||
friend class HLRBRep_PolyHLRToShape;
|
||||
friend class HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter;
|
||||
friend class HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter;
|
||||
friend class HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter;
|
||||
friend class HLRBRep_TheProjPCurOfCInter;
|
||||
friend class HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter;
|
||||
friend class HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter;
|
||||
friend class HLRBRep_TheIntConicCurveOfCInter;
|
||||
friend class HLRBRep_IntConicCurveOfCInter;
|
||||
friend class HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter;
|
||||
friend class HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter;
|
||||
friend class HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter;
|
||||
friend class HLRBRep_TheIntPCurvePCurveOfCInter;
|
||||
friend class HLRBRep_ThePolygonOfInterCSurf;
|
||||
friend class HLRBRep_ThePolygonToolOfInterCSurf;
|
||||
friend class HLRBRep_ThePolyhedronOfInterCSurf;
|
||||
friend class HLRBRep_ThePolyhedronToolOfInterCSurf;
|
||||
friend class HLRBRep_TheInterferenceOfInterCSurf;
|
||||
friend class HLRBRep_TheCSFunctionOfInterCSurf;
|
||||
friend class HLRBRep_TheExactInterCSurf;
|
||||
friend class HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf;
|
||||
friend class HLRBRep_TheQuadCurvExactInterCSurf;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _HLRBRep_HeaderFile
|
||||
|
@ -14,6 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <HLRTest.hxx>
|
||||
|
||||
#include <DBRep.hxx>
|
||||
#include <Draw.hxx>
|
||||
@ -23,7 +24,6 @@
|
||||
#include <HLRAppli_ReflectLines.hxx>
|
||||
#include <HLRBRep_Algo.hxx>
|
||||
#include <HLRBRep_HLRToShape.hxx>
|
||||
#include <HLRTest.hxx>
|
||||
#include <HLRTest_OutLiner.hxx>
|
||||
#include <HLRTest_Projector.hxx>
|
||||
#include <HLRTopoBRep_OutLiner.hxx>
|
||||
|
@ -57,32 +57,6 @@ public:
|
||||
//! Defines commands to test the Hidden Line Removal
|
||||
Standard_EXPORT static void Commands (Draw_Interpretor& I);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class HLRTest_ShapeData;
|
||||
friend class HLRTest_DrawableEdgeTool;
|
||||
friend class HLRTest_DrawablePolyEdgeTool;
|
||||
friend class HLRTest_Projector;
|
||||
friend class HLRTest_OutLiner;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _HLRTest_HeaderFile
|
||||
|
@ -35,32 +35,6 @@ public:
|
||||
//! creates a Protocol
|
||||
Standard_EXPORT static Handle(HeaderSection_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class HeaderSection_Protocol;
|
||||
friend class HeaderSection_FileName;
|
||||
friend class HeaderSection_FileDescription;
|
||||
friend class HeaderSection_FileSchema;
|
||||
friend class HeaderSection_HeaderRecognizer;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _HeaderSection_HeaderFile
|
||||
|
@ -56,105 +56,6 @@ public:
|
||||
//! to be used (this avoids to export the class SessionFile).
|
||||
Standard_EXPORT static Standard_Boolean RestoreSession (const Handle(IFSelect_WorkSession)& WS, const Standard_CString file);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IFSelect_Signature;
|
||||
friend class IFSelect_SignMultiple;
|
||||
friend class IFSelect_SignType;
|
||||
friend class IFSelect_SignCategory;
|
||||
friend class IFSelect_SignValidity;
|
||||
friend class IFSelect_SignAncestor;
|
||||
friend class IFSelect_ShareOut;
|
||||
friend class IFSelect_AppliedModifiers;
|
||||
friend class IFSelect_ShareOutResult;
|
||||
friend class IFSelect_PacketList;
|
||||
friend class IFSelect_Dispatch;
|
||||
friend class IFSelect_DispGlobal;
|
||||
friend class IFSelect_DispPerOne;
|
||||
friend class IFSelect_DispPerCount;
|
||||
friend class IFSelect_DispPerSignature;
|
||||
friend class IFSelect_DispPerFiles;
|
||||
friend class IFSelect_SelectionIterator;
|
||||
friend class IFSelect_Selection;
|
||||
friend class IFSelect_SelectBase;
|
||||
friend class IFSelect_SelectModelRoots;
|
||||
friend class IFSelect_SelectModelEntities;
|
||||
friend class IFSelect_SelectEntityNumber;
|
||||
friend class IFSelect_SelectPointed;
|
||||
friend class IFSelect_SelectCombine;
|
||||
friend class IFSelect_SelectUnion;
|
||||
friend class IFSelect_SelectIntersection;
|
||||
friend class IFSelect_SelectControl;
|
||||
friend class IFSelect_SelectDiff;
|
||||
friend class IFSelect_SelectDeduct;
|
||||
friend class IFSelect_SelectShared;
|
||||
friend class IFSelect_SelectSharing;
|
||||
friend class IFSelect_SelectAnyList;
|
||||
friend class IFSelect_SelectInList;
|
||||
friend class IFSelect_SelectSuite;
|
||||
friend class IFSelect_SelectExtract;
|
||||
friend class IFSelect_SelectUnknownEntities;
|
||||
friend class IFSelect_SelectErrorEntities;
|
||||
friend class IFSelect_SelectIncorrectEntities;
|
||||
friend class IFSelect_SelectRoots;
|
||||
friend class IFSelect_SelectRootComps;
|
||||
friend class IFSelect_SelectRange;
|
||||
friend class IFSelect_SelectAnyType;
|
||||
friend class IFSelect_SelectType;
|
||||
friend class IFSelect_SelectSignature;
|
||||
friend class IFSelect_SelectFlag;
|
||||
friend class IFSelect_SelectSent;
|
||||
friend class IFSelect_SelectExplore;
|
||||
friend class IFSelect_SelectSignedShared;
|
||||
friend class IFSelect_SelectSignedSharing;
|
||||
friend class IFSelect_IntParam;
|
||||
friend class IFSelect_SignatureList;
|
||||
friend class IFSelect_CheckCounter;
|
||||
friend class IFSelect_SignCounter;
|
||||
friend class IFSelect_GraphCounter;
|
||||
friend class IFSelect_Editor;
|
||||
friend class IFSelect_ParamEditor;
|
||||
friend class IFSelect_EditForm;
|
||||
friend class IFSelect_ListEditor;
|
||||
friend class IFSelect_ContextModif;
|
||||
friend class IFSelect_ContextWrite;
|
||||
friend class IFSelect_Transformer;
|
||||
friend class IFSelect_TransformStandard;
|
||||
friend class IFSelect_ModelCopier;
|
||||
friend class IFSelect_GeneralModifier;
|
||||
friend class IFSelect_Modifier;
|
||||
friend class IFSelect_ModifReorder;
|
||||
friend class IFSelect_ModifEditForm;
|
||||
friend class IFSelect_FileModifier;
|
||||
friend class IFSelect_ModelModifier;
|
||||
friend class IFSelect_WorkSession;
|
||||
friend class IFSelect_WorkLibrary;
|
||||
friend class IFSelect_SessionFile;
|
||||
friend class IFSelect_SessionDumper;
|
||||
friend class IFSelect_BasicDumper;
|
||||
friend class IFSelect_Activator;
|
||||
friend class IFSelect_SessionPilot;
|
||||
friend class IFSelect_Act;
|
||||
friend class IFSelect_Functions;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IFSelect_HeaderFile
|
||||
|
@ -39,69 +39,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESAppli_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESAppli_Node;
|
||||
friend class IGESAppli_FiniteElement;
|
||||
friend class IGESAppli_NodalDisplAndRot;
|
||||
friend class IGESAppli_NodalResults;
|
||||
friend class IGESAppli_ElementResults;
|
||||
friend class IGESAppli_Flow;
|
||||
friend class IGESAppli_PipingFlow;
|
||||
friend class IGESAppli_RegionRestriction;
|
||||
friend class IGESAppli_LevelFunction;
|
||||
friend class IGESAppli_LineWidening;
|
||||
friend class IGESAppli_DrilledHole;
|
||||
friend class IGESAppli_ReferenceDesignator;
|
||||
friend class IGESAppli_PinNumber;
|
||||
friend class IGESAppli_PartNumber;
|
||||
friend class IGESAppli_FlowLineSpec;
|
||||
friend class IGESAppli_LevelToPWBLayerMap;
|
||||
friend class IGESAppli_PWBArtworkStackup;
|
||||
friend class IGESAppli_PWBDrilledHole;
|
||||
friend class IGESAppli_NodalConstraint;
|
||||
friend class IGESAppli_ToolNode;
|
||||
friend class IGESAppli_ToolFiniteElement;
|
||||
friend class IGESAppli_ToolNodalDisplAndRot;
|
||||
friend class IGESAppli_ToolNodalResults;
|
||||
friend class IGESAppli_ToolElementResults;
|
||||
friend class IGESAppli_ToolFlow;
|
||||
friend class IGESAppli_ToolPipingFlow;
|
||||
friend class IGESAppli_ToolRegionRestriction;
|
||||
friend class IGESAppli_ToolLevelFunction;
|
||||
friend class IGESAppli_ToolLineWidening;
|
||||
friend class IGESAppli_ToolDrilledHole;
|
||||
friend class IGESAppli_ToolReferenceDesignator;
|
||||
friend class IGESAppli_ToolPinNumber;
|
||||
friend class IGESAppli_ToolPartNumber;
|
||||
friend class IGESAppli_ToolFlowLineSpec;
|
||||
friend class IGESAppli_ToolLevelToPWBLayerMap;
|
||||
friend class IGESAppli_ToolPWBArtworkStackup;
|
||||
friend class IGESAppli_ToolPWBDrilledHole;
|
||||
friend class IGESAppli_ToolNodalConstraint;
|
||||
friend class IGESAppli_Protocol;
|
||||
friend class IGESAppli_ReadWriteModule;
|
||||
friend class IGESAppli_GeneralModule;
|
||||
friend class IGESAppli_SpecificModule;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESAppli_HeaderFile
|
||||
|
@ -38,68 +38,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESBasic_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESBasic_SubfigureDef;
|
||||
friend class IGESBasic_Group;
|
||||
friend class IGESBasic_GroupWithoutBackP;
|
||||
friend class IGESBasic_SingleParent;
|
||||
friend class IGESBasic_ExternalRefFileIndex;
|
||||
friend class IGESBasic_OrderedGroup;
|
||||
friend class IGESBasic_OrderedGroupWithoutBackP;
|
||||
friend class IGESBasic_Hierarchy;
|
||||
friend class IGESBasic_ExternalReferenceFile;
|
||||
friend class IGESBasic_Name;
|
||||
friend class IGESBasic_AssocGroupType;
|
||||
friend class IGESBasic_SingularSubfigure;
|
||||
friend class IGESBasic_ExternalRefFileName;
|
||||
friend class IGESBasic_ExternalRefFile;
|
||||
friend class IGESBasic_ExternalRefName;
|
||||
friend class IGESBasic_ExternalRefLibName;
|
||||
friend class IGESBasic_ToolSubfigureDef;
|
||||
friend class IGESBasic_ToolGroup;
|
||||
friend class IGESBasic_ToolGroupWithoutBackP;
|
||||
friend class IGESBasic_ToolSingleParent;
|
||||
friend class IGESBasic_ToolExternalRefFileIndex;
|
||||
friend class IGESBasic_ToolOrderedGroup;
|
||||
friend class IGESBasic_ToolOrderedGroupWithoutBackP;
|
||||
friend class IGESBasic_ToolHierarchy;
|
||||
friend class IGESBasic_ToolExternalReferenceFile;
|
||||
friend class IGESBasic_ToolName;
|
||||
friend class IGESBasic_ToolAssocGroupType;
|
||||
friend class IGESBasic_ToolSingularSubfigure;
|
||||
friend class IGESBasic_ToolExternalRefFileName;
|
||||
friend class IGESBasic_ToolExternalRefFile;
|
||||
friend class IGESBasic_ToolExternalRefName;
|
||||
friend class IGESBasic_ToolExternalRefLibName;
|
||||
friend class IGESBasic_Protocol;
|
||||
friend class IGESBasic_ReadWriteModule;
|
||||
friend class IGESBasic_GeneralModule;
|
||||
friend class IGESBasic_SpecificModule;
|
||||
friend class IGESBasic_HArray1OfHArray1OfInteger;
|
||||
friend class IGESBasic_HArray1OfHArray1OfReal;
|
||||
friend class IGESBasic_HArray1OfHArray1OfXY;
|
||||
friend class IGESBasic_HArray1OfHArray1OfXYZ;
|
||||
friend class IGESBasic_HArray1OfHArray1OfIGESEntity;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESBasic_HeaderFile
|
||||
|
@ -41,29 +41,6 @@ public:
|
||||
//! If no corresponding color defined in IGES, returns 0
|
||||
Standard_EXPORT static Standard_Integer EncodeColor (const Quantity_Color& col);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESCAFControl_Reader;
|
||||
friend class IGESCAFControl_Writer;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESCAFControl_HeaderFile
|
||||
|
@ -14,11 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// modif du 31/01/97 : mjm
|
||||
// on commence par les SplineCurves.
|
||||
// modif du 17/03/97 : mjm
|
||||
// SplineSurfaces.
|
||||
//%13 pdn 12.02.99: USA60293 avoid applying transformation twice
|
||||
#include <IGESConvGeom.hxx>
|
||||
|
||||
#include <BSplCLib.hxx>
|
||||
#include <BSplSLib.hxx>
|
||||
@ -28,7 +24,6 @@
|
||||
#include <GeomConvert_CompCurveToBSplineCurve.hxx>
|
||||
#include <gp_GTrsf.hxx>
|
||||
#include <gp_Trsf.hxx>
|
||||
#include <IGESConvGeom.hxx>
|
||||
#include <IGESData_ToolLocation.hxx>
|
||||
#include <IGESGeom_SplineCurve.hxx>
|
||||
#include <IGESGeom_SplineSurface.hxx>
|
||||
|
@ -90,28 +90,6 @@ public:
|
||||
//! all the knots can be passed to C2, all knots which can be are.
|
||||
Standard_EXPORT static Standard_Integer IncreaseSurfaceContinuity (const Handle(Geom_BSplineSurface)& surface, const Standard_Real epsgeom, const Standard_Integer continuity = 2);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESConvGeom_GeomBuilder;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESConvGeom_HeaderFile
|
||||
|
@ -39,66 +39,6 @@ public:
|
||||
//! Returns a Protocol from IGESData (avoids to create it)
|
||||
Standard_EXPORT static Handle(IGESData_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESData_Protocol;
|
||||
friend class IGESData_IGESModel;
|
||||
friend class IGESData_IGESEntity;
|
||||
friend class IGESData_LineFontEntity;
|
||||
friend class IGESData_LevelListEntity;
|
||||
friend class IGESData_TransfEntity;
|
||||
friend class IGESData_ViewKindEntity;
|
||||
friend class IGESData_LabelDisplayEntity;
|
||||
friend class IGESData_ColorEntity;
|
||||
friend class IGESData_NameEntity;
|
||||
friend class IGESData_SingleParentEntity;
|
||||
friend class IGESData_UndefinedEntity;
|
||||
friend class IGESData_FreeFormatEntity;
|
||||
friend class IGESData_GlobalSection;
|
||||
friend class IGESData_DefSwitch;
|
||||
friend class IGESData_DirChecker;
|
||||
friend class IGESData_IGESReaderData;
|
||||
friend class IGESData_IGESReaderTool;
|
||||
friend class IGESData_ParamReader;
|
||||
friend class IGESData_ParamCursor;
|
||||
friend class IGESData_DirPart;
|
||||
friend class IGESData_IGESType;
|
||||
friend class IGESData_FileRecognizer;
|
||||
friend class IGESData_IGESWriter;
|
||||
friend class IGESData_IGESDumper;
|
||||
friend class IGESData_BasicEditor;
|
||||
friend class IGESData_ToolLocation;
|
||||
friend class IGESData_GeneralModule;
|
||||
friend class IGESData_DefaultGeneral;
|
||||
friend class IGESData_ReadWriteModule;
|
||||
friend class IGESData_SpecificModule;
|
||||
friend class IGESData_DefaultSpecific;
|
||||
friend class IGESData_FileProtocol;
|
||||
friend class IGESData_WriterLib;
|
||||
friend class IGESData_SpecificLib;
|
||||
friend class IGESData_GlobalNodeOfWriterLib;
|
||||
friend class IGESData_NodeOfWriterLib;
|
||||
friend class IGESData_GlobalNodeOfSpecificLib;
|
||||
friend class IGESData_NodeOfSpecificLib;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESData_HeaderFile
|
||||
|
@ -11,10 +11,10 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESDefs.hxx>
|
||||
|
||||
#include <IGESData_SpecificLib.hxx>
|
||||
#include <IGESData_WriterLib.hxx>
|
||||
#include <IGESDefs.hxx>
|
||||
#include <IGESDefs_GeneralModule.hxx>
|
||||
#include <IGESDefs_Protocol.hxx>
|
||||
#include <IGESDefs_ReadWriteModule.hxx>
|
||||
|
@ -39,46 +39,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESDefs_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESDefs_AssociativityDef;
|
||||
friend class IGESDefs_MacroDef;
|
||||
friend class IGESDefs_UnitsData;
|
||||
friend class IGESDefs_AttributeDef;
|
||||
friend class IGESDefs_TabularData;
|
||||
friend class IGESDefs_GenericData;
|
||||
friend class IGESDefs_AttributeTable;
|
||||
friend class IGESDefs_ToolAssociativityDef;
|
||||
friend class IGESDefs_ToolMacroDef;
|
||||
friend class IGESDefs_ToolUnitsData;
|
||||
friend class IGESDefs_ToolAttributeDef;
|
||||
friend class IGESDefs_ToolTabularData;
|
||||
friend class IGESDefs_ToolGenericData;
|
||||
friend class IGESDefs_ToolAttributeTable;
|
||||
friend class IGESDefs_Protocol;
|
||||
friend class IGESDefs_ReadWriteModule;
|
||||
friend class IGESDefs_GeneralModule;
|
||||
friend class IGESDefs_SpecificModule;
|
||||
friend class IGESDefs_HArray1OfHArray1OfTextDisplayTemplate;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESDefs_HeaderFile
|
||||
|
@ -11,10 +11,10 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESDimen.hxx>
|
||||
|
||||
#include <IGESData_SpecificLib.hxx>
|
||||
#include <IGESData_WriterLib.hxx>
|
||||
#include <IGESDimen.hxx>
|
||||
#include <IGESDimen_GeneralModule.hxx>
|
||||
#include <IGESDimen_Protocol.hxx>
|
||||
#include <IGESDimen_ReadWriteModule.hxx>
|
||||
|
@ -40,77 +40,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESDimen_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESDimen_CenterLine;
|
||||
friend class IGESDimen_Section;
|
||||
friend class IGESDimen_WitnessLine;
|
||||
friend class IGESDimen_AngularDimension;
|
||||
friend class IGESDimen_CurveDimension;
|
||||
friend class IGESDimen_DiameterDimension;
|
||||
friend class IGESDimen_FlagNote;
|
||||
friend class IGESDimen_GeneralLabel;
|
||||
friend class IGESDimen_GeneralNote;
|
||||
friend class IGESDimen_NewGeneralNote;
|
||||
friend class IGESDimen_LeaderArrow;
|
||||
friend class IGESDimen_LinearDimension;
|
||||
friend class IGESDimen_OrdinateDimension;
|
||||
friend class IGESDimen_PointDimension;
|
||||
friend class IGESDimen_RadiusDimension;
|
||||
friend class IGESDimen_GeneralSymbol;
|
||||
friend class IGESDimen_SectionedArea;
|
||||
friend class IGESDimen_DimensionedGeometry;
|
||||
friend class IGESDimen_NewDimensionedGeometry;
|
||||
friend class IGESDimen_DimensionUnits;
|
||||
friend class IGESDimen_DimensionTolerance;
|
||||
friend class IGESDimen_DimensionDisplayData;
|
||||
friend class IGESDimen_BasicDimension;
|
||||
friend class IGESDimen_ToolCenterLine;
|
||||
friend class IGESDimen_ToolSection;
|
||||
friend class IGESDimen_ToolWitnessLine;
|
||||
friend class IGESDimen_ToolAngularDimension;
|
||||
friend class IGESDimen_ToolCurveDimension;
|
||||
friend class IGESDimen_ToolDiameterDimension;
|
||||
friend class IGESDimen_ToolFlagNote;
|
||||
friend class IGESDimen_ToolGeneralLabel;
|
||||
friend class IGESDimen_ToolGeneralNote;
|
||||
friend class IGESDimen_ToolNewGeneralNote;
|
||||
friend class IGESDimen_ToolLeaderArrow;
|
||||
friend class IGESDimen_ToolLinearDimension;
|
||||
friend class IGESDimen_ToolOrdinateDimension;
|
||||
friend class IGESDimen_ToolPointDimension;
|
||||
friend class IGESDimen_ToolRadiusDimension;
|
||||
friend class IGESDimen_ToolGeneralSymbol;
|
||||
friend class IGESDimen_ToolSectionedArea;
|
||||
friend class IGESDimen_ToolDimensionedGeometry;
|
||||
friend class IGESDimen_ToolNewDimensionedGeometry;
|
||||
friend class IGESDimen_ToolDimensionUnits;
|
||||
friend class IGESDimen_ToolDimensionTolerance;
|
||||
friend class IGESDimen_ToolDimensionDisplayData;
|
||||
friend class IGESDimen_ToolBasicDimension;
|
||||
friend class IGESDimen_Protocol;
|
||||
friend class IGESDimen_ReadWriteModule;
|
||||
friend class IGESDimen_GeneralModule;
|
||||
friend class IGESDimen_SpecificModule;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESDimen_HeaderFile
|
||||
|
@ -11,11 +11,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESDraw.hxx>
|
||||
|
||||
#include <IGESData_SpecificLib.hxx>
|
||||
#include <IGESData_WriterLib.hxx>
|
||||
#include <IGESDimen.hxx>
|
||||
#include <IGESDraw.hxx>
|
||||
#include <IGESDraw_GeneralModule.hxx>
|
||||
#include <IGESDraw_Protocol.hxx>
|
||||
#include <IGESDraw_ReadWriteModule.hxx>
|
||||
|
@ -40,59 +40,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESDraw_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESDraw_ConnectPoint;
|
||||
friend class IGESDraw_NetworkSubfigureDef;
|
||||
friend class IGESDraw_ViewsVisible;
|
||||
friend class IGESDraw_ViewsVisibleWithAttr;
|
||||
friend class IGESDraw_LabelDisplay;
|
||||
friend class IGESDraw_Planar;
|
||||
friend class IGESDraw_SegmentedViewsVisible;
|
||||
friend class IGESDraw_Drawing;
|
||||
friend class IGESDraw_DrawingWithRotation;
|
||||
friend class IGESDraw_View;
|
||||
friend class IGESDraw_RectArraySubfigure;
|
||||
friend class IGESDraw_CircArraySubfigure;
|
||||
friend class IGESDraw_NetworkSubfigure;
|
||||
friend class IGESDraw_PerspectiveView;
|
||||
friend class IGESDraw_ToolConnectPoint;
|
||||
friend class IGESDraw_ToolNetworkSubfigureDef;
|
||||
friend class IGESDraw_ToolViewsVisible;
|
||||
friend class IGESDraw_ToolViewsVisibleWithAttr;
|
||||
friend class IGESDraw_ToolLabelDisplay;
|
||||
friend class IGESDraw_ToolPlanar;
|
||||
friend class IGESDraw_ToolSegmentedViewsVisible;
|
||||
friend class IGESDraw_ToolDrawing;
|
||||
friend class IGESDraw_ToolDrawingWithRotation;
|
||||
friend class IGESDraw_ToolView;
|
||||
friend class IGESDraw_ToolRectArraySubfigure;
|
||||
friend class IGESDraw_ToolCircArraySubfigure;
|
||||
friend class IGESDraw_ToolNetworkSubfigure;
|
||||
friend class IGESDraw_ToolPerspectiveView;
|
||||
friend class IGESDraw_Protocol;
|
||||
friend class IGESDraw_ReadWriteModule;
|
||||
friend class IGESDraw_GeneralModule;
|
||||
friend class IGESDraw_SpecificModule;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESDraw_HeaderFile
|
||||
|
@ -11,11 +11,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESGeom.hxx>
|
||||
|
||||
#include <IGESBasic.hxx>
|
||||
#include <IGESData_SpecificLib.hxx>
|
||||
#include <IGESData_WriterLib.hxx>
|
||||
#include <IGESGeom.hxx>
|
||||
#include <IGESGeom_GeneralModule.hxx>
|
||||
#include <IGESGeom_Protocol.hxx>
|
||||
#include <IGESGeom_ReadWriteModule.hxx>
|
||||
|
@ -38,77 +38,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESGeom_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESGeom_CircularArc;
|
||||
friend class IGESGeom_CompositeCurve;
|
||||
friend class IGESGeom_ConicArc;
|
||||
friend class IGESGeom_CopiousData;
|
||||
friend class IGESGeom_Plane;
|
||||
friend class IGESGeom_Line;
|
||||
friend class IGESGeom_SplineCurve;
|
||||
friend class IGESGeom_SplineSurface;
|
||||
friend class IGESGeom_Point;
|
||||
friend class IGESGeom_RuledSurface;
|
||||
friend class IGESGeom_SurfaceOfRevolution;
|
||||
friend class IGESGeom_TabulatedCylinder;
|
||||
friend class IGESGeom_Direction;
|
||||
friend class IGESGeom_TransformationMatrix;
|
||||
friend class IGESGeom_Flash;
|
||||
friend class IGESGeom_BSplineCurve;
|
||||
friend class IGESGeom_BSplineSurface;
|
||||
friend class IGESGeom_OffsetCurve;
|
||||
friend class IGESGeom_OffsetSurface;
|
||||
friend class IGESGeom_Boundary;
|
||||
friend class IGESGeom_CurveOnSurface;
|
||||
friend class IGESGeom_BoundedSurface;
|
||||
friend class IGESGeom_TrimmedSurface;
|
||||
friend class IGESGeom_ToolCircularArc;
|
||||
friend class IGESGeom_ToolCompositeCurve;
|
||||
friend class IGESGeom_ToolConicArc;
|
||||
friend class IGESGeom_ToolCopiousData;
|
||||
friend class IGESGeom_ToolPlane;
|
||||
friend class IGESGeom_ToolLine;
|
||||
friend class IGESGeom_ToolSplineCurve;
|
||||
friend class IGESGeom_ToolSplineSurface;
|
||||
friend class IGESGeom_ToolPoint;
|
||||
friend class IGESGeom_ToolRuledSurface;
|
||||
friend class IGESGeom_ToolSurfaceOfRevolution;
|
||||
friend class IGESGeom_ToolTabulatedCylinder;
|
||||
friend class IGESGeom_ToolDirection;
|
||||
friend class IGESGeom_ToolTransformationMatrix;
|
||||
friend class IGESGeom_ToolFlash;
|
||||
friend class IGESGeom_ToolBSplineCurve;
|
||||
friend class IGESGeom_ToolBSplineSurface;
|
||||
friend class IGESGeom_ToolOffsetCurve;
|
||||
friend class IGESGeom_ToolOffsetSurface;
|
||||
friend class IGESGeom_ToolBoundary;
|
||||
friend class IGESGeom_ToolCurveOnSurface;
|
||||
friend class IGESGeom_ToolBoundedSurface;
|
||||
friend class IGESGeom_ToolTrimmedSurface;
|
||||
friend class IGESGeom_Protocol;
|
||||
friend class IGESGeom_ReadWriteModule;
|
||||
friend class IGESGeom_GeneralModule;
|
||||
friend class IGESGeom_SpecificModule;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESGeom_HeaderFile
|
||||
|
@ -11,11 +11,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESGraph.hxx>
|
||||
|
||||
#include <IGESBasic.hxx>
|
||||
#include <IGESData_SpecificLib.hxx>
|
||||
#include <IGESData_WriterLib.hxx>
|
||||
#include <IGESGraph.hxx>
|
||||
#include <IGESGraph_GeneralModule.hxx>
|
||||
#include <IGESGraph_Protocol.hxx>
|
||||
#include <IGESGraph_ReadWriteModule.hxx>
|
||||
|
@ -40,59 +40,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESGraph_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESGraph_LineFontDefTemplate;
|
||||
friend class IGESGraph_LineFontDefPattern;
|
||||
friend class IGESGraph_TextFontDef;
|
||||
friend class IGESGraph_TextDisplayTemplate;
|
||||
friend class IGESGraph_Color;
|
||||
friend class IGESGraph_DefinitionLevel;
|
||||
friend class IGESGraph_NominalSize;
|
||||
friend class IGESGraph_DrawingSize;
|
||||
friend class IGESGraph_DrawingUnits;
|
||||
friend class IGESGraph_IntercharacterSpacing;
|
||||
friend class IGESGraph_LineFontPredefined;
|
||||
friend class IGESGraph_HighLight;
|
||||
friend class IGESGraph_Pick;
|
||||
friend class IGESGraph_UniformRectGrid;
|
||||
friend class IGESGraph_ToolLineFontDefTemplate;
|
||||
friend class IGESGraph_ToolLineFontDefPattern;
|
||||
friend class IGESGraph_ToolTextFontDef;
|
||||
friend class IGESGraph_ToolTextDisplayTemplate;
|
||||
friend class IGESGraph_ToolColor;
|
||||
friend class IGESGraph_ToolDefinitionLevel;
|
||||
friend class IGESGraph_ToolNominalSize;
|
||||
friend class IGESGraph_ToolDrawingSize;
|
||||
friend class IGESGraph_ToolDrawingUnits;
|
||||
friend class IGESGraph_ToolIntercharacterSpacing;
|
||||
friend class IGESGraph_ToolLineFontPredefined;
|
||||
friend class IGESGraph_ToolHighLight;
|
||||
friend class IGESGraph_ToolPick;
|
||||
friend class IGESGraph_ToolUniformRectGrid;
|
||||
friend class IGESGraph_Protocol;
|
||||
friend class IGESGraph_ReadWriteModule;
|
||||
friend class IGESGraph_GeneralModule;
|
||||
friend class IGESGraph_SpecificModule;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESGraph_HeaderFile
|
||||
|
@ -11,6 +11,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESSelect.hxx>
|
||||
|
||||
#include <IFSelect_Functions.hxx>
|
||||
#include <IFSelect_SessionPilot.hxx>
|
||||
@ -18,7 +19,6 @@
|
||||
#include <IFSelect_WorkSession.hxx>
|
||||
#include <IGESData_IGESEntity.hxx>
|
||||
#include <IGESData_IGESModel.hxx>
|
||||
#include <IGESSelect.hxx>
|
||||
#include <IGESSelect_Activator.hxx>
|
||||
#include <IGESSelect_WorkLibrary.hxx>
|
||||
#include <Interface_Graph.hxx>
|
||||
|
@ -51,73 +51,6 @@ public:
|
||||
//! known the case)
|
||||
Standard_EXPORT static Standard_Integer WhatIges (const Handle(IGESData_IGESEntity)& ent, const Interface_Graph& G, Handle(IGESData_IGESEntity)& sup, Standard_Integer& index);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESSelect_EditHeader;
|
||||
friend class IGESSelect_EditDirPart;
|
||||
friend class IGESSelect_IGESTypeForm;
|
||||
friend class IGESSelect_IGESName;
|
||||
friend class IGESSelect_SignStatus;
|
||||
friend class IGESSelect_SignLevelNumber;
|
||||
friend class IGESSelect_SignColor;
|
||||
friend class IGESSelect_CounterOfLevelNumber;
|
||||
friend class IGESSelect_ViewSorter;
|
||||
friend class IGESSelect_DispPerSingleView;
|
||||
friend class IGESSelect_DispPerDrawing;
|
||||
friend class IGESSelect_SelectVisibleStatus;
|
||||
friend class IGESSelect_SelectSubordinate;
|
||||
friend class IGESSelect_SelectLevelNumber;
|
||||
friend class IGESSelect_SelectName;
|
||||
friend class IGESSelect_SelectFromSingleView;
|
||||
friend class IGESSelect_SelectFromDrawing;
|
||||
friend class IGESSelect_SelectSingleViewFrom;
|
||||
friend class IGESSelect_SelectDrawingFrom;
|
||||
friend class IGESSelect_SelectBypassGroup;
|
||||
friend class IGESSelect_SelectBypassSubfigure;
|
||||
friend class IGESSelect_SelectBasicGeom;
|
||||
friend class IGESSelect_SelectFaces;
|
||||
friend class IGESSelect_SelectPCurves;
|
||||
friend class IGESSelect_ModelModifier;
|
||||
friend class IGESSelect_FileModifier;
|
||||
friend class IGESSelect_FloatFormat;
|
||||
friend class IGESSelect_AddFileComment;
|
||||
friend class IGESSelect_UpdateFileName;
|
||||
friend class IGESSelect_UpdateCreationDate;
|
||||
friend class IGESSelect_UpdateLastChange;
|
||||
friend class IGESSelect_SetVersion5;
|
||||
friend class IGESSelect_SetGlobalParameter;
|
||||
friend class IGESSelect_AutoCorrect;
|
||||
friend class IGESSelect_ComputeStatus;
|
||||
friend class IGESSelect_RebuildDrawings;
|
||||
friend class IGESSelect_RebuildGroups;
|
||||
friend class IGESSelect_AddGroup;
|
||||
friend class IGESSelect_ChangeLevelNumber;
|
||||
friend class IGESSelect_ChangeLevelList;
|
||||
friend class IGESSelect_SplineToBSpline;
|
||||
friend class IGESSelect_RemoveCurves;
|
||||
friend class IGESSelect_SetLabel;
|
||||
friend class IGESSelect_WorkLibrary;
|
||||
friend class IGESSelect_Activator;
|
||||
friend class IGESSelect_Dumper;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESSelect_HeaderFile
|
||||
|
@ -11,11 +11,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IGESSolid.hxx>
|
||||
|
||||
#include <IGESData_SpecificLib.hxx>
|
||||
#include <IGESData_WriterLib.hxx>
|
||||
#include <IGESGeom.hxx>
|
||||
#include <IGESSolid.hxx>
|
||||
#include <IGESSolid_GeneralModule.hxx>
|
||||
#include <IGESSolid_Protocol.hxx>
|
||||
#include <IGESSolid_ReadWriteModule.hxx>
|
||||
|
@ -38,80 +38,6 @@ public:
|
||||
//! Returns the Protocol for this Package
|
||||
Standard_EXPORT static Handle(IGESSolid_Protocol) Protocol();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IGESSolid_Block;
|
||||
friend class IGESSolid_RightAngularWedge;
|
||||
friend class IGESSolid_Cylinder;
|
||||
friend class IGESSolid_ConeFrustum;
|
||||
friend class IGESSolid_Sphere;
|
||||
friend class IGESSolid_Torus;
|
||||
friend class IGESSolid_SolidOfRevolution;
|
||||
friend class IGESSolid_SolidOfLinearExtrusion;
|
||||
friend class IGESSolid_Ellipsoid;
|
||||
friend class IGESSolid_BooleanTree;
|
||||
friend class IGESSolid_SelectedComponent;
|
||||
friend class IGESSolid_SolidAssembly;
|
||||
friend class IGESSolid_ManifoldSolid;
|
||||
friend class IGESSolid_PlaneSurface;
|
||||
friend class IGESSolid_CylindricalSurface;
|
||||
friend class IGESSolid_ConicalSurface;
|
||||
friend class IGESSolid_SphericalSurface;
|
||||
friend class IGESSolid_ToroidalSurface;
|
||||
friend class IGESSolid_SolidInstance;
|
||||
friend class IGESSolid_VertexList;
|
||||
friend class IGESSolid_EdgeList;
|
||||
friend class IGESSolid_Loop;
|
||||
friend class IGESSolid_Face;
|
||||
friend class IGESSolid_Shell;
|
||||
friend class IGESSolid_ToolBlock;
|
||||
friend class IGESSolid_ToolRightAngularWedge;
|
||||
friend class IGESSolid_ToolCylinder;
|
||||
friend class IGESSolid_ToolConeFrustum;
|
||||
friend class IGESSolid_ToolSphere;
|
||||
friend class IGESSolid_ToolTorus;
|
||||
friend class IGESSolid_ToolSolidOfRevolution;
|
||||
friend class IGESSolid_ToolSolidOfLinearExtrusion;
|
||||
friend class IGESSolid_ToolEllipsoid;
|
||||
friend class IGESSolid_ToolBooleanTree;
|
||||
friend class IGESSolid_ToolSelectedComponent;
|
||||
friend class IGESSolid_ToolSolidAssembly;
|
||||
friend class IGESSolid_ToolManifoldSolid;
|
||||
friend class IGESSolid_ToolPlaneSurface;
|
||||
friend class IGESSolid_ToolCylindricalSurface;
|
||||
friend class IGESSolid_ToolConicalSurface;
|
||||
friend class IGESSolid_ToolSphericalSurface;
|
||||
friend class IGESSolid_ToolToroidalSurface;
|
||||
friend class IGESSolid_ToolSolidInstance;
|
||||
friend class IGESSolid_ToolVertexList;
|
||||
friend class IGESSolid_ToolEdgeList;
|
||||
friend class IGESSolid_ToolLoop;
|
||||
friend class IGESSolid_ToolFace;
|
||||
friend class IGESSolid_ToolShell;
|
||||
friend class IGESSolid_Protocol;
|
||||
friend class IGESSolid_ReadWriteModule;
|
||||
friend class IGESSolid_GeneralModule;
|
||||
friend class IGESSolid_SpecificModule;
|
||||
friend class IGESSolid_TopoBuilder;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IGESSolid_HeaderFile
|
||||
|
@ -14,10 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// 21.12.98 rln, gka S4054
|
||||
// 06.01.99 pdn transmission from ShapeTool_MakeWire back to BRepAPI_MakeWire
|
||||
// 19.03.99 abv //:q5: code improvement, unnecessary includes removed
|
||||
//S4181 pdn 15.04.99 Recognition of elementary surfaces as basic.
|
||||
#include <IGESToBRep.hxx>
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
@ -60,7 +57,6 @@
|
||||
#include <IGESSolid_SphericalSurface.hxx>
|
||||
#include <IGESSolid_ToroidalSurface.hxx>
|
||||
#include <IGESSolid_VertexList.hxx>
|
||||
#include <IGESToBRep.hxx>
|
||||
#include <IGESToBRep_AlgoContainer.hxx>
|
||||
#include <Interface_Macros.hxx>
|
||||
#include <Precision.hxx>
|
||||
|
@ -14,11 +14,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IntImpParGen.hxx>
|
||||
|
||||
#include <gp.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <IntImpParGen.hxx>
|
||||
#include <IntImpParGen_Tool.hxx>
|
||||
#include <IntRes2d_Domain.hxx>
|
||||
#include <IntRes2d_Position.hxx>
|
||||
@ -213,12 +213,3 @@ Standard_Boolean IntImpParGen::DetermineTransition(const IntRes2d_Position P
|
||||
}
|
||||
return(Standard_True);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -54,31 +54,6 @@ public:
|
||||
|
||||
Standard_EXPORT static Standard_Real NormalizeOnDomain (Standard_Real& Par1, const IntRes2d_Domain& Dom1);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IntImpParGen_ImpTool;
|
||||
friend class IntImpParGen_ImpParTool;
|
||||
friend class IntImpParGen_Intersector;
|
||||
friend class IntImpParGen_MyImpParTool;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IntImpParGen_HeaderFile
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user