NGen
|
#include <GridDataSelector.hpp>
Public Attributes | |
std::uint64_t | rows |
Total number of rows (aka y) | |
std::uint64_t | columns |
Total number of columns (aka x) | |
BoundingBox | extent |
Extent of the grid region (aka min-max corner points) | |
std::uint64_t GridSpecification::columns |
Total number of columns (aka x)
Referenced by GridDataSelector::GridDataSelector(), GridDataSelector::GridDataSelector(), and GridDataSelector::GridDataSelector().
BoundingBox GridSpecification::extent |
Extent of the grid region (aka min-max corner points)
Referenced by GridDataSelector::GridDataSelector(), GridDataSelector::GridDataSelector(), and GridDataSelector::GridDataSelector().
std::uint64_t GridSpecification::rows |
Total number of rows (aka y)
Referenced by GridDataSelector::GridDataSelector(), GridDataSelector::GridDataSelector(), and GridDataSelector::GridDataSelector().