Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_curveproxy.h>
Public Member Functions | |
void | DestroyRuntimeCache (bool bDelete=true) |
ON_CurveProxy () | |
ON_CurveProxy (const ON_CurveProxy &) | |
ON_CurveProxy (const ON_Curve *) | |
ON_CurveProxy (const ON_Curve *, ON_Interval) | |
ON_CurveProxy & | operator= (const ON_CurveProxy &) |
virtual | ~ON_CurveProxy () |
unsigned int | SizeOf () const |
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
void | SetProxyCurve (const ON_Curve *real_curve) |
void | SetProxyCurve (const ON_Curve *real_curve, ON_Interval real_curve_subdomain) |
const ON_Curve * | ProxyCurve () const |
bool | SetProxyCurveDomain (ON_Interval proxy_curve_subdomain) |
ON_Interval | ProxyCurveDomain () const |
bool | ProxyCurveIsReversed () const |
double | RealCurveParameter (double t) const |
double | ThisCurveParameter (double real_curve_parameter) const |
ON_Curve * | DuplicateCurve () const |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
void | Dump (ON_TextLog &) const |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
ON_BOOL32 | Read (ON_BinaryArchive &) |
int | Dimension () const |
ON_BOOL32 | GetBBox (double *, double *, ON_BOOL32=false) const |
ON_BOOL32 | Transform (const ON_Xform &) |
ON_Interval | Domain () const |
ON_BOOL32 | SetDomain (double t0, double t1) |
bool | SetDomain (ON_Interval domain) |
int | SpanCount () const |
ON_BOOL32 | GetSpanVector (double *) const |
int | Degree () const |
ON_BOOL32 | GetParameterTolerance (double, double *, double *) const |
ON_BOOL32 | IsLinear (double=ON_ZERO_TOLERANCE) const |
int | IsPolyline (ON_SimpleArray< ON_3dPoint > *pline_points=NULL, ON_SimpleArray< double > *pline_t=NULL) const |
ON_BOOL32 | IsArc (const ON_Plane *=NULL, ON_Arc *=NULL, double=ON_ZERO_TOLERANCE) const |
ON_BOOL32 | IsPlanar (ON_Plane *=NULL, double=ON_ZERO_TOLERANCE) const |
ON_BOOL32 | IsInPlane (const ON_Plane &, double=ON_ZERO_TOLERANCE) const |
ON_BOOL32 | IsClosed (void) const |
ON_BOOL32 | IsPeriodic (void) const |
bool | 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) 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 | Reverse () |
ON_BOOL32 | Evaluate (double, int, int, double *, int=0, int *=0) const |
ON_BOOL32 | Trim (const ON_Interval &domain) |
ON_BOOL32 | Split (double t, ON_Curve *&left_side, ON_Curve *&right_side) const |
int | GetNurbForm (ON_NurbsCurve &, double=0.0, const ON_Interval *=NULL) const |
int | HasNurbForm () const |
ON_BOOL32 | GetCurveParameterFromNurbFormParameter (double, double *) const |
ON_BOOL32 | GetNurbFormParameterFromCurveParameter (double, double *) const |
Definition at line 38 of file opennurbs_curveproxy.h.
ON_CurveProxy::ON_CurveProxy | ( | const ON_CurveProxy & | ) |
ON_CurveProxy::ON_CurveProxy | ( | const ON_Curve * | ) |
ON_CurveProxy::ON_CurveProxy | ( | const ON_Curve * | , |
ON_Interval | |||
) |
virtual ON_CurveProxy::~ON_CurveProxy | ( | ) | [virtual] |
ON__UINT32 ON_CurveProxy::DataCRC | ( | ON__UINT32 | current_remainder | ) | const [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_BrepEdge.
int ON_CurveProxy::Degree | ( | ) | const [virtual] |
Implements ON_Curve.
void ON_CurveProxy::DestroyRuntimeCache | ( | bool | bDelete = true | ) | [virtual] |
Reimplemented from ON_Curve.
Reimplemented in ON_BrepTrim, and ON_PolyEdgeSegment.
int ON_CurveProxy::Dimension | ( | ) | const [virtual] |
Implements ON_Geometry.
ON_Interval ON_CurveProxy::Domain | ( | ) | const [virtual] |
Implements ON_Curve.
void ON_CurveProxy::Dump | ( | ON_TextLog & | ) | const [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_BrepTrim, and ON_BrepEdge.
ON_Curve* ON_CurveProxy::DuplicateCurve | ( | ) | const [virtual] |
Reimplemented from ON_Curve.
Reimplemented in ON_PolyEdgeSegment.
ON_BOOL32 ON_CurveProxy::Evaluate | ( | double | , |
int | , | ||
int | , | ||
double * | , | ||
int | = 0 , |
||
int * | = 0 |
||
) | const [virtual] |
Implements ON_Curve.
ON_BOOL32 ON_CurveProxy::GetBBox | ( | double * | , |
double * | , | ||
ON_BOOL32 | = false |
||
) | const [virtual] |
Implements ON_Geometry.
ON_BOOL32 ON_CurveProxy::GetCurveParameterFromNurbFormParameter | ( | double | , |
double * | |||
) | const [virtual] |
Reimplemented from ON_Curve.
bool ON_CurveProxy::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 |
||
) | const [virtual] |
Reimplemented from ON_Curve.
int ON_CurveProxy::GetNurbForm | ( | ON_NurbsCurve & | , |
double | = 0.0 , |
||
const ON_Interval * | = NULL |
||
) | const [virtual] |
Reimplemented from ON_Curve.
ON_BOOL32 ON_CurveProxy::GetNurbFormParameterFromCurveParameter | ( | double | , |
double * | |||
) | const [virtual] |
Reimplemented from ON_Curve.
ON_BOOL32 ON_CurveProxy::GetParameterTolerance | ( | double | , |
double * | , | ||
double * | |||
) | const [virtual] |
Reimplemented from ON_Curve.
ON_BOOL32 ON_CurveProxy::GetSpanVector | ( | double * | ) | const [virtual] |
Implements ON_Curve.
int ON_CurveProxy::HasNurbForm | ( | ) | const [virtual] |
Reimplemented from ON_Curve.
ON_BOOL32 ON_CurveProxy::IsArc | ( | const ON_Plane * | = NULL , |
ON_Arc * | = NULL , |
||
double | = ON_ZERO_TOLERANCE |
||
) | const [virtual] |
Reimplemented from ON_Curve.
ON_BOOL32 ON_CurveProxy::IsClosed | ( | void | ) | const [virtual] |
Reimplemented from ON_Curve.
Reimplemented in ON_BrepEdge, and ON_PolyEdgeSegment.
bool ON_CurveProxy::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.
ON_BOOL32 ON_CurveProxy::IsInPlane | ( | const ON_Plane & | , |
double | = ON_ZERO_TOLERANCE |
||
) | const [virtual] |
Implements ON_Curve.
ON_BOOL32 ON_CurveProxy::IsLinear | ( | double | = ON_ZERO_TOLERANCE | ) | const [virtual] |
Reimplemented from ON_Curve.
ON_BOOL32 ON_CurveProxy::IsPeriodic | ( | void | ) | const [virtual] |
Reimplemented from ON_Curve.
ON_BOOL32 ON_CurveProxy::IsPlanar | ( | ON_Plane * | = NULL , |
double | = ON_ZERO_TOLERANCE |
||
) | const [virtual] |
Reimplemented from ON_Curve.
int ON_CurveProxy::IsPolyline | ( | ON_SimpleArray< ON_3dPoint > * | pline_points = NULL , |
ON_SimpleArray< double > * | pline_t = NULL |
||
) | const [virtual] |
Reimplemented from ON_Curve.
ON_BOOL32 ON_CurveProxy::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
Reimplemented in ON_BrepTrim, and ON_BrepEdge.
ON_CurveProxy& ON_CurveProxy::operator= | ( | const ON_CurveProxy & | ) |
const ON_Curve* ON_CurveProxy::ProxyCurve | ( | ) | const |
ON_Interval ON_CurveProxy::ProxyCurveDomain | ( | ) | const |
bool ON_CurveProxy::ProxyCurveIsReversed | ( | ) | const |
ON_BOOL32 ON_CurveProxy::Read | ( | ON_BinaryArchive & | ) | [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_BrepTrim, ON_BrepEdge, and ON_PolyEdgeSegment.
double ON_CurveProxy::RealCurveParameter | ( | double | t | ) | const |
ON_BOOL32 ON_CurveProxy::Reverse | ( | ) | [virtual] |
Implements ON_Curve.
Reimplemented in ON_BrepTrim, and ON_BrepEdge.
ON_BOOL32 ON_CurveProxy::SetDomain | ( | double | t0, |
double | t1 | ||
) | [virtual] |
Reimplemented from ON_Curve.
bool ON_CurveProxy::SetDomain | ( | ON_Interval | domain | ) |
Reimplemented from ON_Curve.
void ON_CurveProxy::SetProxyCurve | ( | const ON_Curve * | real_curve | ) |
void ON_CurveProxy::SetProxyCurve | ( | const ON_Curve * | real_curve, |
ON_Interval | real_curve_subdomain | ||
) |
bool ON_CurveProxy::SetProxyCurveDomain | ( | ON_Interval | proxy_curve_subdomain | ) |
unsigned int ON_CurveProxy::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Curve.
Reimplemented in ON_BrepTrim, and ON_BrepEdge.
int ON_CurveProxy::SpanCount | ( | ) | const [virtual] |
Implements ON_Curve.
ON_BOOL32 ON_CurveProxy::Split | ( | double | t, |
ON_Curve *& | left_side, | ||
ON_Curve *& | right_side | ||
) | const [virtual] |
Reimplemented from ON_Curve.
double ON_CurveProxy::ThisCurveParameter | ( | double | real_curve_parameter | ) | const |
ON_BOOL32 ON_CurveProxy::Transform | ( | const ON_Xform & | ) | [virtual] |
Reimplemented from ON_Geometry.
ON_BOOL32 ON_CurveProxy::Trim | ( | const ON_Interval & | domain | ) | [virtual] |
Reimplemented from ON_Curve.
ON_BOOL32 ON_CurveProxy::Write | ( | ON_BinaryArchive & | ) | const [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_BrepTrim, ON_BrepEdge, and ON_PolyEdgeSegment.