| begin() | NRLib::Grid< int > | inline |
| begin() const | NRLib::Grid< int > | inline |
| CheckConsistency() const | NRLib::StormFaciesGrid | |
| CheckSurface(const Surface< double > &surface) const | NRLib::Volume | |
| const_iterator typedef | NRLib::Grid< int > | |
| const_reference typedef | NRLib::Grid< int > | |
| end() | NRLib::Grid< int > | inline |
| end() const | NRLib::Grid< int > | inline |
| FileFormat enum name | NRLib::StormFaciesGrid | |
| FindCenter(double &x, double &y, double &z) const | NRLib::Volume | |
| FindCenterOfCell(size_t i, size_t j, size_t k, double &x, double &y, double &z) const | NRLib::StormFaciesGrid | |
| FindIndex(double x, double y, double z) const | NRLib::StormFaciesGrid | |
| FindIndex(double x, double y, double z, size_t &i_out, size_t &j_out, size_t &k_out) const | NRLib::StormFaciesGrid | |
| GetAngle() const | NRLib::Volume | inline |
| GetAvgMinMax(int &avg, int &min, int &max) | NRLib::Grid< int > | |
| GetAvgMinMaxWithMissing(int &avg, int &min, int &max, int missing) | NRLib::Grid< int > | |
| GetBotSurface() const | NRLib::Volume | inline |
| GetBotSurface() | NRLib::Volume | inline |
| GetBotZMax(size_t nx, size_t ny) const | NRLib::Volume | |
| GetBotZMin(size_t nx, size_t ny) const | NRLib::Volume | |
| GetDX() const | NRLib::StormFaciesGrid | inline |
| GetDY() const | NRLib::StormFaciesGrid | inline |
| GetFaciesCode(int body_index) const | NRLib::StormFaciesGrid | |
| GetFaciesFromCell(size_t cell_index) const | NRLib::StormFaciesGrid | |
| GetFaciesFromCell(size_t i, size_t j, size_t k) const | NRLib::StormFaciesGrid | inline |
| GetFaciesName(int facies_code) const | NRLib::StormFaciesGrid | |
| GetFormat() const | NRLib::StormFaciesGrid | inline |
| GetIJK(size_t index, size_t &i, size_t &j, size_t &k) const | NRLib::Grid< int > | |
| GetIndex(size_t i, size_t j, size_t k) const | NRLib::Grid< int > | inline |
| GetLX() const | NRLib::Volume | inline |
| GetLY() const | NRLib::Volume | inline |
| GetLZ() const | NRLib::Volume | inline |
| GetMissingCode() const | NRLib::StormFaciesGrid | inline |
| GetModelFileName() const | NRLib::StormFaciesGrid | inline |
| GetN() const | NRLib::Grid< int > | inline |
| GetNI() const | NRLib::Grid< int > | inline |
| GetNJ() const | NRLib::Grid< int > | inline |
| GetNK() const | NRLib::Grid< int > | inline |
| GetTolerance() | NRLib::Volume | inline |
| GetTopSurface() const | NRLib::Volume | inline |
| GetTopSurface() | NRLib::Volume | inline |
| GetTopZMax(size_t nx, size_t ny) const | NRLib::Volume | |
| GetTopZMin(size_t nx, size_t ny) const | NRLib::Volume | |
| GetValue(size_t i, size_t j, size_t k) | NRLib::Grid< int > | inline |
| GetValue(size_t i, size_t j, size_t k) const | NRLib::Grid< int > | inline |
| GetXMin() const | NRLib::Volume | inline |
| GetXYFromRelative(double rel_x, double rel_y, double &x, double &y) const | NRLib::Volume | inline |
| GetYMin() const | NRLib::Volume | inline |
| GetZMax(size_t nx, size_t ny) const | NRLib::Volume | |
| GetZMin(size_t nx, size_t ny) const | NRLib::Volume | |
| GetZoneNumber() const | NRLib::StormFaciesGrid | inline |
| GlobalToLocalCoord(double global_x, double global_y, double &local_x, double &local_y) const | NRLib::Volume | protected |
| Grid() | NRLib::Grid< int > | |
| Grid(size_t ni, size_t nj, size_t nk, const int &val=int()) | NRLib::Grid< int > | |
| IsInside(double x, double y) const | NRLib::Volume | |
| IsInside(double x, double y, double z) const | NRLib::Volume | |
| IsInsideTolerance(double x, double y) const | NRLib::Volume | |
| IsInsideZTolerance(double x, double y, double z, double tolerance) const | NRLib::Volume | |
| IsMissing(int val) const | NRLib::StormFaciesGrid | inline |
| iterator typedef | NRLib::Grid< int > | |
| LocalToGlobalCoord(double local_x, double local_y, double &global_x, double &global_y) const | NRLib::Volume | protected |
| LogTransform(int missing) | NRLib::Grid< int > | |
| operator()(size_t i, size_t j, size_t k) | NRLib::Grid< int > | inline |
| operator()(size_t index) | NRLib::Grid< int > | inline |
| operator()(size_t i, size_t j, size_t k) const | NRLib::Grid< int > | inline |
| operator()(size_t index) const | NRLib::Grid< int > | inline |
| operator=(const Volume &rhs) | NRLib::Volume | |
| ReadFromFile(const std::string &filename, bool commonPath=true, Endianess file_format=END_BIG_ENDIAN) | NRLib::StormFaciesGrid | |
| ReadVolumeFromFile(std::ifstream &file, int line, const std::string &path) | NRLib::Volume | protected |
| reference typedef | NRLib::Grid< int > | |
| Resize(size_t ni, size_t nj, size_t nk, const int &val=int()) | NRLib::Grid< int > | |
| SetAngle(double angle) | NRLib::Volume | |
| SetBodyFacies(const std::vector< int > &body_facies) | NRLib::StormFaciesGrid | |
| SetDimensions(double x_min, double y_min, double lx, double ly) | NRLib::Volume | |
| SetFaciesNames(const std::vector< std::string > &facies_names) | NRLib::StormFaciesGrid | |
| SetFormat(FileFormat format) | NRLib::StormFaciesGrid | inline |
| SetMissingCode(int missing_code) | NRLib::StormFaciesGrid | inline |
| SetModelFileName(const std::string &filename) | NRLib::StormFaciesGrid | inline |
| SetSurfaces(const Surface< double > &top_surf, const Surface< double > &bot_surf, bool skip_check=true) | NRLib::Volume | |
| SetTolerance(double tolerance) | NRLib::Volume | inline |
| SetValue(size_t i, size_t j, size_t k, const int &value) | NRLib::Grid< int > | |
| SetZoneNumber(int zone_number) | NRLib::StormFaciesGrid | inline |
| STORM_ASCII enum value | NRLib::StormFaciesGrid | |
| STORM_BINARY enum value | NRLib::StormFaciesGrid | |
| StormFaciesGrid(const std::string &filename, Endianess file_format=END_BIG_ENDIAN) | NRLib::StormFaciesGrid | explicit |
| StormFaciesGrid(size_t nx=0, size_t ny=0, size_t nz=0) | NRLib::StormFaciesGrid | explicit |
| StormFaciesGrid(const Volume &vol, size_t nx, size_t ny, size_t nz) | NRLib::StormFaciesGrid | explicit |
| Swap(Grid< int > &other) | NRLib::Grid< int > | |
| Volume() | NRLib::Volume | |
| Volume(double x_min, double y_min, double z_min, double lx, double ly, double lz, double angle) | NRLib::Volume | |
| Volume(double x_min, double y_min, double lx, double ly, const Surface< double > &top, const Surface< double > &bot, double angle) | NRLib::Volume | |
| Volume(const Volume &volume) | NRLib::Volume | |
| WriteToFile(const std::string &filename, Endianess file_format=END_BIG_ENDIAN) const | NRLib::StormFaciesGrid | |
| WriteVolumeToFile(std::ofstream &file, const std::string &filename, bool remove_path=true) const | NRLib::Volume | protected |
| ~Grid() | NRLib::Grid< int > | virtual |
| ~Volume() | NRLib::Volume | virtual |