Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/poisson4/ppolynomial.h>
Public Member Functions | |
template<int Degree2> | |
StartingPolynomial< Degree+Degree2 > | operator* (const StartingPolynomial< Degree2 > &p) const |
StartingPolynomial | scale (double s) const |
StartingPolynomial | shift (double t) const |
int | operator< (const StartingPolynomial &sp) const |
Static Public Member Functions | |
static int | Compare (const void *v1, const void *v2) |
Public Attributes | |
Polynomial< Degree > | p |
double | start |
Definition at line 44 of file ppolynomial.h.
|
static |
Definition at line 76 of file ppolynomial.hpp.
StartingPolynomial< Degree+Degree2 > pcl::poisson::StartingPolynomial< Degree >::operator* | ( | const StartingPolynomial< Degree2 > & | p | ) | const |
Definition at line 47 of file ppolynomial.hpp.
References pcl::poisson::StartingPolynomial< Degree >::p, and pcl::poisson::StartingPolynomial< Degree >::start.
int pcl::poisson::StartingPolynomial< Degree >::operator< | ( | const StartingPolynomial< Degree > & | sp | ) | const |
Definition at line 71 of file ppolynomial.hpp.
StartingPolynomial< Degree > pcl::poisson::StartingPolynomial< Degree >::scale | ( | double | s | ) | const |
Definition at line 55 of file ppolynomial.hpp.
References pcl::poisson::StartingPolynomial< Degree >::p, and pcl::poisson::StartingPolynomial< Degree >::start.
StartingPolynomial< Degree > pcl::poisson::StartingPolynomial< Degree >::shift | ( | double | t | ) | const |
Definition at line 62 of file ppolynomial.hpp.
Referenced by pcl::poisson::BSplineData< Degree, Real >::set().
Polynomial<Degree> pcl::poisson::StartingPolynomial< Degree >::p |
Definition at line 46 of file ppolynomial.h.
Referenced by pcl::poisson::PPolynomial< Degree-1 >::getSolutions(), pcl::poisson::PPolynomial< Degree >::MovingAverage(), pcl::poisson::StartingPolynomial< Degree >::operator*(), pcl::poisson::StartingPolynomial< Degree >::scale(), and pcl::poisson::BSplineData< Degree, Real >::set().
double pcl::poisson::StartingPolynomial< Degree >::start |
Definition at line 47 of file ppolynomial.h.
Referenced by pcl::poisson::PPolynomial< Degree >::addScaled(), pcl::poisson::PPolynomial< Degree >::derivative(), pcl::poisson::PPolynomial< Degree >::MovingAverage(), pcl::poisson::StartingPolynomial< Degree >::operator*(), pcl::poisson::StartingPolynomial< Degree >::scale(), and pcl::poisson::BSplineData< Degree, Real >::set().