Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/poisson4/bspline_data.h>
Classes | |
struct | BSplineComponents |
Public Member Functions | |
BSplineData () | |
virtual | ~BSplineData () |
virtual void | setDotTables (int flags) |
virtual void | clearDotTables (int flags) |
virtual void | setValueTables (int flags, double smooth=0) |
virtual void | setValueTables (int flags, double valueSmooth, double normalSmooth) |
virtual void | clearValueTables () |
void | setSampleSpan (int idx, int &start, int &end, double smooth=0) const |
void | set (int maxDepth, bool useDotRatios=true, bool reflectBoundary=false) |
int | Index (int i1, int i2) const |
Static Public Member Functions | |
static int | SymmetricIndex (int i1, int i2) |
static int | SymmetricIndex (int i1, int i2, int &index) |
Public Attributes | |
int | depth |
int | functionCount |
int | sampleCount |
Real * | vvDotTable |
Real * | dvDotTable |
Real * | ddDotTable |
Real * | valueTables |
Real * | dValueTables |
PPolynomial< Degree > | baseFunction |
PPolynomial< Degree > | leftBaseFunction |
PPolynomial< Degree > | rightBaseFunction |
PPolynomial< Degree-1 > | dBaseFunction |
PPolynomial< Degree-1 > | dLeftBaseFunction |
PPolynomial< Degree-1 > | dRightBaseFunction |
BSplineComponents | baseBSpline |
BSplineComponents | leftBSpline |
BSplineComponents | rightBSpline |
PPolynomial< Degree > * | baseFunctions |
BSplineComponents * | baseBSplines |
Static Public Attributes | |
static const int | VV_DOT_FLAG = 1 |
static const int | DV_DOT_FLAG = 2 |
static const int | DD_DOT_FLAG = 4 |
static const int | VALUE_FLAG = 1 |
static const int | D_VALUE_FLAG = 2 |
Definition at line 45 of file bspline_data.h.
pcl::poisson::BSplineData< Degree, Real >::BSplineData |
Definition at line 84 of file bspline_data.hpp.
|
virtual |
Definition at line 94 of file bspline_data.hpp.
|
virtual |
Definition at line 290 of file bspline_data.hpp.
|
virtual |
Definition at line 372 of file bspline_data.hpp.
|
inline |
Definition at line 379 of file bspline_data.hpp.
void pcl::poisson::BSplineData< Degree, Real >::set | ( | int | maxDepth, |
bool | useDotRatios = true , |
||
bool | reflectBoundary = false |
||
) |
Definition at line 116 of file bspline_data.hpp.
References pcl::poisson::PPolynomial< Degree >::BSpline(), pcl::poisson::BinaryNode< Real >::CenterAndWidth(), pcl::poisson::BinaryNode< Real >::CenterCount(), pcl::poisson::BinaryNode< Real >::CornerCount(), pcl::poisson::BinaryNode< Real >::CumulativeCenterCount(), pcl::poisson::BinaryNode< Real >::DepthAndOffset(), pcl::poisson::StartingPolynomial< Degree >::p, pcl::poisson::StartingPolynomial< Degree >::shift(), and pcl::poisson::StartingPolynomial< Degree >::start.
Referenced by pcl::poisson::Octree< Degree >::GetSolutionGrid().
|
virtual |
Definition at line 175 of file bspline_data.hpp.
References pcl::poisson::BinaryNode< Real >::CenterIndex(), pcl::poisson::BSplineElements< Degree >::denominator, pcl::poisson::BSplineElements< Degree >::differentiate(), pcl::poisson::SetBSplineElementIntegrals(), and pcl::poisson::BSplineElements< Degree >::upSample().
void pcl::poisson::BSplineData< Degree, Real >::setSampleSpan | ( | int | idx, |
int & | start, | ||
int & | end, | ||
double | smooth = 0 |
||
) | const |
Definition at line 303 of file bspline_data.hpp.
References pcl::poisson::BinaryNode< Real >::DepthAndOffset().
Referenced by pcl::poisson::Octree< Degree >::GetSolutionGrid().
|
virtual |
Definition at line 322 of file bspline_data.hpp.
References pcl::poisson::PPolynomial< Degree >::derivative(), and pcl::poisson::PPolynomial< Degree >::MovingAverage().
Referenced by pcl::poisson::Octree< Degree >::GetSolutionGrid().
|
virtual |
Definition at line 350 of file bspline_data.hpp.
References pcl::poisson::PPolynomial< Degree >::derivative(), and pcl::poisson::PPolynomial< Degree >::MovingAverage().
|
inlinestatic |
Definition at line 381 of file bspline_data.hpp.
|
inlinestatic |
Definition at line 387 of file bspline_data.hpp.
BSplineComponents pcl::poisson::BSplineData< Degree, Real >::baseBSpline |
Definition at line 70 of file bspline_data.h.
BSplineComponents* pcl::poisson::BSplineData< Degree, Real >::baseBSplines |
Definition at line 72 of file bspline_data.h.
PPolynomial< Degree > pcl::poisson::BSplineData< Degree, Real >::baseFunction |
Definition at line 68 of file bspline_data.h.
PPolynomial<Degree>* pcl::poisson::BSplineData< Degree, Real >::baseFunctions |
Definition at line 71 of file bspline_data.h.
|
static |
Definition at line 63 of file bspline_data.h.
PPolynomial< Degree-1 > pcl::poisson::BSplineData< Degree, Real >::dBaseFunction |
Definition at line 69 of file bspline_data.h.
|
static |
Definition at line 61 of file bspline_data.h.
Real * pcl::poisson::BSplineData< Degree, Real >::ddDotTable |
Definition at line 66 of file bspline_data.h.
int pcl::poisson::BSplineData< Degree, Real >::depth |
Definition at line 65 of file bspline_data.h.
PPolynomial< Degree-1 > pcl::poisson::BSplineData< Degree, Real >::dLeftBaseFunction |
Definition at line 69 of file bspline_data.h.
PPolynomial< Degree-1 > pcl::poisson::BSplineData< Degree, Real >::dRightBaseFunction |
Definition at line 69 of file bspline_data.h.
|
static |
Definition at line 60 of file bspline_data.h.
Real * pcl::poisson::BSplineData< Degree, Real >::dValueTables |
Definition at line 67 of file bspline_data.h.
Real * pcl::poisson::BSplineData< Degree, Real >::dvDotTable |
Definition at line 66 of file bspline_data.h.
int pcl::poisson::BSplineData< Degree, Real >::functionCount |
Definition at line 65 of file bspline_data.h.
Referenced by pcl::poisson::Octree< Degree >::GetSolutionGrid().
PPolynomial< Degree > pcl::poisson::BSplineData< Degree, Real >::leftBaseFunction |
Definition at line 68 of file bspline_data.h.
BSplineComponents pcl::poisson::BSplineData< Degree, Real >::leftBSpline |
Definition at line 70 of file bspline_data.h.
PPolynomial< Degree > pcl::poisson::BSplineData< Degree, Real >::rightBaseFunction |
Definition at line 68 of file bspline_data.h.
BSplineComponents pcl::poisson::BSplineData< Degree, Real >::rightBSpline |
Definition at line 70 of file bspline_data.h.
int pcl::poisson::BSplineData< Degree, Real >::sampleCount |
Definition at line 65 of file bspline_data.h.
|
static |
Definition at line 62 of file bspline_data.h.
Referenced by pcl::poisson::Octree< Degree >::GetSolutionGrid().
Real* pcl::poisson::BSplineData< Degree, Real >::valueTables |
Definition at line 67 of file bspline_data.h.
Referenced by pcl::poisson::Octree< Degree >::GetSolutionGrid().
|
static |
Definition at line 59 of file bspline_data.h.
Real* pcl::poisson::BSplineData< Degree, Real >::vvDotTable |
Definition at line 66 of file bspline_data.h.