#include <pcl/surface/poisson/octree_poisson.h>
Go to the source code of this file.
Namespaces | |
namespace | pcl |
namespace | pcl::poisson |
Defines | |
#define | ITERATION_POWER 1.0/3 |
#define | MEMORY_ALLOCATOR_BLOCK_SIZE 1<<12 |
#define | PAD_SIZE (Real (1.0)) |
#define | READ_SIZE 1024 |
Variables | |
const Real | pcl::poisson::EPSILON = Real (1e-6) |
const Real | pcl::poisson::ROUND_EPS = Real (1e-5) |
#define ITERATION_POWER 1.0/3 |
Definition at line 43 of file multi_grid_octree_data.hpp.
#define MEMORY_ALLOCATOR_BLOCK_SIZE 1<<12 |
Definition at line 44 of file multi_grid_octree_data.hpp.
#define PAD_SIZE (Real (1.0)) |
Definition at line 48 of file multi_grid_octree_data.hpp.
#define READ_SIZE 1024 |
Definition at line 46 of file multi_grid_octree_data.hpp.