CCCoreLib 31 May 2022
CloudCompare Core algorithms
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CCCoreLib::FastMarching::Cell Class Reference

A generic Fast Marching grid cell. More...

#include <FastMarching.h>

Inheritance diagram for CCCoreLib::FastMarching::Cell:
Inheritance graph
[legend]

Public Types

enum  STATE { EMPTY_CELL = 0 , FAR_CELL = 1 , TRIAL_CELL = 2 , ACTIVE_CELL = 3 }
 Possible states of a Fast Marching grid cell.
 

Public Member Functions

 Cell ()
 Default constructor.
 
virtual ~Cell ()=default
 Virtual destructor.
 

Static Public Member Functions

static float T_INF ()
 Returns infinite time value.
 

Public Attributes

STATE state
 Cell state.
 
float T
 Front arrival time.
 

Detailed Description

A generic Fast Marching grid cell.


The documentation for this class was generated from the following file: