![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "CVConst.h"#include "CVGeom.h"#include <cfloat>#include <cstdio>#include <cstdlib>#include <cstring>#include <vector>

Go to the source code of this file.
Classes | |
| class | cloudViewer::FastMarching |
| Fast Marching algorithm (front propagation) More... | |
| class | cloudViewer::FastMarching::Cell |
| A generic Fast Marching grid cell. More... | |
Namespaces | |
| cloudViewer | |
| Generic file read and write utility for python interface. | |
Macros | |
| #define | CC_FM_MAX_NUMBER_OF_NEIGHBOURS 26 |
Variables | |
| const int | cloudViewer::c_FastMarchingNeighbourPosShift [] |
| Grid neighboring cells positions. More... | |
| #define CC_FM_MAX_NUMBER_OF_NEIGHBOURS 26 |
Definition at line 26 of file FastMarching.h.