#include <opennurbs_arccurve.h>
Public Member Functions | |
double | AngleDegrees () const |
double | AngleRadians () const |
ON_BOOL32 | ChangeClosedCurveSeam (double t) |
bool | ChangeDimension (int desired_dimension) |
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
int | Degree () const |
int | Dimension () const |
ON_Interval | Domain () const |
void | Dump (ON_TextLog &) const |
ON_BOOL32 | Evaluate (double, int, int, double *, int=0, int *=0) const |
bool | Extend (const ON_Interval &domain) |
ON_BOOL32 | GetBBox (double *, double *, ON_BOOL32=false) const |
ON_BOOL32 | GetCurveParameterFromNurbFormParameter (double, double *) const |
int | GetNurbForm (ON_NurbsCurve &, double=0.0, const ON_Interval *=NULL) const |
ON_BOOL32 | GetNurbFormParameterFromCurveParameter (double, double *) const |
ON_BOOL32 | GetSpanVector (double *) const |
bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
int | HasNurbForm () const |
ON_BOOL32 | IsArc (const ON_Plane *=NULL, ON_Arc *=NULL, double=0.0) const |
bool | IsCircle () const |
ON_BOOL32 | IsClosed (void) const |
bool | 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) const |
ON_BOOL32 | IsInPlane (const ON_Plane &, double=0.0) const |
ON_BOOL32 | IsLinear (double=ON_ZERO_TOLERANCE) const |
ON_BOOL32 | IsPeriodic (void) const |
ON_BOOL32 | IsPlanar (ON_Plane *=NULL, double=0.0) const |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
ON_ArcCurve () | |
ON_ArcCurve (const ON_ArcCurve &) | |
ON_ArcCurve (const ON_Arc &arc) | |
ON_ArcCurve (const ON_Arc &arc, double t0, double t1) | |
ON_ArcCurve (const ON_Circle &circle) | |
ON_ArcCurve (const ON_Circle &circle, double t0, double t1) | |
ON_ArcCurve & | operator= (const ON_ArcCurve &) |
ON_ArcCurve & | operator= (const ON_Arc &arc) |
ON_ArcCurve & | operator= (const ON_Circle &circle) |
double | Radius () const |
ON_BOOL32 | Read (ON_BinaryArchive &) |
ON_BOOL32 | Reverse () |
ON_BOOL32 | SetDomain (double t0, double t1) |
ON_BOOL32 | SetEndPoint (ON_3dPoint end_point) |
ON_BOOL32 | SetStartPoint (ON_3dPoint start_point) |
unsigned int | SizeOf () const |
int | SpanCount () const |
virtual ON_BOOL32 | Split (double t, ON_Curve *&left_side, ON_Curve *&right_side) const |
ON_BOOL32 | Transform (const ON_Xform &) |
ON_BOOL32 | Trim (const ON_Interval &) |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
virtual | ~ON_ArcCurve () |
Public Attributes | |
ON_Arc | m_arc |
int | m_dim |
ON_Interval | m_t |
Private Member Functions | |
ON_OBJECT_DECLARE (ON_ArcCurve) |
Definition at line 35 of file opennurbs_arccurve.h.
Definition at line 22 of file opennurbs_arccurve.cpp.
ON_ArcCurve::ON_ArcCurve | ( | const ON_ArcCurve & | src | ) |
Definition at line 61 of file opennurbs_arccurve.cpp.
ON_ArcCurve::~ON_ArcCurve | ( | ) | [virtual] |
Definition at line 68 of file opennurbs_arccurve.cpp.
ON_ArcCurve::ON_ArcCurve | ( | const ON_Arc & | arc | ) |
Definition at line 30 of file opennurbs_arccurve.cpp.
ON_ArcCurve::ON_ArcCurve | ( | const ON_Arc & | arc, |
double | t0, | ||
double | t1 | ||
) |
Definition at line 45 of file opennurbs_arccurve.cpp.
ON_ArcCurve::ON_ArcCurve | ( | const ON_Circle & | circle | ) |
Definition at line 40 of file opennurbs_arccurve.cpp.
ON_ArcCurve::ON_ArcCurve | ( | const ON_Circle & | circle, |
double | t0, | ||
double | t1 | ||
) |
Definition at line 53 of file opennurbs_arccurve.cpp.
double ON_ArcCurve::AngleDegrees | ( | ) | const |
Definition at line 1116 of file opennurbs_arccurve.cpp.
double ON_ArcCurve::AngleRadians | ( | ) | const |
Definition at line 1111 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::ChangeClosedCurveSeam | ( | double | t | ) | [virtual] |
Reimplemented from ON_Curve.
Definition at line 276 of file opennurbs_arccurve.cpp.
bool ON_ArcCurve::ChangeDimension | ( | int | desired_dimension | ) | [virtual] |
Reimplemented from ON_Curve.
Definition at line 256 of file opennurbs_arccurve.cpp.
ON__UINT32 ON_ArcCurve::DataCRC | ( | ON__UINT32 | current_remainder | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 80 of file opennurbs_arccurve.cpp.
int ON_ArcCurve::Degree | ( | ) | const [virtual] |
Implements ON_Curve.
Definition at line 303 of file opennurbs_arccurve.cpp.
int ON_ArcCurve::Dimension | ( | ) | const [virtual] |
Implements ON_Geometry.
Definition at line 121 of file opennurbs_arccurve.cpp.
ON_Interval ON_ArcCurve::Domain | ( | ) | const [virtual] |
Implements ON_Curve.
Definition at line 271 of file opennurbs_arccurve.cpp.
void ON_ArcCurve::Dump | ( | ON_TextLog & | dump | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 187 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::Evaluate | ( | double | t, |
int | der_count, | ||
int | v_stride, | ||
double * | v, | ||
int | = 0 , |
||
int * | = 0 |
||
) | const [virtual] |
Implements ON_Curve.
Definition at line 456 of file opennurbs_arccurve.cpp.
bool ON_ArcCurve::Extend | ( | const ON_Interval & | domain | ) | [virtual] |
Reimplemented from ON_Curve.
Definition at line 540 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::GetBBox | ( | double * | boxmin, |
double * | boxmax, | ||
ON_BOOL32 | bGrowBox = false |
||
) | const [virtual] |
Implements ON_Geometry.
Definition at line 127 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::GetCurveParameterFromNurbFormParameter | ( | double | nurbs_t, |
double * | curve_t | ||
) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 1071 of file opennurbs_arccurve.cpp.
int ON_ArcCurve::GetNurbForm | ( | ON_NurbsCurve & | c, |
double | tolerance = 0.0 , |
||
const ON_Interval * | subdomain = NULL |
||
) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 1018 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::GetNurbFormParameterFromCurveParameter | ( | double | curve_t, |
double * | nurbs_t | ||
) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 1086 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::GetSpanVector | ( | double * | s | ) | const [virtual] |
Implements ON_Curve.
Definition at line 296 of file opennurbs_arccurve.cpp.
bool ON_ArcCurve::GetTightBoundingBox | ( | ON_BoundingBox & | tight_bbox, |
int | bGrowBox = false , |
||
const ON_Xform * | xform = 0 |
||
) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 873 of file opennurbs_bezier.cpp.
int ON_ArcCurve::HasNurbForm | ( | ) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 1053 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::IsArc | ( | const ON_Plane * | plane = NULL , |
ON_Arc * | arc = NULL , |
||
double | tolerance = 0.0 |
||
) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 318 of file opennurbs_arccurve.cpp.
bool ON_ArcCurve::IsCircle | ( | ) | const |
Definition at line 1101 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::IsClosed | ( | void | ) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 361 of file opennurbs_arccurve.cpp.
bool ON_ArcCurve::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 |
||
) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 383 of file opennurbs_arc.cpp.
ON_BOOL32 ON_ArcCurve::IsInPlane | ( | const ON_Plane & | plane, |
double | tolerance = 0.0 |
||
) | const [virtual] |
Implements ON_Curve.
Definition at line 352 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::IsLinear | ( | double | = ON_ZERO_TOLERANCE | ) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 310 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::IsPeriodic | ( | void | ) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 367 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::IsPlanar | ( | ON_Plane * | plane = NULL , |
double | tolerance = 0.0 |
||
) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 334 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
Definition at line 168 of file opennurbs_arccurve.cpp.
ON_ArcCurve::ON_OBJECT_DECLARE | ( | ON_ArcCurve | ) | [private] |
ON_ArcCurve & ON_ArcCurve::operator= | ( | const ON_ArcCurve & | src | ) |
Definition at line 88 of file opennurbs_arccurve.cpp.
ON_ArcCurve & ON_ArcCurve::operator= | ( | const ON_Arc & | arc | ) |
Definition at line 99 of file opennurbs_arccurve.cpp.
ON_ArcCurve & ON_ArcCurve::operator= | ( | const ON_Circle & | circle | ) |
Definition at line 110 of file opennurbs_arccurve.cpp.
double ON_ArcCurve::Radius | ( | ) | const |
Definition at line 1106 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::Read | ( | ON_BinaryArchive & | file | ) | [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON__OBSOLETE__CircleCurve.
Definition at line 216 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::Reverse | ( | ) | [virtual] |
Implements ON_Curve.
Definition at line 373 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::SetDomain | ( | double | t0, |
double | t1 | ||
) | [virtual] |
Reimplemented from ON_Curve.
Definition at line 243 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::SetEndPoint | ( | ON_3dPoint | end_point | ) | [virtual] |
Reimplemented from ON_Curve.
Definition at line 422 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::SetStartPoint | ( | ON_3dPoint | start_point | ) | [virtual] |
Reimplemented from ON_Curve.
Definition at line 385 of file opennurbs_arccurve.cpp.
unsigned int ON_ArcCurve::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 73 of file opennurbs_arccurve.cpp.
int ON_ArcCurve::SpanCount | ( | ) | const [virtual] |
Implements ON_Curve.
Definition at line 291 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::Split | ( | double | t, |
ON_Curve *& | left_side, | ||
ON_Curve *& | right_side | ||
) | const [virtual] |
Reimplemented from ON_Curve.
Definition at line 573 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::Transform | ( | const ON_Xform & | xform | ) | [virtual] |
Reimplemented from ON_Geometry.
Definition at line 161 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::Trim | ( | const ON_Interval & | in | ) | [virtual] |
Reimplemented from ON_Curve.
Definition at line 516 of file opennurbs_arccurve.cpp.
ON_BOOL32 ON_ArcCurve::Write | ( | ON_BinaryArchive & | file | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 202 of file opennurbs_arccurve.cpp.
Definition at line 412 of file opennurbs_arccurve.h.
Definition at line 420 of file opennurbs_arccurve.h.
Definition at line 416 of file opennurbs_arccurve.h.