Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes
pcl::poisson::StartingPolynomial< Degree > Class Template Reference

#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
 

Detailed Description

template<int Degree>
class pcl::poisson::StartingPolynomial< Degree >

Definition at line 44 of file ppolynomial.h.

Member Function Documentation

◆ Compare()

template<int Degree>
int pcl::poisson::StartingPolynomial< Degree >::Compare ( const void *  v1,
const void *  v2 
)
static

Definition at line 76 of file ppolynomial.hpp.

◆ operator*()

template<int Degree>
template<int Degree2>
StartingPolynomial< Degree+Degree2 > pcl::poisson::StartingPolynomial< Degree >::operator* ( const StartingPolynomial< Degree2 > &  p) const

◆ operator<()

template<int Degree>
int pcl::poisson::StartingPolynomial< Degree >::operator< ( const StartingPolynomial< Degree > &  sp) const

Definition at line 71 of file ppolynomial.hpp.

◆ scale()

template<int Degree>
StartingPolynomial< Degree > pcl::poisson::StartingPolynomial< Degree >::scale ( double  s) const

◆ shift()

template<int Degree>
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().

Member Data Documentation

◆ p

template<int Degree>
Polynomial<Degree> pcl::poisson::StartingPolynomial< Degree >::p

◆ start

template<int Degree>
double pcl::poisson::StartingPolynomial< Degree >::start

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