ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FastMarching.h File Reference
#include "CVConst.h"
#include "CVGeom.h"
#include <cfloat>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <vector>
Include dependency graph for FastMarching.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ CC_FM_MAX_NUMBER_OF_NEIGHBOURS

#define CC_FM_MAX_NUMBER_OF_NEIGHBOURS   26

Definition at line 26 of file FastMarching.h.