huc::Grid< CellInfo >::Point Struct Reference
  Point struct is a convenient struct use to represent a 2D point for a grid (index position). More...
#include <grid.hxx>
Public Member Functions | |
| Point (uint32_t x=0, uint32_t y=0) | |
Public Attributes | |
| uint32_t | x | 
| uint32_t | y | 
Detailed Description
template<typename CellInfo = CellInfoBase>
struct huc::Grid< CellInfo >::Point
Point struct is a convenient struct use to represent a 2D point for a grid (index position).
Constructor & Destructor Documentation
template<typename CellInfo = CellInfoBase> 
      
  | 
  inline | 
Member Data Documentation
template<typename CellInfo = CellInfoBase> 
      | uint32_t huc::Grid< CellInfo >::Point::x | 
template<typename CellInfo = CellInfoBase> 
      | uint32_t huc::Grid< CellInfo >::Point::y | 
The documentation for this struct was generated from the following file:
          
          
          