at(const Location &location) const override | fs::data::GridMap< unsigned char > | inlinevirtual |
BurnedMap(const Grid< unsigned char, unsigned char > &perim_grid, const Environment &env) | fs::topo::BurnedMap | 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 |
clear() noexcept | fs::data::GridMap< unsigned char > | inline |
columns() const noexcept | fs::data::Grid< unsigned char, unsigned char > | inline |
columns_ | fs::data::Grid< unsigned char, unsigned char > | private |
contains(const Location &location) const | fs::data::GridMap< unsigned char > | inline |
createPrj(const string &dir, const string &base_name) const | fs::data::GridBase | |
data | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | |
findCoordinates(const topo::Point &point, bool flipped) const | fs::data::GridBase | |
findFullCoordinates(const topo::Point &point, bool flipped) const | fs::data::GridBase | |
fireSize() const noexcept | fs::data::GridMap< unsigned char > | inline |
Grid(const MathSize cell_size, const Idx rows, const Idx columns, const unsigned char nodata_input, const unsigned char nodata_value, const MathSize xllcorner, const MathSize yllcorner, const MathSize xurcorner, const MathSize yurcorner, string &&proj4) noexcept | fs::data::Grid< unsigned char, unsigned char > | inlineprotected |
Grid(const GridBase &grid_info, unsigned char no_data) noexcept | fs::data::Grid< unsigned char, unsigned char > | 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 | |
GridData(const MathSize cell_size, const Idx rows, const Idx columns, const unsigned char nodata_input, const unsigned char nodata_value, const MathSize xllcorner, const MathSize yllcorner, const MathSize xurcorner, const MathSize yurcorner, string &&proj4, map< Location, unsigned char > &&data) | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
GridData(const GridData &rhs) | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
GridData(GridData &&rhs) noexcept | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
GridMap(const MathSize cell_size, const Idx rows, const Idx columns, unsigned char no_data, const int nodata, const MathSize xllcorner, const MathSize yllcorner, const MathSize xurcorner, const MathSize yurcorner, string &&proj4) | fs::data::GridMap< unsigned char > | inline |
GridMap(const Grid< unsigned char, unsigned char > &grid) | fs::data::GridMap< unsigned char > | inlineexplicit |
GridMap(const GridBase &grid_info, unsigned char no_data) | fs::data::GridMap< unsigned char > | inline |
GridMap(GridMap &&rhs) noexcept | fs::data::GridMap< unsigned char > | inline |
GridMap(const GridMap &rhs) | fs::data::GridMap< unsigned char > | inline |
makeEdge() const | fs::data::GridMap< unsigned char > | inline |
makeList() const | fs::data::GridMap< unsigned char > | inline |
nodata_input_ | fs::data::Grid< unsigned char, unsigned char > | private |
nodata_value_ | fs::data::Grid< unsigned char, unsigned char > | private |
nodataInput() const noexcept | fs::data::Grid< unsigned char, unsigned char > | inline |
nodataValue() const noexcept | fs::data::Grid< unsigned char, unsigned char > | inline |
operator=(GridMap &&rhs) noexcept | fs::data::GridMap< unsigned char > | inline |
operator=(const GridMap &rhs) | fs::data::GridMap< unsigned char > | inline |
fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > >::operator=(const GridData &rhs) noexcept | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > >::operator=(GridData &&rhs) noexcept | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
fs::data::Grid< unsigned char, unsigned char >::operator=(const GridBase &rhs)=default | fs::data::GridBase | |
fs::data::Grid< unsigned char, unsigned char >::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< unsigned char, unsigned char > | inline |
rows_ | fs::data::Grid< unsigned char, unsigned char > | private |
saveToAsciiFile(const string &dir, const string &base_name, std::function< R(unsigned char value)> convert, const R no_data) const | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inlineprotected |
saveToFile(const string &dir, const string &base_name, std::function< R(unsigned char value)> convert, const R no_data) const | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
saveToFile(const string &dir, const string &base_name, std::function< R(unsigned char value)> convert) const | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
saveToFile(const string &dir, const string &base_name) const | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
saveToFileWithoutRetry(const string &dir, const string &base_name, std::function< R(unsigned char value)> convert, const R no_data) const | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
saveToFileWithRetry(const string &dir, const string &base_name, std::function< R(unsigned char value)> convert, const R no_data) const | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inline |
saveToProbabilityFile(const string &dir, const string &base_name, const R divisor) const | fs::data::GridMap< unsigned char > | inline |
saveToTiffFile(const string &dir, const string &base_name, std::function< R(unsigned char value)> convert, const R no_data) const | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | inlineprotected |
set(const Location &location, const unsigned char value) override | fs::data::GridMap< unsigned char > | inlinevirtual |
size() const | fs::data::GridData< unsigned char, unsigned char, map< Location, unsigned char > > | 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 |