Home
last modified time | relevance | path

Searched defs:GeomAdaptor_Curve (Results 1 – 5 of 5) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/GeomAdaptor/
H A DGeomAdaptor_Curve.hxx37 class GeomAdaptor_Curve : public Adaptor3d_Curve class
42 GeomAdaptor_Curve() : myTypeCurve (GeomAbs_OtherCurve), myFirst (0.0), myLast (0.0) {} in GeomAdaptor_Curve() function in GeomAdaptor_Curve
44 GeomAdaptor_Curve (const Handle(Geom_Curve)& theCurve) in GeomAdaptor_Curve() function in GeomAdaptor_Curve
50 GeomAdaptor_Curve (const Handle(Geom_Curve)& theCurve, in GeomAdaptor_Curve() function in GeomAdaptor_Curve
H A DGeomAdaptor_Curve.cxx64 IMPLEMENT_STANDARD_RTTIEXT(GeomAdaptor_Curve, Adaptor3d_Curve) in IMPLEMENT_STANDARD_RTTIEXT() argument
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGeomAdaptor_Curve.hxx37 class GeomAdaptor_Curve : public Adaptor3d_Curve class
42 GeomAdaptor_Curve() : myTypeCurve (GeomAbs_OtherCurve), myFirst (0.0), myLast (0.0) {} in GeomAdaptor_Curve() function in GeomAdaptor_Curve
44 GeomAdaptor_Curve (const Handle(Geom_Curve)& theCurve) in GeomAdaptor_Curve() function in GeomAdaptor_Curve
50 GeomAdaptor_Curve (const Handle(Geom_Curve)& theCurve, in GeomAdaptor_Curve() function in GeomAdaptor_Curve
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGeomAdaptor_Curve.hxx60 class GeomAdaptor_Curve : public Adaptor3d_Curve class
/dports/cad/opencascade/opencascade-7.6.0/src/ProjLib/
H A DProjLib_ProjectOnPlane.cxx1017 const Handle(GeomAdaptor_Curve)& ProjLib_ProjectOnPlane::GetResult() const in Handle() argument