#include <Standard_Stream.hxx>
#include <GEOMImpl_PointDriver.hxx>
#include <GEOMImpl_IPoint.hxx>
#include <GEOMImpl_Types.hxx>
#include <GEOM_Function.hxx>
#include <GEOMAlgo_AlgoTools.hxx>
#include <ShapeAnalysis.hxx>
#include <BRep_Builder.hxx>
#include <BRep_Tool.hxx>
#include <BRepAdaptor_Curve.hxx>
#include <BRepBuilderAPI_MakeVertex.hxx>
#include <BRepExtrema_DistShapeShape.hxx>
#include <TopAbs.hxx>
#include <TopExp.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Face.hxx>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Vertex.hxx>
#include <TopoDS_Compound.hxx>
#include <TopoDS_Iterator.hxx>
#include <GCPnts_AbscissaPoint.hxx>
#include <IntTools.hxx>
#include <Geom_Curve.hxx>
#include <Geom_Surface.hxx>
#include <gp_Pnt.hxx>
#include <Precision.hxx>
#include <Standard_NullObject.hxx>
Functions | |
static Standard_Boolean | getExtremaSolution (const gp_Pnt &theInitPnt, const TopoDS_Shape &theRefShape, gp_Pnt &thePnt) |
OCCT_IMPLEMENT_STANDARD_RTTIEXT (GEOMImpl_PointDriver, GEOM_BaseDriver) | |
|
static |
OCCT_IMPLEMENT_STANDARD_RTTIEXT | ( | GEOMImpl_PointDriver | , |
GEOM_BaseDriver | |||
) |