Point Cloud Library (PCL)  1.14.1-dev
ON_NurbsCurve Member List

This is the complete list of members for ON_NurbsCurve, including all inherited members.

Append(const ON_NurbsCurve &)ON_NurbsCurve
AttachUserData(ON_UserData *pUserData)ON_Object
BoundingBox() constON_Geometry
BrepForm(ON_Brep *brep=NULL) constON_Geometryvirtual
ChangeClosedCurveSeam(double t)ON_NurbsCurvevirtual
ChangeDimension(int desired_dimension)ON_NurbsCurvevirtual
ChangeEndWeights(double w0, double w1)ON_NurbsCurve
ClampEnd(int end)ON_NurbsCurve
ClearBoundingBox()ON_Geometryvirtual
ComponentIndex() constON_Geometryvirtual
ControlPolygonLength() constON_NurbsCurve
ConvertSpanToBezier(int, ON_BezierCurve &) constON_NurbsCurve
CopyFrom(const ON_Object *src)ON_Object
CopyUserData(const ON_Object &source_object)ON_Object
Create(int dimension, ON_BOOL32 bIsRational, int order, int cv_count)ON_NurbsCurve
CreateClampedUniformNurbs(int dimension, int order, int point_count, const ON_3dPoint *point, double knot_delta=1.0)ON_NurbsCurve
CreatePeriodicUniformNurbs(int dimension, int order, int point_count, const ON_3dPoint *point, double knot_delta=1.0)ON_NurbsCurve
CurvatureAt(double t) constON_Curve
CV(int cv_index) constON_NurbsCurve
CVCount(void) constON_NurbsCurve
CVSize(void) constON_NurbsCurve
CVStyle() constON_NurbsCurve
DataCRC(ON__UINT32 current_remainder) constON_NurbsCurvevirtual
Degree() constON_NurbsCurvevirtual
DerivativeAt(double t) constON_Curve
Destroy()ON_NurbsCurve
DestroyCurveTree()ON_Curve
DestroyRuntimeCache(bool bDelete=true)ON_Curvevirtual
DetachUserData(ON_UserData *pUserData)ON_Object
Dimension() constON_NurbsCurvevirtual
Domain() constON_NurbsCurvevirtual
Dump(ON_TextLog &dump) constON_NurbsCurvevirtual
DuplicateCurve() constON_Curvevirtual
EmergencyDestroy()ON_NurbsCurve
Ev1Der(double t, ON_3dPoint &point, ON_3dVector &first_derivative, int side=0, int *hint=0) constON_Curve
Ev2Der(double t, ON_3dPoint &point, ON_3dVector &first_derivative, ON_3dVector &second_derivative, int side=0, int *hint=0) constON_Curve
Evaluate(double, int, int, double *, int=0, int *=0) constON_NurbsCurvevirtual
EvaluatePoint(const class ON_ObjRef &objref, ON_3dPoint &P) constON_Curvevirtual
EvCurvature(double t, ON_3dPoint &point, ON_3dVector &tangent, ON_3dVector &kappa, int side=0, int *hint=0) constON_Curve
EvPoint(double t, ON_3dPoint &point, int side=0, int *hint=0) constON_Curve
EvTangent(double t, ON_3dPoint &point, ON_3dVector &tangent, int side=0, int *hint=0) constON_Curve
Extend(const ON_Interval &domain)ON_NurbsCurvevirtual
FirstSpanIsLinear(double min_length, double tolerance) constON_Curve
FirstSpanIsLinear(double min_length, double tolerance, ON_Line *span_line) constON_Curve
FirstUserData() constON_Object
FrameAt(double t, ON_Plane &plane) constON_Curve
GetBBox(double *boxmin, double *boxmax, int bGrowBox=false) constON_NurbsCurvevirtual
GetBoundingBox(ON_BoundingBox &bbox, int bGrowBox=false) constON_Geometry
GetBoundingBox(ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, int bGrowBox=false) constON_Geometry
GetCurveParameterFromNurbFormParameter(double nurbs_t, double *curve_t) constON_NurbsCurvevirtual
GetCV(int, ON::point_style, double *) constON_NurbsCurve
GetCV(int, ON_3dPoint &) constON_NurbsCurve
GetCV(int, ON_4dPoint &) constON_NurbsCurve
GetDomain(double *t0, double *t1) constON_Curve
GetGrevilleAbcissae(double *) constON_NurbsCurve
GetNextDiscontinuity(ON::continuity c, double t0, double t1, double *t, int *hint=NULL, int *dtype=NULL, double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE, double curvature_tolerance=ON_SQRT_EPSILON) constON_NurbsCurvevirtual
GetNurbForm(ON_NurbsCurve &nurbsform, double tolerance=0.0, const ON_Interval *subdomain=NULL) constON_NurbsCurvevirtual
GetNurbFormParameterFromCurveParameter(double curve_t, double *nurbs_t) constON_NurbsCurvevirtual
GetParameterTolerance(double t, double *tminus, double *tplus) constON_NurbsCurvevirtual
GetSpanVector(double *knot_values) constON_NurbsCurvevirtual
GetSpanVectorIndex(double t, int side, int *span_vector_index, ON_Interval *span_domain) constON_Curvevirtual
GetTightBoundingBox(ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) constON_Curvevirtual
GetUserData(const ON_UUID &userdata_uuid) constON_Object
GetUserString(const wchar_t *key, ON_wString &string_value) constON_Object
GetUserStringKeys(ON_ClassArray< ON_wString > &user_string_keys) constON_Object
GetUserStrings(ON_ClassArray< ON_UserString > &user_strings) constON_Object
GrevilleAbcissa(int) constON_NurbsCurve
HasBezierSpans() constON_NurbsCurve
HasBrepForm() constON_Geometryvirtual
HasNurbForm() constON_NurbsCurvevirtual
IncreaseDegree(int desired_degree)ON_NurbsCurve
Initialize(void)ON_NurbsCurve
InsertKnot(double knot_value, int knot_multiplicity)ON_NurbsCurve
IsArc(const ON_Plane *plane=NULL, ON_Arc *arc=NULL, double tolerance=ON_ZERO_TOLERANCE) constON_NurbsCurvevirtual
IsArcAt(double t, const ON_Plane *plane=0, ON_Arc *arc=0, double tolerance=ON_ZERO_TOLERANCE, double *t0=0, double *t1=0) constON_Curve
IsClamped(int=2) constON_NurbsCurve
IsClosable(double tolerance, double min_abs_size=0.0, double min_rel_size=10.0) constON_Curve
IsClosed() constON_NurbsCurvevirtual
IsContinuous(ON::continuity c, double t, int *hint=NULL, double point_tolerance=ON_ZERO_TOLERANCE, double d1_tolerance=ON_ZERO_TOLERANCE, double d2_tolerance=ON_ZERO_TOLERANCE, double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE, double curvature_tolerance=ON_SQRT_EPSILON) constON_NurbsCurvevirtual
IsDeformable() constON_NurbsCurvevirtual
IsDuplicate(const ON_NurbsCurve &other, bool bIgnoreParameterization, double tolerance=ON_ZERO_TOLERANCE) constON_NurbsCurve
IsEllipse(const ON_Plane *plane=NULL, ON_Ellipse *ellipse=NULL, double tolerance=ON_ZERO_TOLERANCE) constON_Curvevirtual
IsInPlane(const ON_Plane &test_plane, double tolerance=ON_ZERO_TOLERANCE) constON_NurbsCurvevirtual
IsKindOf(const ON_ClassId *pClassId) constON_Object
IsLinear(double tolerance=ON_ZERO_TOLERANCE) constON_NurbsCurvevirtual
IsPeriodic() constON_NurbsCurvevirtual
IsPlanar(ON_Plane *plane=NULL, double tolerance=ON_ZERO_TOLERANCE) constON_NurbsCurvevirtual
IsPolyline(ON_SimpleArray< ON_3dPoint > *pline_points=NULL, ON_SimpleArray< double > *pline_t=NULL) constON_NurbsCurvevirtual
IsRational(void) constON_NurbsCurve
IsSingular() constON_NurbsCurve
IsValid(ON_TextLog *text_log=NULL) constON_NurbsCurvevirtual
Knot(int knot_index) constON_NurbsCurve
Knot() constON_NurbsCurve
KnotCount(void) constON_NurbsCurve
KnotMultiplicity(int knot_index) constON_NurbsCurve
LastSpanIsLinear(double min_length, double tolerance) constON_Curve
LastSpanIsLinear(double min_length, double tolerance, ON_Line *span_line) constON_Curve
m_cvON_NurbsCurve
m_cv_capacityON_NurbsCurve
m_cv_countON_NurbsCurve
m_cv_strideON_NurbsCurve
m_dimON_NurbsCurve
m_is_ratON_NurbsCurve
m_knotON_NurbsCurve
m_knot_capacityON_NurbsCurve
m_orderON_NurbsCurve
MakeClampedUniformKnotVector(double delta=1.0)ON_NurbsCurve
MakeDeformable()ON_NurbsCurvevirtual
MakeNonRational()ON_NurbsCurve
MakePeriodicUniformKnotVector(double delta=1.0)ON_NurbsCurve
MakePiecewiseBezier(bool bSetEndWeightsToOne=false)ON_NurbsCurve
MakeRational()ON_NurbsCurve
MemoryRelocate()ON_Objectvirtual
ModelObjectId() constON_Objectvirtual
MoveUserData(ON_Object &source_object)ON_Object
New()ON_NurbsCurvestatic
New(const ON_NurbsCurve &nurbs_curve)ON_NurbsCurvestatic
New(const ON_BezierCurve &bezier_curve)ON_NurbsCurvestatic
New(int dimension, ON_BOOL32 bIsRational, int order, int cv_count)ON_NurbsCurvestatic
NurbsCurve(ON_NurbsCurve *pNurbsCurve=NULL, double tolerance=0.0, const ON_Interval *subdomain=NULL) constON_Curve
ObjectType() constON_Curvevirtual
ON_Curve()ON_Curve
ON_Curve(const ON_Curve &)ON_Curve
ON_Geometry()ON_Geometry
ON_Geometry(const ON_Geometry &)ON_Geometry
ON_NurbsCurve()ON_NurbsCurve
ON_NurbsCurve(const ON_NurbsCurve &)ON_NurbsCurve
ON_NurbsCurve(const ON_BezierCurve &bezier_curve)ON_NurbsCurve
ON_NurbsCurve(int dimension, ON_BOOL32 bIsRational, int order, int cv_count)ON_NurbsCurve
ON_Object()ON_Object
ON_Object(const ON_Object &)ON_Object
operator=(const ON_NurbsCurve &src)ON_NurbsCurve
operator=(const ON_BezierCurve &bezier_curve)ON_NurbsCurve
ON_Curve::operator=(const ON_Curve &)ON_Curve
ON_Geometry::operator=(const ON_Geometry &)ON_Geometry
ON_Object::operator=(const ON_Object &)ON_Object
Order(void) constON_NurbsCurve
ParameterSearch(double t, int &index, bool bEnableSnap, const ON_SimpleArray< double > &m_t, double RelTol=ON_SQRT_EPSILON) constON_Curveprotected
PointAt(double t) constON_Curve
PointAtEnd() constON_Curve
PointAtStart() constON_Curve
PurgeUserData()ON_Object
Read(ON_BinaryArchive &binary_archive)ON_NurbsCurvevirtual
RemoveSingularSpans()ON_NurbsCurve
RemoveSpan(int span_index)ON_NurbsCurve
RepairBadKnots(double knot_tolerance=0.0, bool bRepair=true)ON_NurbsCurve
Reparameterize(double c)ON_NurbsCurve
ReserveCVCapacity(int)ON_NurbsCurve
ReserveKnotCapacity(int)ON_NurbsCurve
Reverse()ON_NurbsCurvevirtual
Rotate(double sin_angle, double cos_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center)ON_Geometry
Rotate(double rotation_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center)ON_Geometry
Scale(double scale_factor)ON_Geometry
SetCV(int, ON::point_style, const double *)ON_NurbsCurve
SetCV(int, const ON_3dPoint &)ON_NurbsCurve
SetCV(int, const ON_4dPoint &)ON_NurbsCurve
SetDomain(double t0, double t1)ON_NurbsCurvevirtual
ON_Curve::SetDomain(ON_Interval domain)ON_Curve
SetEndPoint(ON_3dPoint end_point)ON_NurbsCurvevirtual
SetKnot(int knot_index, double knot_value)ON_NurbsCurve
SetStartPoint(ON_3dPoint start_point)ON_NurbsCurvevirtual
SetUserString(const wchar_t *key, const wchar_t *string_value)ON_Object
SetUserStrings(int count, const ON_UserString *user_strings, bool bReplace)ON_Object
SetWeight(int, double)ON_NurbsCurve
SizeOf() constON_NurbsCurvevirtual
SpanCount() constON_NurbsCurvevirtual
SpanIsLinear(int span_index, double min_length, double tolerance) constON_NurbsCurve
SpanIsLinear(int span_index, double min_length, double tolerance, ON_Line *line) constON_NurbsCurve
SpanIsSingular(int span_index) constON_NurbsCurve
Split(double split_param, ON_Curve *&left_result, ON_Curve *&right_result) constON_NurbsCurvevirtual
SuperfluousKnot(int) constON_NurbsCurve
SwapCoordinates(int i, int j)ON_NurbsCurvevirtual
TangentAt(double t) constON_Curve
Transform(const ON_Xform &xform)ON_NurbsCurvevirtual
TransformUserData(const ON_Xform &xform)ON_Object
Translate(const ON_3dVector &translation_vector)ON_Geometry
Trim(const ON_Interval &)ON_NurbsCurvevirtual
UserStringCount() constON_Object
Weight(int) constON_NurbsCurve
Write(ON_BinaryArchive &binary_archive) constON_NurbsCurvevirtual
ZeroCVs()ON_NurbsCurve
~ON_Curve()ON_Curvevirtual
~ON_Geometry()ON_Geometryvirtual
~ON_NurbsCurve()ON_NurbsCurvevirtual
~ON_Object()ON_Objectvirtual