Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_bezier.h>
Public Member Functions | |
ON_PolynomialSurface () | |
ON_PolynomialSurface (int, ON_BOOL32, int, int) | |
~ON_PolynomialSurface () | |
ON_PolynomialSurface (const ON_PolynomialSurface &) | |
ON_PolynomialSurface (const ON_BezierSurface &) | |
ON_PolynomialSurface & | operator= (const ON_PolynomialSurface &) |
ON_PolynomialSurface & | operator= (const ON_BezierSurface &) |
ON_BOOL32 | Create (int, ON_BOOL32, int, int) |
void | Destroy () |
ON_BOOL32 | Evaluate (double s, double t, int der_count, int v_stride, double *v) const |
Public Attributes | |
int | m_dim |
int | m_is_rat |
int | m_order [2] |
ON_4dPointArray | m_cv |
ON_Interval | m_domain [2] |
Definition at line 108 of file opennurbs_bezier.h.
ON_PolynomialSurface::ON_PolynomialSurface | ( | int | , |
ON_BOOL32 | , | ||
int | , | ||
int | |||
) |
ON_BOOL32 ON_PolynomialSurface::Create | ( | int | , |
ON_BOOL32 | , | ||
int | , | ||
int | |||
) |
void ON_PolynomialSurface::Destroy | ( | ) |
ON_BOOL32 ON_PolynomialSurface::Evaluate | ( | double | s, |
double | t, | ||
int | der_count, | ||
int | v_stride, | ||
double * | v | ||
) | const |
ON_PolynomialSurface& ON_PolynomialSurface::operator= | ( | const ON_PolynomialSurface & | ) |
ON_PolynomialSurface& ON_PolynomialSurface::operator= | ( | const ON_BezierSurface & | ) |
Definition at line 143 of file opennurbs_bezier.h.
Definition at line 140 of file opennurbs_bezier.h.
Definition at line 145 of file opennurbs_bezier.h.
Definition at line 141 of file opennurbs_bezier.h.
Definition at line 142 of file opennurbs_bezier.h.