Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Data Structures
Adaptor2d_HCurve2d.hxx File Reference
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_Adaptor2d_HCurve2d.hxx>
#include <MMgt_TShared.hxx>
#include <Standard_Real.hxx>
#include <GeomAbs_Shape.hxx>
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <gp_Pnt2d.hxx>
#include <gp_Vec2d.hxx>
#include <GeomAbs_CurveType.hxx>
#include <gp_Lin2d.hxx>
#include <gp_Circ2d.hxx>
#include <gp_Elips2d.hxx>
#include <gp_Hypr2d.hxx>
#include <gp_Parab2d.hxx>
#include <Handle_Geom2d_BezierCurve.hxx>
#include <Handle_Geom2d_BSplineCurve.hxx>
#include <Adaptor2d_HCurve2d.lxx>

Data Structures

class  Adaptor2d_HCurve2d
 Root class for 2D curves manipulated by handles, on
which geometric algorithms work.
An adapted curve is an interface between the
services provided by a curve, and those required of
the curve by algorithms, which use it.
A derived specific class is provided:
Geom2dAdaptor_HCurve for a curve from the Geom2d package.
More...