|
cgma
|
#include "gp_Pnt.hxx"#include "gp_Ax2.hxx"#include "gp_Dir.hxx"#include "gp_Hypr.hxx"#include "gp_Parab.hxx"#include "gp_Elips.hxx"#include "gp_Pln.hxx"#include "gp_Circ.hxx"#include "gp_Cylinder.hxx"#include "gp_Cone.hxx"#include "gp_Sphere.hxx"#include "gp_Torus.hxx"#include "BRepOffsetAPI_MakeOffset.hxx"#include "BRepBuilderAPI_MakeShell.hxx"#include "BRepBuilderAPI_MakeSolid.hxx"#include "BRepOffsetAPI_MakeDraft.hxx"#include "BRepBuilderAPI_TransitionMode.hxx"#include "BRepBuilderAPI_MakeWire.hxx"#include "BRepPrimAPI_MakeHalfSpace.hxx"#include "BRepBuilderAPI_MakePolygon.hxx"#include "BRepBuilderAPI_Sewing.hxx"#include "BRepBndLib.hxx"#include "IntersectionTool.hpp"#include "TopoDS_Shape.hxx"#include "TopoDS_Compound.hxx"#include "TopAbs_Orientation.hxx"#include "TopOpeBRep_Point2d.hxx"#include "TColgp_Array1OfPnt.hxx"#include "TColgp_HArray1OfPnt.hxx"#include "TColStd_HArray1OfBoolean.hxx"#include "TColgp_Array1OfVec.hxx"#include "TColStd_Array1OfReal.hxx"#include "TColStd_Array1OfInteger.hxx"#include "GC_MakeArcOfCircle.hxx"#include "GC_MakeCircle.hxx"#include "Geom_Circle.hxx"#include "Geom_SurfaceOfLinearExtrusion.hxx"#include "Geom_RectangularTrimmedSurface.hxx"#include "Geom_BSplineCurve.hxx"#include "Handle_Geom_RectangularTrimmedSurface.hxx"#include "GC_MakeArcOfHyperbola.hxx"#include "GC_MakeArcOfParabola.hxx"#include "GC_MakeArcOfEllipse.hxx"#include "GC_MakeSegment.hxx"#include "GC_MakeTrimmedCone.hxx"#include "GC_MakeTrimmedCylinder.hxx"#include "gce_MakeElips.hxx"#include "BRepFilletAPI_MakeFillet.hxx"#include "BRepFilletAPI_MakeChamfer.hxx"#include "BRepAdaptor_CompCurve.hxx"#include "GeomAPI_Interpolate.hxx"#include "BRepFilletAPI_MakeFillet2d.hxx"#include "ChFi2d_ConstructionError.hxx"#include "Geom_BezierCurve.hxx"#include "BndLib_AddSurface.hxx"#include "Handle_Geom_Plane.hxx"#include "Handle_Geom_OffsetCurve.hxx"#include "Geom_OffsetCurve.hxx"#include "BRepExtrema_DistShapeShape.hxx"#include "Extrema_ExtPC.hxx"#include "BRepPrimAPI_MakePrism.hxx"#include "BRepSweep_Revol.hxx"#include "BRepPrimAPI_MakeCone.hxx"#include "BRepOffsetAPI_ThruSections.hxx"#include "BRepLib_FuseEdges.hxx"#include "BRepOffsetAPI_MakePipe.hxx"#include "BRepPrimAPI_MakeTorus.hxx"#include "BRepPrimAPI_MakeCylinder.hxx"#include "BRepBuilderAPI_Transform.hxx"#include "BRepAdaptor_Curve.hxx"#include "GC_MakeEllipse.hxx"#include "BRepBuilderAPI_MakeEdge.hxx"#include "BRepAdaptor_Surface.hxx"#include "BRepBuilderAPI_MakeFace.hxx"#include "ShapeExtend_Status.hxx"#include "BRepOffsetAPI_MakeThickSolid.hxx"#include "BRepBuilderAPI_Copy.hxx"#include "LocOpe_SplitShape.hxx"#include "BRep_Tool.hxx"#include "BRep_Builder.hxx"#include "GProp_GProps.hxx"#include "BRepGProp.hxx"#include "TopoDS.hxx"#include "ShapeFix.hxx"#include "TopologyBridge.hpp"#include "ProgressTool.hpp"#include "BRepAlgoAPI_Fuse.hxx"#include "BRepAlgoAPI_Cut.hxx"#include "BRepAlgoAPI_Section.hxx"#include "BRepAlgoAPI_Common.hxx"#include "BRepPrimAPI_MakeSphere.hxx"#include "BRepPrimAPI_MakeBox.hxx"#include "BRepPrimAPI_MakeWedge.hxx"#include "BRepTools_WireExplorer.hxx"#include "Handle_Geom_TrimmedCurve.hxx"#include "Handle_ShapeBuild_ReShape.hxx"#include "ShapeBuild_ReShape.hxx"#include "BndLib_Add3dCurve.hxx"#include "TopOpeBRep_EdgesIntersector.hxx"#include "TopExp_Explorer.hxx"#include "TopExp.hxx"#include "Standard_Version.hxx"#include "OCCDrawTool.hpp"#include "OCCModifyEngine.hpp"#include "OCCQueryEngine.hpp"#include "CubitMessage.hpp"#include "CubitDefines.h"#include "TopTools_DataMapOfShapeInteger.hxx"#include "BRepFeat_SplitShape.hxx"#include "TopOpeBRep_ShapeIntersector.hxx"#include "TopTools_ListIteratorOfListOfShape.hxx"#include "CubitUtil.hpp"#include "GeometryQueryTool.hpp"#include "GeometryModifyTool.hpp"#include "OCCCoEdge.hpp"#include "OCCLoop.hpp"#include "OCCSurface.hpp"#include "OCCShell.hpp"#include "OCCLump.hpp"#include "OCCBody.hpp"#include "OCCCurve.hpp"#include "OCCPoint.hpp"#include "OCCAttribSet.hpp"#include "CubitFileIOWrapper.hpp"#include "Body.hpp"#include "GfxDebug.hpp"#include "RefFace.hpp"#include "CpuTimer.hpp"#include "AppUtil.hpp"#include "SphereEvaluator.hpp"#include "CylinderEvaluator.hpp"#include "GfxPreview.hpp"#include <vector>#include "CGMEngineDynamicLoader.hpp"Go to the source code of this file.
Defines | |
| #define | DEBUG |
Typedefs | |
| typedef std::map< OCCSurface *, std::pair< CubitVector, int > >::value_type | valType |
| typedef std::map< OCCCurve *, std::pair< CubitVector, int > >::value_type | valType2 |
Functions | |
| CGM_ENGINE_EXPORT_CREATE_GME (OpenCascade) | |
Variables | |
| double | TOL = 0.0 |
| #define DEBUG |
Definition at line 163 of file OCCModifyEngine.cpp.
| typedef std::map<OCCSurface*, std::pair<CubitVector, int> >::value_type valType |
Definition at line 161 of file OCCModifyEngine.cpp.
| typedef std::map<OCCCurve*, std::pair<CubitVector, int> >::value_type valType2 |
Definition at line 162 of file OCCModifyEngine.cpp.
| CGM_ENGINE_EXPORT_CREATE_GME | ( | OpenCascade | ) |
Definition at line 155 of file OCCModifyEngine.cpp.
{
return OCCModifyEngine::instance();
}
| double TOL = 0.0 |
Definition at line 164 of file OCCModifyEngine.cpp.