#include <bspline_data.h>
Public Types | |
enum | { NONE = 0, DIRICHLET = -1, NEUMANN = 1 } |
Public Member Functions | |
void | _addLeft (int offset, int boundary) |
void | _addRight (int offset, int boundary) |
BSplineElements (void) | |
BSplineElements (int res, int offset, int boundary=NONE) | |
void | differentiate (BSplineElements< Degree-1 > &d) const |
void | print (FILE *fp=stdout) const |
void | upSample (BSplineElements &high) const |
template<> | |
void | upSample (BSplineElements< 1 > &high) const |
template<> | |
void | upSample (BSplineElements< 2 > &high) const |
Public Attributes | |
int | denominator |
Static Public Attributes | |
static const int | _off = (Degree+1)/2 |
Definition at line 108 of file bspline_data.h.
anonymous enum |
Definition at line 114 of file bspline_data.h.
pcl::poisson::BSplineElements< Degree >::BSplineElements | ( | void | ) | [inline] |
Definition at line 123 of file bspline_data.h.
pcl::poisson::BSplineElements< Degree >::BSplineElements | ( | int | res, |
int | offset, | ||
int | boundary = NONE |
||
) |
Definition at line 395 of file bspline_data.hpp.
void pcl::poisson::BSplineElements< Degree >::_addLeft | ( | int | offset, |
int | boundary | ||
) |
Definition at line 413 of file bspline_data.hpp.
void pcl::poisson::BSplineElements< Degree >::_addRight | ( | int | offset, |
int | boundary | ||
) |
Definition at line 425 of file bspline_data.hpp.
void pcl::poisson::BSplineElements< Degree >::differentiate | ( | BSplineElements< Degree-1 > & | d | ) | const |
Definition at line 499 of file bspline_data.hpp.
void pcl::poisson::BSplineElements< Degree >::print | ( | FILE * | fp = stdout | ) | const [inline] |
Definition at line 129 of file bspline_data.h.
void pcl::poisson::BSplineElements< Degree >::upSample | ( | BSplineElements< Degree > & | high | ) | const |
Definition at line 437 of file bspline_data.hpp.
void pcl::poisson::BSplineElements< 1 >::upSample | ( | BSplineElements< 1 > & | high | ) | const |
Definition at line 443 of file bspline_data.hpp.
void pcl::poisson::BSplineElements< 2 >::upSample | ( | BSplineElements< 2 > & | high | ) | const |
Definition at line 462 of file bspline_data.hpp.
const int pcl::poisson::BSplineElements< Degree >::_off = (Degree+1)/2 [static] |
Definition at line 110 of file bspline_data.h.
int pcl::poisson::BSplineElements< Degree >::denominator |
Definition at line 121 of file bspline_data.h.