#include <pcl/surface/3rdparty/poisson4/function_data.h>

Public Member Functions | |
| FunctionData (void) | |
| ~FunctionData (void) | |
| virtual void | setDotTables (const int &flags) |
| virtual void | clearDotTables (const int &flags) |
| virtual void | setValueTables (const int &flags, const double &smooth=0) |
| virtual void | setValueTables (const int &flags, const double &valueSmooth, const double &normalSmooth) |
| virtual void | clearValueTables (void) |
| void | set (const int &maxDepth, const PPolynomial< Degree > &F, const int &normalize, bool useDotRatios=true, bool reflectBoundary=false) |
| Real | dotProduct (const double ¢er1, const double &width1, const double ¢er2, const double &width2, int boundary1, int boundary2) const |
| Real | dDotProduct (const double ¢er1, const double &width1, const double ¢er2, const double &width2, int boundary1, int boundary2) const |
| Real | d2DotProduct (const double ¢er1, const double &width1, const double ¢er2, const double &width2, int boundary1, int boundary2) const |
Static Public Member Functions | |
| static int | SymmetricIndex (const int &i1, const int &i2) |
| static int | SymmetricIndex (const int &i1, const int &i2, int &index) |
Public Attributes | |
| int | depth |
| int | res |
| int | res2 |
| Real * | dotTable |
| Real * | dDotTable |
| Real * | d2DotTable |
| 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 |
| PPolynomial< Degree+1 > * | baseFunctions |
Static Public Attributes | |
| static const int | DOT_FLAG = 1 |
| static const int | D_DOT_FLAG = 2 |
| static const int | D2_DOT_FLAG = 4 |
| static const int | VALUE_FLAG = 1 |
| static const int | D_VALUE_FLAG = 2 |
Definition at line 47 of file function_data.h.
| pcl::poisson::FunctionData< Degree, Real >::FunctionData | ( | void | ) | [inline] |
Definition at line 39 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::d2DotTable, pcl::poisson::FunctionData< Degree, Real >::dDotTable, pcl::poisson::FunctionData< Degree, Real >::dotTable, pcl::poisson::FunctionData< Degree, Real >::dValueTables, pcl::poisson::FunctionData< Degree, Real >::res, and pcl::poisson::FunctionData< Degree, Real >::valueTables.
| pcl::poisson::FunctionData< Degree, Real >::~FunctionData | ( | void | ) | [inline] |
Definition at line 47 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::d2DotTable, pcl::poisson::FunctionData< Degree, Real >::dDotTable, pcl::poisson::FunctionData< Degree, Real >::dotTable, pcl::poisson::FunctionData< Degree, Real >::dValueTables, pcl::poisson::FunctionData< Degree, Real >::res, and pcl::poisson::FunctionData< Degree, Real >::valueTables.
| void pcl::poisson::FunctionData< Degree, Real >::clearDotTables | ( | const int & | flags | ) | [inline, virtual] |
Definition at line 225 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::D2_DOT_FLAG, pcl::poisson::FunctionData< Degree, Real >::d2DotTable, pcl::poisson::FunctionData< Degree, Real >::D_DOT_FLAG, pcl::poisson::FunctionData< Degree, Real >::dDotTable, pcl::poisson::FunctionData< Degree, Real >::DOT_FLAG, and pcl::poisson::FunctionData< Degree, Real >::dotTable.
Referenced by pcl::poisson::FunctionData< Degree, Real >::setDotTables().
| void pcl::poisson::FunctionData< Degree, Real >::clearValueTables | ( | void | ) | [inline, virtual] |
Definition at line 294 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::dValueTables, and pcl::poisson::FunctionData< Degree, Real >::valueTables.
Referenced by pcl::poisson::FunctionData< Degree, Real >::setValueTables().
| Real pcl::poisson::FunctionData< Degree, Real >::d2DotProduct | ( | const double & | center1, | |
| const double & | width1, | |||
| const double & | center2, | |||
| const double & | width2, | |||
| int | boundary1, | |||
| int | boundary2 | |||
| ) | const [inline] |
Definition at line 344 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::baseFunction, pcl::poisson::FunctionData< Degree, Real >::dBaseFunction, pcl::poisson::FunctionData< Degree, Real >::dLeftBaseFunction, and pcl::poisson::FunctionData< Degree, Real >::dRightBaseFunction.
Referenced by pcl::poisson::FunctionData< Degree, Real >::setDotTables().
| Real pcl::poisson::FunctionData< Degree, Real >::dDotProduct | ( | const double & | center1, | |
| const double & | width1, | |||
| const double & | center2, | |||
| const double & | width2, | |||
| int | boundary1, | |||
| int | boundary2 | |||
| ) | const [inline] |
Definition at line 323 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::baseFunction, pcl::poisson::FunctionData< Degree, Real >::dBaseFunction, pcl::poisson::FunctionData< Degree, Real >::dLeftBaseFunction, pcl::poisson::FunctionData< Degree, Real >::dRightBaseFunction, pcl::poisson::FunctionData< Degree, Real >::leftBaseFunction, pcl::poisson::FunctionData< Degree, Real >::rightBaseFunction, pcl::poisson::PPolynomial< Degree >::scale(), and pcl::poisson::PPolynomial< Degree >::shift().
Referenced by pcl::poisson::FunctionData< Degree, Real >::setDotTables().
| Real pcl::poisson::FunctionData< Degree, Real >::dotProduct | ( | const double & | center1, | |
| const double & | width1, | |||
| const double & | center2, | |||
| const double & | width2, | |||
| int | boundary1, | |||
| int | boundary2 | |||
| ) | const [inline] |
Definition at line 302 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::baseFunction, pcl::poisson::FunctionData< Degree, Real >::leftBaseFunction, pcl::poisson::FunctionData< Degree, Real >::rightBaseFunction, pcl::poisson::PPolynomial< Degree >::scale(), and pcl::poisson::PPolynomial< Degree >::shift().
Referenced by pcl::poisson::FunctionData< Degree, Real >::setDotTables().
| void pcl::poisson::FunctionData< Degree, Real >::set | ( | const int & | maxDepth, | |
| const PPolynomial< Degree > & | F, | |||
| const int & | normalize, | |||
| bool | useDotRatios = true, |
|||
| bool | reflectBoundary = false | |||
| ) | [inline] |
Definition at line 64 of file function_data.hpp.
References pcl::poisson::BinaryNode< Real >::CenterAndWidth(), pcl::poisson::BinaryNode< Real >::CumulativeCenterCount(), and pcl::poisson::BinaryNode< Real >::DepthAndOffset().
| void pcl::poisson::FunctionData< Degree, Real >::setDotTables | ( | const int & | flags | ) | [inline, virtual] |
Definition at line 131 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::baseFunction, pcl::poisson::FunctionData< Degree, Real >::clearDotTables(), pcl::poisson::FunctionData< Degree, Real >::D2_DOT_FLAG, pcl::poisson::FunctionData< Degree, Real >::d2DotProduct(), pcl::poisson::FunctionData< Degree, Real >::d2DotTable, pcl::poisson::FunctionData< Degree, Real >::D_DOT_FLAG, pcl::poisson::FunctionData< Degree, Real >::dDotProduct(), pcl::poisson::FunctionData< Degree, Real >::dDotTable, pcl::poisson::FunctionData< Degree, Real >::DOT_FLAG, pcl::poisson::FunctionData< Degree, Real >::dotProduct(), pcl::poisson::FunctionData< Degree, Real >::dotTable, pcl::poisson::FunctionData< Degree, Real >::res, and pcl::poisson::FunctionData< Degree, Real >::SymmetricIndex().
| void pcl::poisson::FunctionData< Degree, Real >::setValueTables | ( | const int & | flags, | |
| const double & | valueSmooth, | |||
| const double & | normalSmooth | |||
| ) | [inline, virtual] |
Definition at line 272 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::baseFunctions, pcl::poisson::FunctionData< Degree, Real >::clearValueTables(), pcl::poisson::FunctionData< Degree, Real >::D_VALUE_FLAG, pcl::poisson::PPolynomial< Degree >::derivative(), pcl::poisson::FunctionData< Degree, Real >::dValueTables, pcl::poisson::PPolynomial< Degree >::MovingAverage(), pcl::poisson::FunctionData< Degree, Real >::res, pcl::poisson::FunctionData< Degree, Real >::res2, pcl::poisson::FunctionData< Degree, Real >::VALUE_FLAG, and pcl::poisson::FunctionData< Degree, Real >::valueTables.
| void pcl::poisson::FunctionData< Degree, Real >::setValueTables | ( | const int & | flags, | |
| const double & | smooth = 0 | |||
| ) | [inline, virtual] |
Definition at line 244 of file function_data.hpp.
References pcl::poisson::FunctionData< Degree, Real >::baseFunctions, pcl::poisson::FunctionData< Degree, Real >::clearValueTables(), pcl::poisson::FunctionData< Degree, Real >::D_VALUE_FLAG, pcl::poisson::PPolynomial< Degree >::derivative(), pcl::poisson::FunctionData< Degree, Real >::dValueTables, pcl::poisson::PPolynomial< Degree >::MovingAverage(), pcl::poisson::FunctionData< Degree, Real >::res, pcl::poisson::FunctionData< Degree, Real >::res2, pcl::poisson::FunctionData< Degree, Real >::VALUE_FLAG, and pcl::poisson::FunctionData< Degree, Real >::valueTables.
| int pcl::poisson::FunctionData< Degree, Real >::SymmetricIndex | ( | const int & | i1, | |
| const int & | i2, | |||
| int & | index | |||
| ) | [inline, static] |
Definition at line 410 of file function_data.hpp.
| int pcl::poisson::FunctionData< Degree, Real >::SymmetricIndex | ( | const int & | i1, | |
| const int & | i2 | |||
| ) | [inline, static] |
Definition at line 404 of file function_data.hpp.
Referenced by pcl::poisson::FunctionData< Degree, Real >::setDotTables().
| PPolynomial<Degree> pcl::poisson::FunctionData< Degree, Real >::baseFunction |
Definition at line 64 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::d2DotProduct(), pcl::poisson::FunctionData< Degree, Real >::dDotProduct(), pcl::poisson::FunctionData< Degree, Real >::dotProduct(), and pcl::poisson::FunctionData< Degree, Real >::setDotTables().
| PPolynomial<Degree+1>* pcl::poisson::FunctionData< Degree, Real >::baseFunctions |
Definition at line 70 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::setValueTables().
const int pcl::poisson::FunctionData< Degree, Real >::D2_DOT_FLAG = 4 [static] |
Definition at line 56 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::clearDotTables(), and pcl::poisson::FunctionData< Degree, Real >::setDotTables().
| Real * pcl::poisson::FunctionData< Degree, Real >::d2DotTable |
Definition at line 61 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::clearDotTables(), pcl::poisson::FunctionData< Degree, Real >::FunctionData(), pcl::poisson::FunctionData< Degree, Real >::setDotTables(), and pcl::poisson::FunctionData< Degree, Real >::~FunctionData().
const int pcl::poisson::FunctionData< Degree, Real >::D_DOT_FLAG = 2 [static] |
Definition at line 55 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::clearDotTables(), and pcl::poisson::FunctionData< Degree, Real >::setDotTables().
const int pcl::poisson::FunctionData< Degree, Real >::D_VALUE_FLAG = 2 [static] |
Definition at line 58 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::setValueTables().
| PPolynomial<Degree-1> pcl::poisson::FunctionData< Degree, Real >::dBaseFunction |
Definition at line 65 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::d2DotProduct(), and pcl::poisson::FunctionData< Degree, Real >::dDotProduct().
| Real * pcl::poisson::FunctionData< Degree, Real >::dDotTable |
Definition at line 61 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::clearDotTables(), pcl::poisson::FunctionData< Degree, Real >::FunctionData(), pcl::poisson::FunctionData< Degree, Real >::setDotTables(), and pcl::poisson::FunctionData< Degree, Real >::~FunctionData().
| int pcl::poisson::FunctionData< Degree, Real >::depth |
Definition at line 60 of file function_data.h.
| PPolynomial<Degree-1> pcl::poisson::FunctionData< Degree, Real >::dLeftBaseFunction |
Definition at line 65 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::d2DotProduct(), and pcl::poisson::FunctionData< Degree, Real >::dDotProduct().
const int pcl::poisson::FunctionData< Degree, Real >::DOT_FLAG = 1 [static] |
Definition at line 54 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::clearDotTables(), and pcl::poisson::FunctionData< Degree, Real >::setDotTables().
| Real* pcl::poisson::FunctionData< Degree, Real >::dotTable |
Definition at line 61 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::clearDotTables(), pcl::poisson::FunctionData< Degree, Real >::FunctionData(), pcl::poisson::FunctionData< Degree, Real >::setDotTables(), and pcl::poisson::FunctionData< Degree, Real >::~FunctionData().
| PPolynomial<Degree-1> pcl::poisson::FunctionData< Degree, Real >::dRightBaseFunction |
Definition at line 65 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::d2DotProduct(), and pcl::poisson::FunctionData< Degree, Real >::dDotProduct().
| Real * pcl::poisson::FunctionData< Degree, Real >::dValueTables |
Definition at line 62 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::clearValueTables(), pcl::poisson::FunctionData< Degree, Real >::FunctionData(), pcl::poisson::FunctionData< Degree, Real >::setValueTables(), and pcl::poisson::FunctionData< Degree, Real >::~FunctionData().
| PPolynomial<Degree> pcl::poisson::FunctionData< Degree, Real >::leftBaseFunction |
Definition at line 64 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::dDotProduct(), and pcl::poisson::FunctionData< Degree, Real >::dotProduct().
| int pcl::poisson::FunctionData< Degree, Real >::res |
Definition at line 60 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::FunctionData(), pcl::poisson::FunctionData< Degree, Real >::setDotTables(), pcl::poisson::FunctionData< Degree, Real >::setValueTables(), and pcl::poisson::FunctionData< Degree, Real >::~FunctionData().
| int pcl::poisson::FunctionData< Degree, Real >::res2 |
Definition at line 60 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::setValueTables().
| PPolynomial<Degree> pcl::poisson::FunctionData< Degree, Real >::rightBaseFunction |
Definition at line 64 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::dDotProduct(), and pcl::poisson::FunctionData< Degree, Real >::dotProduct().
const int pcl::poisson::FunctionData< Degree, Real >::VALUE_FLAG = 1 [static] |
Definition at line 57 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::setValueTables().
| Real* pcl::poisson::FunctionData< Degree, Real >::valueTables |
Definition at line 62 of file function_data.h.
Referenced by pcl::poisson::FunctionData< Degree, Real >::clearValueTables(), pcl::poisson::FunctionData< Degree, Real >::FunctionData(), pcl::poisson::FunctionData< Degree, Real >::setValueTables(), and pcl::poisson::FunctionData< Degree, Real >::~FunctionData().