Point Cloud Library (PCL)
1.10.0
|
17 #if !defined(OPENNURBS_CURVE_POLYLINE_INC_)
18 #define OPENNURBS_CURVE_POLYLINE_INC_
43 unsigned int SizeOf()
const;
46 ON__UINT32
DataCRC(ON__UINT32 current_remainder)
const;
131 int bGrowBox =
false,
191 int desired_dimension
242 double tolerance = ON_ZERO_TOLERANCE
273 double tolerance = ON_ZERO_TOLERANCE
282 double tolerance = ON_ZERO_TOLERANCE
292 double tolerance = ON_ZERO_TOLERANCE
355 double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE,
356 double curvature_tolerance=ON_SQRT_EPSILON
396 double point_tolerance=ON_ZERO_TOLERANCE,
397 double d1_tolerance=ON_ZERO_TOLERANCE,
398 double d2_tolerance=ON_ZERO_TOLERANCE,
399 double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE,
400 double curvature_tolerance=ON_SQRT_EPSILON
570 int PointCount()
const;
virtual int Degree() const =0
virtual ON_BOOL32 IsPeriodic() const
virtual int GetNurbForm(ON_NurbsCurve &nurbs_curve, double tolerance=0.0, const ON_Interval *subdomain=NULL) const
bool GetTightBoundingBox(ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const
virtual bool ChangeDimension(int desired_dimension)
virtual ON_BOOL32 Evaluate(double t, int der_count, int v_stride, double *v, int side=0, int *hint=0) const =0
virtual ON_BOOL32 GetCurveParameterFromNurbFormParameter(double nurbs_t, double *curve_t) const
virtual ON_BOOL32 Transform(const ON_Xform &xform)
virtual bool Extend(const ON_Interval &domain)
virtual int IsPolyline(ON_SimpleArray< ON_3dPoint > *pline_points=NULL, ON_SimpleArray< double > *pline_t=NULL) const
virtual ON_BOOL32 IsArc(const ON_Plane *plane=NULL, ON_Arc *arc=NULL, double tolerance=ON_ZERO_TOLERANCE) const
unsigned int SizeOf() const
bool ParameterSearch(double t, int &index, bool bEnableSnap, const ON_SimpleArray< double > &m_t, double RelTol=ON_SQRT_EPSILON) const
virtual ON__UINT32 DataCRC(ON__UINT32 current_remainder) const
virtual int Dimension() const =0
virtual bool MakeDeformable()
virtual ON_BOOL32 Read(ON_BinaryArchive &binary_archive)
virtual ON_BOOL32 Trim(const ON_Interval &domain)
virtual ON_BOOL32 Write(ON_BinaryArchive &binary_archive) const
virtual bool IsDeformable() const
bool SetDomain(ON_Interval domain)
virtual ON_BOOL32 GetNurbFormParameterFromCurveParameter(double curve_t, double *nurbs_t) const
ON_Curve & operator=(const ON_Curve &)
virtual 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
virtual int HasNurbForm() const
virtual ON_BOOL32 SetStartPoint(ON_3dPoint start_point)
ON_SimpleArray< double > m_t
virtual ON_BOOL32 GetSpanVector(double *knots) const =0
virtual ON_BOOL32 Reverse()=0
virtual int SpanCount() const =0
virtual ON_BOOL32 ChangeClosedCurveSeam(double t)
virtual 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
virtual ON_Interval Domain() const =0
virtual ON_BOOL32 IsInPlane(const ON_Plane &test_plane, double tolerance=ON_ZERO_TOLERANCE) const =0
virtual ON_BOOL32 SwapCoordinates(int i, int j)
virtual ON_BOOL32 IsClosed() const
virtual void Dump(ON_TextLog &) const
virtual ON_BOOL32 Split(double t, ON_Curve *&left_side, ON_Curve *&right_side) const
virtual ON_BOOL32 GetBBox(double *boxmin, double *boxmax, int bGrowBox=false) const =0
virtual ON_BOOL32 IsValid(ON_TextLog *text_log=NULL) const =0
virtual ON_BOOL32 IsLinear(double tolerance=ON_ZERO_TOLERANCE) const
virtual ON_BOOL32 SetEndPoint(ON_3dPoint end_point)
virtual ON_BOOL32 IsPlanar(ON_Plane *plane=NULL, double tolerance=ON_ZERO_TOLERANCE) const