huc::CellInfoBase Struct Reference

#include <grid.hxx>

Inheritance diagram for huc::CellInfoBase:

Public Member Functions

 CellInfoBase ()
 

Public Attributes

bool isVisited
 

Detailed Description

CellInfoBase - Used to store extra information associated with a Grid::Cell. It is used as template argument for the Grid class.

Definition at line 32 of file grid.hxx.

Constructor & Destructor Documentation

huc::CellInfoBase::CellInfoBase ( )
inline

Definition at line 34 of file grid.hxx.

34 : isVisited(false) {}
bool isVisited
Definition: grid.hxx:35

Member Data Documentation

bool huc::CellInfoBase::isVisited

Definition at line 35 of file grid.hxx.


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