Go to the source code of this file.
Classes | |
struct | pcl::poisson::UpSampleData |
Namespaces | |
namespace | pcl |
namespace | pcl::poisson |
namespace | std |
Defines | |
#define | ITERATION_POWER 1.0/3 |
#define | MEMORY_ALLOCATOR_BLOCK_SIZE 1<<12 |
#define | SPLAT_ORDER 2 |
Functions | |
void | pcl::poisson::atomicOr (volatile int &dest, int value) |
Variables | |
const Real | pcl::poisson::EPSILON = Real(1e-6) |
const Real | pcl::poisson::MATRIX_ENTRY_EPSILON = Real(0) |
const Real | pcl::poisson::ROUND_EPS = Real(1e-5) |
#define ITERATION_POWER 1.0/3 |
Definition at line 40 of file multi_grid_octree_data.hpp.
#define MEMORY_ALLOCATOR_BLOCK_SIZE 1<<12 |
Definition at line 41 of file multi_grid_octree_data.hpp.
#define SPLAT_ORDER 2 |
Definition at line 42 of file multi_grid_octree_data.hpp.