Point Cloud Library (PCL) 1.12.0
|
#include <pcl/surface/3rdparty/poisson4/marching_cubes_poisson.h>
Public Types | |
enum | { MAX_EDGES =2 } |
Static Public Member Functions | |
static const int * | edgeMask () |
static int | edges (int i, int j) |
static double & | vertexList (int i, int j) |
static int | GetIndex (const double values[Square::CORNERS], double iso) |
static int | IsAmbiguous (const double v[Square::CORNERS], double isoValue) |
static int | AddEdges (const double v[Square::CORNERS], double isoValue, Edge *edges) |
static int | AddEdgeIndices (const double v[Square::CORNERS], double isoValue, int *edges) |
Definition at line 84 of file marching_cubes_poisson.h.
Enumerator | |
---|---|
MAX_EDGES |
Definition at line 89 of file marching_cubes_poisson.h.
|
static |
|
static |
|
static |
|
static |