|
Point Cloud Library (PCL) 1.15.1
|
#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.
| anonymous enum |
| Enumerator | |
|---|---|
| MAX_EDGES | |
Definition at line 89 of file marching_cubes_poisson.h.
|
static |
References pcl::poisson::Square::CORNERS, and edges().
|
static |
References pcl::poisson::Square::CORNERS, and edges().
|
static |
|
static |
Referenced by AddEdgeIndices(), and AddEdges().
|
static |
References pcl::poisson::Square::CORNERS.
|
static |
References pcl::poisson::Square::CORNERS.
|
static |