|
Point Cloud Library (PCL) 1.12.1
|
#include <pcl/surface/3rdparty/poisson4/bspline_data.h>
Inheritance diagram for pcl::poisson::BSplineData< Degree, Real >:
Collaboration diagram for pcl::poisson::BSplineData< Degree, Real >:Classes | |
| struct | BSplineComponents |
Public Member Functions | |
| BSplineData (void) | |
| ~BSplineData (void) | |
| 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) |
| 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) |
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.
Definition at line 84 of file bspline_data.hpp.
| pcl::poisson::BSplineData< Degree, Real >::~BSplineData | ( | void | ) |
Definition at line 94 of file bspline_data.hpp.
|
virtual |
Definition at line 293 of file bspline_data.hpp.
|
virtual |
Definition at line 371 of file bspline_data.hpp.
Definition at line 378 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(), and pcl::poisson::BinaryNode< Real >::DepthAndOffset().
|
virtual |
Definition at line 175 of file bspline_data.hpp.
References pcl::poisson::BinaryNode< Real >::CenterIndex(), pcl::poisson::SetBSplineElementIntegrals(), and pcl::ConstCloudIterator< PointT >::size().
| void pcl::poisson::BSplineData< Degree, Real >::setSampleSpan | ( | int | idx, |
| int & | start, | ||
| int & | end, | ||
| double | smooth = 0 ) const |
Definition at line 302 of file bspline_data.hpp.
References pcl::poisson::BinaryNode< Real >::DepthAndOffset().
|
virtual |
Definition at line 321 of file bspline_data.hpp.
|
virtual |
Definition at line 349 of file bspline_data.hpp.
Definition at line 380 of file bspline_data.hpp.
|
inlinestatic |
Definition at line 386 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.
Definition at line 66 of file bspline_data.h.
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.
Definition at line 67 of file bspline_data.h.
Definition at line 66 of file bspline_data.h.
Definition at line 65 of file bspline_data.h.
| 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.
Definition at line 65 of file bspline_data.h.
|
static |
Definition at line 62 of file bspline_data.h.
Definition at line 67 of file bspline_data.h.
|
static |
Definition at line 59 of file bspline_data.h.
Definition at line 66 of file bspline_data.h.