#include <function_data.h>
Public Member Functions | |
| virtual void | clearDotTables (const int &flags) |
| virtual void | clearValueTables (void) |
| Real | d2DotProduct (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 | dotProduct (const double ¢er1, const double &width1, const double ¢er2, const double &width2, int boundary1, int boundary2) const |
| FunctionData (void) | |
| void | set (const int &maxDepth, const PPolynomial< Degree > &F, const int &normalize, bool useDotRatios=true, bool reflectBoundary=false) |
| virtual void | setDotTables (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) |
| ~FunctionData (void) | |
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 | |
| PPolynomial< Degree > | baseFunction |
| PPolynomial< Degree+1 > * | baseFunctions |
| Real * | d2DotTable |
| PPolynomial< Degree-1 > | dBaseFunction |
| Real * | dDotTable |
| int | depth |
| PPolynomial< Degree-1 > | dLeftBaseFunction |
| Real * | dotTable |
| PPolynomial< Degree-1 > | dRightBaseFunction |
| Real * | dValueTables |
| PPolynomial< Degree > | leftBaseFunction |
| int | res |
| int | res2 |
| PPolynomial< Degree > | rightBaseFunction |
| Real * | valueTables |
Static Public Attributes | |
| static const int | D2_DOT_FLAG = 4 |
| static const int | D_DOT_FLAG = 2 |
| static const int | D_VALUE_FLAG = 2 |
| static const int | DOT_FLAG = 1 |
| static const int | VALUE_FLAG = 1 |
Private Attributes | |
| int | normalize |
| bool | reflectBoundary |
| bool | useDotRatios |
Definition at line 47 of file function_data.h.
| pcl::poisson::FunctionData< Degree, Real >::FunctionData | ( | void | ) |
Definition at line 39 of file function_data.hpp.
| pcl::poisson::FunctionData< Degree, Real >::~FunctionData | ( | void | ) |
Definition at line 47 of file function_data.hpp.
| void pcl::poisson::FunctionData< Degree, Real >::clearDotTables | ( | const int & | flags | ) | [virtual] |
Definition at line 225 of file function_data.hpp.
| void pcl::poisson::FunctionData< Degree, Real >::clearValueTables | ( | void | ) | [virtual] |
Definition at line 294 of file function_data.hpp.
| Real pcl::poisson::FunctionData< Degree, Real >::d2DotProduct | ( | const double & | center1, |
| const double & | width1, | ||
| const double & | center2, | ||
| const double & | width2, | ||
| int | boundary1, | ||
| int | boundary2 | ||
| ) | const |
Definition at line 391 of file function_data.hpp.
| Real pcl::poisson::FunctionData< Degree, Real >::dDotProduct | ( | const double & | center1, |
| const double & | width1, | ||
| const double & | center2, | ||
| const double & | width2, | ||
| int | boundary1, | ||
| int | boundary2 | ||
| ) | const |
Definition at line 379 of file function_data.hpp.
| Real pcl::poisson::FunctionData< Degree, Real >::dotProduct | ( | const double & | center1, |
| const double & | width1, | ||
| const double & | center2, | ||
| const double & | width2, | ||
| int | boundary1, | ||
| int | boundary2 | ||
| ) | const |
Definition at line 366 of file function_data.hpp.
| void pcl::poisson::FunctionData< Degree, Real >::set | ( | const int & | maxDepth, |
| const PPolynomial< Degree > & | F, | ||
| const int & | normalize, | ||
| bool | useDotRatios = true, |
||
| bool | reflectBoundary = false |
||
| ) |
Definition at line 66 of file function_data.hpp.
| void pcl::poisson::FunctionData< Degree, Real >::setDotTables | ( | const int & | flags | ) | [virtual] |
Definition at line 131 of file function_data.hpp.
| void pcl::poisson::FunctionData< Degree, Real >::setValueTables | ( | const int & | flags, |
| const double & | smooth = 0 |
||
| ) | [virtual] |
Definition at line 244 of file function_data.hpp.
| void pcl::poisson::FunctionData< Degree, Real >::setValueTables | ( | const int & | flags, |
| const double & | valueSmooth, | ||
| const double & | normalSmooth | ||
| ) | [virtual] |
Definition at line 272 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.
| 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.
| PPolynomial<Degree> pcl::poisson::FunctionData< Degree, Real >::baseFunction |
Definition at line 64 of file function_data.h.
| PPolynomial<Degree+1>* pcl::poisson::FunctionData< Degree, Real >::baseFunctions |
Definition at line 70 of file function_data.h.
const int pcl::poisson::FunctionData< Degree, Real >::D2_DOT_FLAG = 4 [static] |
Definition at line 56 of file function_data.h.
| Real * pcl::poisson::FunctionData< Degree, Real >::d2DotTable |
Definition at line 61 of file function_data.h.
const int pcl::poisson::FunctionData< Degree, Real >::D_DOT_FLAG = 2 [static] |
Definition at line 55 of file function_data.h.
const int pcl::poisson::FunctionData< Degree, Real >::D_VALUE_FLAG = 2 [static] |
Definition at line 58 of file function_data.h.
| PPolynomial<Degree-1> pcl::poisson::FunctionData< Degree, Real >::dBaseFunction |
Definition at line 65 of file function_data.h.
| Real * pcl::poisson::FunctionData< Degree, Real >::dDotTable |
Definition at line 61 of file function_data.h.
| 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.
const int pcl::poisson::FunctionData< Degree, Real >::DOT_FLAG = 1 [static] |
Definition at line 54 of file function_data.h.
| Real* pcl::poisson::FunctionData< Degree, Real >::dotTable |
Definition at line 61 of file function_data.h.
| PPolynomial<Degree-1> pcl::poisson::FunctionData< Degree, Real >::dRightBaseFunction |
Definition at line 65 of file function_data.h.
| Real * pcl::poisson::FunctionData< Degree, Real >::dValueTables |
Definition at line 62 of file function_data.h.
| PPolynomial<Degree> pcl::poisson::FunctionData< Degree, Real >::leftBaseFunction |
Definition at line 64 of file function_data.h.
int pcl::poisson::FunctionData< Degree, Real >::normalize [private] |
Definition at line 49 of file function_data.h.
bool pcl::poisson::FunctionData< Degree, Real >::reflectBoundary [private] |
Definition at line 51 of file function_data.h.
| int pcl::poisson::FunctionData< Degree, Real >::res |
Definition at line 60 of file function_data.h.
| int pcl::poisson::FunctionData< Degree, Real >::res2 |
Definition at line 60 of file function_data.h.
| PPolynomial<Degree> pcl::poisson::FunctionData< Degree, Real >::rightBaseFunction |
Definition at line 64 of file function_data.h.
bool pcl::poisson::FunctionData< Degree, Real >::useDotRatios [private] |
Definition at line 48 of file function_data.h.
const int pcl::poisson::FunctionData< Degree, Real >::VALUE_FLAG = 1 [static] |
Definition at line 57 of file function_data.h.
| Real* pcl::poisson::FunctionData< Degree, Real >::valueTables |
Definition at line 62 of file function_data.h.