Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
ON_PolylineCurve Class Reference

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

+ Inheritance diagram for ON_PolylineCurve:

List of all members.

Public Member Functions

 ON_PolylineCurve ()
 ON_PolylineCurve (const ON_3dPointArray &)
 ON_PolylineCurve (const ON_PolylineCurve &)
ON_PolylineCurveoperator= (const ON_PolylineCurve &)
ON_PolylineCurveoperator= (const ON_3dPointArray &)
virtual ~ON_PolylineCurve ()
void EmergencyDestroy ()
unsigned int SizeOf () const
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_BOOL32 IsValid (ON_TextLog *text_log=NULL) const
void Dump (ON_TextLog &dump) const
ON_BOOL32 Write (ON_BinaryArchive &binary_archive) const
ON_BOOL32 Read (ON_BinaryArchive &binary_archive)
int Dimension () const
ON_BOOL32 GetBBox (double *boxmin, double *boxmax, int bGrowBox=false) const
bool GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const
ON_BOOL32 Transform (const ON_Xform &xform)
bool IsDeformable () const
bool MakeDeformable ()
ON_BOOL32 SwapCoordinates (int i, int j)
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 *knot_values) const
int Degree () const
ON_BOOL32 IsLinear (double tolerance=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 *plane=NULL, ON_Arc *arc=NULL, double tolerance=ON_ZERO_TOLERANCE) const
ON_BOOL32 IsPlanar (ON_Plane *plane=NULL, double tolerance=ON_ZERO_TOLERANCE) const
ON_BOOL32 IsInPlane (const ON_Plane &test_plane, double tolerance=ON_ZERO_TOLERANCE) const
ON_BOOL32 IsClosed () 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 &)
bool Extend (const ON_Interval &domain)
ON_BOOL32 Split (double, ON_Curve *&, ON_Curve *&) 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
bool ParameterSearch (double t, int &index, bool bEnableSnap) const
bool Append (const ON_PolylineCurve &)
int PointCount () const

Public Attributes

ON_Polyline m_pline
ON_SimpleArray< double > m_t
int m_dim

Detailed Description

Definition at line 21 of file opennurbs_polylinecurve.h.


Constructor & Destructor Documentation

virtual ON_PolylineCurve::~ON_PolylineCurve ( ) [virtual]

Member Function Documentation

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

Reimplemented from ON_Curve.

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

Reimplemented from ON_Curve.

ON__UINT32 ON_PolylineCurve::DataCRC ( ON__UINT32  current_remainder) const [virtual]

Reimplemented from ON_Object.

int ON_PolylineCurve::Degree ( ) const [virtual]

Implements ON_Curve.

int ON_PolylineCurve::Dimension ( ) const [virtual]

Implements ON_Geometry.

Implements ON_Curve.

void ON_PolylineCurve::Dump ( ON_TextLog dump) const [virtual]

Reimplemented from ON_Object.

Reimplemented from ON_Object.

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

Implements ON_Curve.

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

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolylineCurve::GetBBox ( double *  boxmin,
double *  boxmax,
int  bGrowBox = false 
) const [virtual]

Implements ON_Geometry.

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

Reimplemented from ON_Curve.

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

Reimplemented from ON_Curve.

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

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolylineCurve::GetSpanVector ( double *  knot_values) const [virtual]

Implements ON_Curve.

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

Reimplemented from ON_Curve.

int ON_PolylineCurve::HasNurbForm ( ) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolylineCurve::IsArc ( const ON_Plane plane = NULL,
ON_Arc arc = NULL,
double  tolerance = ON_ZERO_TOLERANCE 
) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolylineCurve::IsClosed ( ) const [virtual]

Reimplemented from ON_Curve.

bool ON_PolylineCurve::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_PolylineCurve::IsDeformable ( ) const [virtual]

Reimplemented from ON_Geometry.

ON_BOOL32 ON_PolylineCurve::IsInPlane ( const ON_Plane test_plane,
double  tolerance = ON_ZERO_TOLERANCE 
) const [virtual]

Implements ON_Curve.

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

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolylineCurve::IsPeriodic ( void  ) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolylineCurve::IsPlanar ( ON_Plane plane = NULL,
double  tolerance = ON_ZERO_TOLERANCE 
) const [virtual]

Reimplemented from ON_Curve.

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

Reimplemented from ON_Curve.

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

Implements ON_Object.

Reimplemented from ON_Geometry.

ON_PolylineCurve& ON_PolylineCurve::operator= ( const ON_PolylineCurve )
ON_PolylineCurve& ON_PolylineCurve::operator= ( const ON_3dPointArray )
bool ON_PolylineCurve::ParameterSearch ( double  t,
int &  index,
bool  bEnableSnap 
) const
ON_BOOL32 ON_PolylineCurve::Read ( ON_BinaryArchive binary_archive) [virtual]

Reimplemented from ON_Object.

ON_BOOL32 ON_PolylineCurve::Reverse ( ) [virtual]

Implements ON_Curve.

ON_BOOL32 ON_PolylineCurve::SetDomain ( double  t0,
double  t1 
) [virtual]

Reimplemented from ON_Curve.

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

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolylineCurve::SetStartPoint ( ON_3dPoint  start_point) [virtual]

Reimplemented from ON_Curve.

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

Reimplemented from ON_Curve.

int ON_PolylineCurve::SpanCount ( ) const [virtual]

Implements ON_Curve.

ON_BOOL32 ON_PolylineCurve::Split ( double  ,
ON_Curve *&  ,
ON_Curve *&   
) const [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolylineCurve::SwapCoordinates ( int  i,
int  j 
) [virtual]

Reimplemented from ON_Geometry.

ON_BOOL32 ON_PolylineCurve::Transform ( const ON_Xform xform) [virtual]

Reimplemented from ON_Geometry.

ON_BOOL32 ON_PolylineCurve::Trim ( const ON_Interval ) [virtual]

Reimplemented from ON_Curve.

ON_BOOL32 ON_PolylineCurve::Write ( ON_BinaryArchive binary_archive) const [virtual]

Reimplemented from ON_Object.


Member Data Documentation

Definition at line 574 of file opennurbs_polylinecurve.h.

Definition at line 572 of file opennurbs_polylinecurve.h.

Definition at line 573 of file opennurbs_polylinecurve.h.


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