| begin() | NRLib::Grid< float > | inline |
| begin() const | NRLib::Grid< float > | inline |
| CheckSurface(const Surface< double > &surface) const | NRLib::Volume | |
| const_iterator typedef | NRLib::Grid< float > | |
| const_reference typedef | NRLib::Grid< float > | |
| end() | NRLib::Grid< float > | inline |
| end() const | NRLib::Grid< float > | inline |
| FileFormat enum name | NRLib::StormContGrid | |
| 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::StormContGrid | |
| FindIndex(double x, double y, double z) const | NRLib::StormContGrid | |
| FindIndex(double x, double y, double z, size_t &i_out, size_t &j_out, size_t &k_out) const | NRLib::StormContGrid | |
| FindXYIndex(double x, double y, size_t &i_out, size_t &j_out) const | NRLib::StormContGrid | |
| FindZInterpolatedIndex(const double &x, const double &y, const double &z, size_t &ind1, size_t &ind2, double &t) const | NRLib::StormContGrid | |
| GetAngle() const | NRLib::Volume | inline |
| GetAvgMinMax(float &avg, float &min, float &max) | NRLib::Grid< float > | |
| GetAvgMinMaxWithMissing(float &avg, float &min, float &max, float missing) | NRLib::Grid< float > | |
| GetAvgRelThick() const | NRLib::StormContGrid | |
| 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::StormContGrid | inline |
| GetDY() const | NRLib::StormContGrid | inline |
| GetFormat() const | NRLib::StormContGrid | inline |
| GetIJK(size_t index, size_t &i, size_t &j, size_t &k) const | NRLib::Grid< float > | |
| GetIndex(size_t i, size_t j, size_t k) const | NRLib::Grid< float > | inline |
| GetLX() const | NRLib::Volume | inline |
| GetLY() const | NRLib::Volume | inline |
| GetLZ() const | NRLib::Volume | inline |
| GetMissingCode() const | NRLib::StormContGrid | inline |
| GetModelFileName() const | NRLib::StormContGrid | inline |
| GetN() const | NRLib::Grid< float > | inline |
| GetNI() const | NRLib::Grid< float > | inline |
| GetNJ() const | NRLib::Grid< float > | inline |
| GetNK() const | NRLib::Grid< float > | 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< float > | inline |
| GetValue(size_t i, size_t j, size_t k) const | NRLib::Grid< float > | inline |
| GetValueClosestInZ(double x, double y, double z) const | NRLib::StormContGrid | |
| GetValueInterpolated(const int &i, const int &j, const float &k_value) const | NRLib::StormContGrid | |
| GetValueZInterpolated(double x, double y, double z) const | NRLib::StormContGrid | |
| GetValueZInterpolatedFromIndex(const size_t &ind1, const size_t &ind2, const double &t) const | NRLib::StormContGrid | |
| GetValueZInterpolatedFromIndexNoMissing(const size_t &ind1, const size_t &ind2, const double &t) const | NRLib::StormContGrid | |
| GetVariableName() const | NRLib::StormContGrid | 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() const | NRLib::StormContGrid | inline |
| NRLib::Volume::GetZMax(size_t nx, size_t ny) const | NRLib::Volume | |
| GetZMin() const | NRLib::StormContGrid | inline |
| NRLib::Volume::GetZMin(size_t nx, size_t ny) const | NRLib::Volume | |
| GetZoneNumber() const | NRLib::StormContGrid | inline |
| GlobalToLocalCoord(double global_x, double global_y, double &local_x, double &local_y) const | NRLib::Volume | protected |
| Grid() | NRLib::Grid< float > | |
| Grid(size_t ni, size_t nj, size_t nk, const float &val=float()) | NRLib::Grid< float > | |
| 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(float val) const | NRLib::StormContGrid | inline |
| iterator typedef | NRLib::Grid< float > | |
| LocalToGlobalCoord(double local_x, double local_y, double &global_x, double &global_y) const | NRLib::Volume | protected |
| LogTransform(float missing) | NRLib::Grid< float > | |
| operator()(size_t i, size_t j, size_t k) | NRLib::Grid< float > | inline |
| operator()(size_t index) | NRLib::Grid< float > | inline |
| operator()(size_t i, size_t j, size_t k) const | NRLib::Grid< float > | inline |
| operator()(size_t index) const | NRLib::Grid< float > | inline |
| operator=(const Volume &rhs) | NRLib::Volume | |
| ReadFromFile(const std::string &filename, bool commonPath=true, Endianess file_format=END_BIG_ENDIAN) | NRLib::StormContGrid | |
| ReadVolumeFromFile(std::ifstream &file, int line, const std::string &path) | NRLib::Volume | protected |
| reference typedef | NRLib::Grid< float > | |
| Resize(size_t ni, size_t nj, size_t nk, const float &val=float()) | NRLib::Grid< float > | |
| SetAngle(double angle) | NRLib::Volume | |
| SetDimensions(double x_min, double y_min, double lx, double ly) | NRLib::Volume | |
| SetFormat(FileFormat format) | NRLib::StormContGrid | inline |
| SetMissingCode(float missing_code) | NRLib::StormContGrid | inline |
| SetModelFileName(const std::string &filename) | NRLib::StormContGrid | 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 float &value) | NRLib::Grid< float > | |
| SetVariableName(const std::string &name) | NRLib::StormContGrid | inline |
| SetZoneNumber(int zone_number) | NRLib::StormContGrid | inline |
| STORM_ASCII enum value | NRLib::StormContGrid | |
| STORM_BINARY enum value | NRLib::StormContGrid | |
| StormContGrid(const std::string &filename, Endianess file_format=END_BIG_ENDIAN) | NRLib::StormContGrid | explicit |
| StormContGrid(size_t nx=0, size_t ny=0, size_t nz=0) | NRLib::StormContGrid | explicit |
| StormContGrid(const Volume &vol, const Grid< float > &grid) | NRLib::StormContGrid | explicit |
| StormContGrid(const Volume &vol, size_t nx=0, size_t ny=0, size_t nz=0) | NRLib::StormContGrid | explicit |
| Swap(Grid< float > &other) | NRLib::Grid< float > | |
| 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 | |
| WriteCravaFile(const std::string &file_name, double inline_0, double crossline_0, double il_step_x, double il_step_y, double xl_step_x, double xl_step_y) | NRLib::StormContGrid | |
| WriteToFile(const std::string &filename, const std::string &predefinedHeader="", bool plainAscii=false, Endianess file_format=END_BIG_ENDIAN, bool remove_path=true) const | NRLib::StormContGrid | |
| WriteToSgriFile(const std::string &file_name, const std::string &file_name_header, const std::string &label, double simbox_dz, Endianess file_format=END_BIG_ENDIAN) const | NRLib::StormContGrid | |
| WriteVolumeToFile(std::ofstream &file, const std::string &filename, bool remove_path=true) const | NRLib::Volume | protected |
| ~Grid() | NRLib::Grid< float > | virtual |
| ~Volume() | NRLib::Volume | virtual |