![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
A Fast Marching grid cell for surfacical propagation. More...
#include <FastMarchingForPropagation.h>


Public Member Functions | |
| PropagationCell () | |
| Default constructor. More... | |
| ~PropagationCell () override=default | |
| Destructor. More... | |
Public Member Functions inherited from cloudViewer::FastMarching::Cell | |
| Cell () | |
| Default constructor. More... | |
| virtual | ~Cell ()=default |
| Virtual destructor. More... | |
Public Attributes | |
| float | f |
| Local front acceleration. More... | |
| DgmOctree::CellCode | cellCode |
| Equivalent cell code in the octree. More... | |
Public Attributes inherited from cloudViewer::FastMarching::Cell | |
| STATE | state |
| Cell state. More... | |
| float | T |
| Front arrival time. More... | |
Additional Inherited Members | |
Public Types inherited from cloudViewer::FastMarching::Cell | |
| enum | STATE { EMPTY_CELL = 0 , FAR_CELL = 1 , TRIAL_CELL = 2 , ACTIVE_CELL = 3 } |
| Possible states of a Fast Marching grid cell. More... | |
Static Public Member Functions inherited from cloudViewer::FastMarching::Cell | |
| static float | T_INF () |
| Returns infinite time value. More... | |
A Fast Marching grid cell for surfacical propagation.
Definition at line 86 of file FastMarchingForPropagation.h.
|
inline |
Default constructor.
Definition at line 89 of file FastMarchingForPropagation.h.
|
overridedefault |
Destructor.
| DgmOctree::CellCode cloudViewer::FastMarchingForPropagation::PropagationCell::cellCode |
Equivalent cell code in the octree.
Definition at line 97 of file FastMarchingForPropagation.h.
Referenced by cloudViewer::FastMarchingForPropagation::extractPropagatedPoints(), cloudViewer::FastMarchingForPropagation::init(), and cloudViewer::FastMarchingForPropagation::setPropagationTimingsAsDistances().
| float cloudViewer::FastMarchingForPropagation::PropagationCell::f |
Local front acceleration.
Definition at line 95 of file FastMarchingForPropagation.h.
Referenced by cloudViewer::FastMarchingForPropagation::computeTCoefApprox(), cloudViewer::FastMarchingForPropagation::findPeaks(), and cloudViewer::FastMarchingForPropagation::init().