Point Cloud Library (PCL)  1.7.0
Public Member Functions
ON_PolyCurve Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_polycurve.h>

+ Inheritance diagram for ON_PolyCurve:

List of all members.

Public Member Functions

void DestroyRuntimeCache (bool bDelete=true)
 ON_PolyCurve ()
 ON_PolyCurve (int)
 ON_PolyCurve (const ON_PolyCurve &)
void Destroy ()
virtual ~ON_PolyCurve ()
void EmergencyDestroy ()
ON_PolyCurveoperator= (const ON_PolyCurve &)
unsigned int SizeOf () const
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_BOOL32 IsValid (ON_TextLog *text_log=NULL) const
bool IsValid (bool bAllowGaps, ON_TextLog *text_log) 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
bool GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const
ON_BOOL32 Transform (const ON_Xform &)
bool IsDeformable () const
bool MakeDeformable ()
ON_BOOL32 SwapCoordinates (int, int)
bool EvaluatePoint (const class ON_ObjRef &objref, ON_3dPoint &P) const
ON_CurveDuplicateCurve () const
ON_Interval Domain () const
ON_BOOL32 SetDomain (double t0, double t1)
bool ChangeDimension (int desired_dimension)
ON_BOOL32 ChangeClosedCurveSeam (double t)
int SpanCount () const
ON_BOOL32 GetSpanVector (double *) const
int Degree () 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 SetStartPoint (ON_3dPoint start_point)
ON_BOOL32 SetEndPoint (ON_3dPoint end_point)
ON_BOOL32 Evaluate (double, int, int, double *, int=0, int *=0) const
ON_BOOL32 Trim (const ON_Interval &domain)
bool Extend (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
int Count () const
ON_Curveoperator[] (int) const
ON_CurveSegmentCurve (int segment_index) const
double SegmentCurveParameter (double polycurve_parameter) const
double PolyCurveParameter (int segment_index, double segmentcurve_parameter) const
ON_Interval SegmentDomain (int segment_index) const
int SegmentIndex (double polycurve_parameter) const
int SegmentIndex (ON_Interval sub_domain, int *segment_index0, int *segment_index1) const
ON_CurveFirstSegmentCurve () const
ON_CurveLastSegmentCurve () const
int FindNextGap (int segment_index0) const
bool HasGapAt (int segment_index) const
ON_DEPRECATED int HasGap () const
bool CloseGap (int gap_index, int segments_to_modify)
int CloseGaps ()
void Reserve (int)
ON_BOOL32 Prepend (ON_Curve *)
ON_BOOL32 Append (ON_Curve *)
ON_BOOL32 Insert (int, ON_Curve *)
ON_BOOL32 PrependAndMatch (ON_Curve *)
ON_BOOL32 AppendAndMatch (ON_Curve *)
ON_BOOL32 Remove ()
ON_BOOL32 Remove (int)
ON_CurveHarvestSegment (int)
bool IsNested () const
void RemoveNesting ()
bool RemoveNestingEx ()
bool HasSynchronizedSegmentDomains () const
bool SynchronizeSegmentDomains ()
void SetSegment (int index, ON_Curve *crv)
bool SetParameterization (const double *t)
bool ParameterSearch (double t, int &index, bool bEnableSnap) const
const ON_CurveArraySegmentCurves () const
const ON_SimpleArray< double > & SegmentParameters () const

Detailed Description

Definition at line 37 of file opennurbs_polycurve.h.


Constructor & Destructor Documentation

virtual ON_PolyCurve::~ON_PolyCurve ( ) [virtual]

Member Function Documentation

ON_BOOL32 ON_PolyCurve::Append ( ON_Curve )

Reimplemented in ON_PolyEdgeCurve.

ON_BOOL32 ON_PolyCurve::ChangeClosedCurveSeam ( double  t) [virtual]

Reimplemented from ON_Curve.

Reimplemented in ON_PolyEdgeCurve.

bool ON_PolyCurve::ChangeDimension ( int  desired_dimension) [virtual]

Reimplemented from ON_Curve.

bool ON_PolyCurve::CloseGap ( int  gap_index,
int  segments_to_modify 
)
int ON_PolyCurve::Count ( ) const
ON__UINT32 ON_PolyCurve::DataCRC ( ON__UINT32  current_remainder) const [virtual]

Reimplemented from ON_Object.

int ON_PolyCurve::Degree ( ) const [virtual]

Implements ON_Curve.

void ON_PolyCurve::DestroyRuntimeCache ( bool  bDelete = true) [virtual]

Reimplemented from ON_Curve.

Reimplemented in ON_PolyEdgeCurve.

int ON_PolyCurve::Dimension ( ) const [virtual]

Implements ON_Geometry.

ON_Interval ON_PolyCurve::Domain ( ) const [virtual]

Implements ON_Curve.

void ON_PolyCurve::Dump ( ON_TextLog ) const [virtual]

Reimplemented from ON_Object.

ON_Curve* ON_PolyCurve::DuplicateCurve ( ) const [virtual]

Reimplemented from ON_Curve.

Reimplemented in ON_PolyEdgeCurve.

Reimplemented from ON_Object.

ON_BOOL32 ON_PolyCurve::Evaluate ( double  ,
int  ,
int  ,
double *  ,
int  = 0,
int *  = 0 
) const [virtual]

Implements ON_Curve.

bool ON_PolyCurve::EvaluatePoint ( const class ON_ObjRef objref,
ON_3dPoint P 
) const [virtual]

Reimplemented from ON_Curve.

bool ON_PolyCurve::Extend ( const ON_Interval domain) [virtual]

Reimplemented from ON_Curve.

int ON_PolyCurve::FindNextGap ( int  segment_index0) const
ON_BOOL32 ON_PolyCurve::GetBBox ( double *  ,
double *  ,
ON_BOOL32  = false 
) const [virtual]

Implements ON_Geometry.

ON_BOOL32 ON_PolyCurve::GetCurveParameterFromNurbFormParameter ( double  ,
double *   
) const [virtual]

Reimplemented from ON_Curve.

bool ON_PolyCurve::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_PolyCurve::GetNurbForm ( ON_NurbsCurve ,
double  = 0.0,
const ON_Interval = NULL 
) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolyCurve::GetNurbFormParameterFromCurveParameter ( double  ,
double *   
) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolyCurve::GetSpanVector ( double *  ) const [virtual]

Implements ON_Curve.

bool ON_PolyCurve::GetTightBoundingBox ( ON_BoundingBox tight_bbox,
int  bGrowBox = false,
const ON_Xform xform = 0 
) const [virtual]

Reimplemented from ON_Curve.

ON_DEPRECATED int ON_PolyCurve::HasGap ( ) const
bool ON_PolyCurve::HasGapAt ( int  segment_index) const
int ON_PolyCurve::HasNurbForm ( ) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolyCurve::Insert ( int  ,
ON_Curve  
)
ON_BOOL32 ON_PolyCurve::IsArc ( const ON_Plane = NULL,
ON_Arc = NULL,
double  = ON_ZERO_TOLERANCE 
) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolyCurve::IsClosed ( void  ) const [virtual]

Reimplemented from ON_Curve.

Reimplemented in ON_PolyEdgeCurve.

bool ON_PolyCurve::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.

bool ON_PolyCurve::IsDeformable ( ) const [virtual]

Reimplemented from ON_Geometry.

ON_BOOL32 ON_PolyCurve::IsInPlane ( const ON_Plane ,
double  = ON_ZERO_TOLERANCE 
) const [virtual]

Implements ON_Curve.

ON_BOOL32 ON_PolyCurve::IsLinear ( double  = ON_ZERO_TOLERANCE) const [virtual]

Reimplemented from ON_Curve.

bool ON_PolyCurve::IsNested ( ) const
ON_BOOL32 ON_PolyCurve::IsPeriodic ( void  ) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolyCurve::IsPlanar ( ON_Plane = NULL,
double  = ON_ZERO_TOLERANCE 
) const [virtual]

Reimplemented from ON_Curve.

int ON_PolyCurve::IsPolyline ( ON_SimpleArray< ON_3dPoint > *  pline_points = NULL,
ON_SimpleArray< double > *  pline_t = NULL 
) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolyCurve::IsValid ( ON_TextLog text_log = NULL) const [virtual]

Implements ON_Object.

bool ON_PolyCurve::IsValid ( bool  bAllowGaps,
ON_TextLog text_log 
) const
bool ON_PolyCurve::MakeDeformable ( ) [virtual]

Reimplemented from ON_Geometry.

ON_PolyCurve& ON_PolyCurve::operator= ( const ON_PolyCurve )
ON_Curve* ON_PolyCurve::operator[] ( int  ) const

Reimplemented in ON_PolyEdgeCurve.

bool ON_PolyCurve::ParameterSearch ( double  t,
int &  index,
bool  bEnableSnap 
) const
double ON_PolyCurve::PolyCurveParameter ( int  segment_index,
double  segmentcurve_parameter 
) const
ON_BOOL32 ON_PolyCurve::Prepend ( ON_Curve )

Reimplemented in ON_PolyEdgeCurve.

ON_BOOL32 ON_PolyCurve::Read ( ON_BinaryArchive ) [virtual]

Reimplemented from ON_Object.

ON_BOOL32 ON_PolyCurve::Remove ( )

Reimplemented in ON_PolyEdgeCurve.

ON_BOOL32 ON_PolyCurve::Remove ( int  )

Reimplemented in ON_PolyEdgeCurve.

void ON_PolyCurve::Reserve ( int  )
ON_BOOL32 ON_PolyCurve::Reverse ( ) [virtual]

Implements ON_Curve.

ON_Curve* ON_PolyCurve::SegmentCurve ( int  segment_index) const

Reimplemented in ON_PolyEdgeCurve.

double ON_PolyCurve::SegmentCurveParameter ( double  polycurve_parameter) const
ON_Interval ON_PolyCurve::SegmentDomain ( int  segment_index) const
int ON_PolyCurve::SegmentIndex ( double  polycurve_parameter) const
int ON_PolyCurve::SegmentIndex ( ON_Interval  sub_domain,
int *  segment_index0,
int *  segment_index1 
) const
ON_BOOL32 ON_PolyCurve::SetDomain ( double  t0,
double  t1 
) [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolyCurve::SetEndPoint ( ON_3dPoint  end_point) [virtual]

Reimplemented from ON_Curve.

Reimplemented in ON_PolyEdgeCurve.

bool ON_PolyCurve::SetParameterization ( const double *  t)
void ON_PolyCurve::SetSegment ( int  index,
ON_Curve crv 
)
ON_BOOL32 ON_PolyCurve::SetStartPoint ( ON_3dPoint  start_point) [virtual]

Reimplemented from ON_Curve.

Reimplemented in ON_PolyEdgeCurve.

unsigned int ON_PolyCurve::SizeOf ( ) const [virtual]

Reimplemented from ON_Curve.

int ON_PolyCurve::SpanCount ( ) const [virtual]

Implements ON_Curve.

ON_BOOL32 ON_PolyCurve::Split ( double  t,
ON_Curve *&  left_side,
ON_Curve *&  right_side 
) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolyCurve::SwapCoordinates ( int  ,
int   
) [virtual]

Reimplemented from ON_Geometry.

ON_BOOL32 ON_PolyCurve::Transform ( const ON_Xform ) [virtual]

Reimplemented from ON_Geometry.

ON_BOOL32 ON_PolyCurve::Trim ( const ON_Interval domain) [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolyCurve::Write ( ON_BinaryArchive ) const [virtual]

Reimplemented from ON_Object.


The documentation for this class was generated from the following file: