![]() |
FireSTARR
|
This is the complete list of members for fs::data::Grid< T, V >, including all inherited members.
| at(const Location &location) const =0 | fs::data::Grid< T, V > | pure virtual |
| at(const Position< P > &position) const (defined in fs::data::Grid< T, V >) | fs::data::Grid< T, V > | inline |
| calculateColumns() const noexcept | fs::data::GridBase | inline |
| calculateRows() const noexcept | fs::data::GridBase | inline |
| cell_size_ | fs::data::GridBase | private |
| cellSize() const noexcept | fs::data::GridBase | inline |
| columns() const noexcept | fs::data::Grid< T, V > | inline |
| columns_ | fs::data::Grid< T, V > | private |
| createPrj(const string &dir, const string &base_name) const | fs::data::GridBase | |
| findCoordinates(const topo::Point &point, bool flipped) const | fs::data::GridBase | |
| findFullCoordinates(const topo::Point &point, bool flipped) const | fs::data::GridBase | |
| Grid(const MathSize cell_size, const Idx rows, const Idx columns, const V nodata_input, const T nodata_value, const MathSize xllcorner, const MathSize yllcorner, const MathSize xurcorner, const MathSize yurcorner, string &&proj4) noexcept | fs::data::Grid< T, V > | inlineprotected |
| Grid(const GridBase &grid_info, V no_data) noexcept | fs::data::Grid< T, V > | inlineprotected |
| GridBase(GridBase &&rhs) noexcept=default | fs::data::GridBase | |
| GridBase(const GridBase &rhs)=default | fs::data::GridBase | |
| GridBase(MathSize cell_size, MathSize xllcorner, MathSize yllcorner, MathSize xurcorner, MathSize yurcorner, string &&proj4) noexcept | fs::data::GridBase | |
| GridBase() noexcept | fs::data::GridBase | |
| nodata_input_ | fs::data::Grid< T, V > | private |
| nodata_value_ | fs::data::Grid< T, V > | private |
| nodataInput() const noexcept | fs::data::Grid< T, V > | inline |
| nodataValue() const noexcept | fs::data::Grid< T, V > | inline |
| operator=(const GridBase &rhs)=default | fs::data::GridBase | |
| operator=(GridBase &&rhs) noexcept=default | fs::data::GridBase | |
| proj4() const noexcept | fs::data::GridBase | inline |
| proj4_ | fs::data::GridBase | private |
| rows() const noexcept | fs::data::Grid< T, V > | inline |
| rows_ | fs::data::Grid< T, V > | private |
| set(const Location &location, T value)=0 | fs::data::Grid< T, V > | pure virtual |
| set(const Position< P > &position, const T value) (defined in fs::data::Grid< T, V >) | fs::data::Grid< T, V > | inline |
| xllcorner() const noexcept | fs::data::GridBase | inline |
| xllcorner_ | fs::data::GridBase | private |
| xurcorner() const noexcept | fs::data::GridBase | inline |
| xurcorner_ | fs::data::GridBase | private |
| yllcorner() const noexcept | fs::data::GridBase | inline |
| yllcorner_ | fs::data::GridBase | private |
| yurcorner() const noexcept | fs::data::GridBase | inline |
| yurcorner_ | fs::data::GridBase | private |
| ~GridBase()=default (defined in fs::data::GridBase) | fs::data::GridBase | virtual |