VAPoR
0.1
|
This is the complete list of members for VAPoR::StretchedGrid, including all inherited members.
_AccessIJK(float **blks, size_t i, size_t j, size_t k) const | VAPoR::RegularGrid | protected |
_ClampCoord(double &x, double &y, double &z) const | VAPoR::RegularGrid | protected |
_interpolateVaryingCoord(size_t, size_t, size_t, double, double, double) const | VAPoR::RegularGrid | inlinevirtual |
_SetExtents(const double extents[6]) | VAPoR::RegularGrid | protected |
AccessIJK(size_t i, size_t j, size_t k) const | VAPoR::RegularGrid | |
begin() | VAPoR::RegularGrid | inline |
begin() const | VAPoR::RegularGrid | inline |
bilinearElevation(size_t i0, size_t i1, size_t j0, size_t j1, size_t k0, double iwgt, double jwgt) const | VAPoR::RegularGrid | |
bilinearInterpolation(size_t i0, size_t i1, size_t j0, size_t j1, size_t k0, double iwgt, double jwgt) const | VAPoR::RegularGrid | |
end() | VAPoR::RegularGrid | inline |
end() const | VAPoR::RegularGrid | inline |
getBilinearWeights(double x, double y, double z, double &iwgt, double &jwgt) const | VAPoR::RegularGrid | |
GetBlks() const | VAPoR::RegularGrid | inline |
GetBlockSize(size_t bs[3]) const | VAPoR::RegularGrid | inline |
GetBoundingBox(const size_t min[3], const size_t max[3], double extents[6]) const | VAPoR::StretchedGrid | virtual |
VAPoR::RegularGrid::GetBoundingBox(const std::vector< size_t > &min, const std::vector< size_t > &max, std::vector< double > &minu, std::vector< double > &maxu) const | VAPoR::RegularGrid | virtual |
GetDimensions(size_t dims[3]) const | VAPoR::RegularGrid | |
GetEnclosingRegion(const double minu[3], const double maxu[3], size_t min[3], size_t max[3]) const | VAPoR::StretchedGrid | virtual |
GetIJKIndex(double x, double y, double z, size_t *i, size_t *j, size_t *k) const | VAPoR::StretchedGrid | virtual |
GetIJKIndexFloor(double x, double y, double z, size_t *i, size_t *j, size_t *k) const | VAPoR::StretchedGrid | virtual |
GetIJKMinMax(size_t min[3], size_t max[3]) const | VAPoR::RegularGrid | inlinevirtual |
GetIJKOrigin(size_t min[3]) const | VAPoR::RegularGrid | inlinevirtual |
GetInterpolationOrder() const | VAPoR::RegularGrid | inlinevirtual |
GetMinCellExtents(double *x, double *y, double *z) const | VAPoR::StretchedGrid | virtual |
GetMissingValue() const | VAPoR::RegularGrid | inline |
GetNumBlks() const | VAPoR::RegularGrid | inline |
GetRange(float range[2]) const | VAPoR::RegularGrid | virtual |
GetRank() | VAPoR::RegularGrid | inlinevirtual |
GetUserCoordinateMaps(std::vector< double > &xcoords, std::vector< double > &ycoords, std::vector< double > &zcoords) const | VAPoR::StretchedGrid | inline |
GetUserCoordinates(size_t i, size_t j, size_t k, double *x, double *y, double *z) const | VAPoR::StretchedGrid | virtual |
GetUserExtents(double extents[6]) const | VAPoR::StretchedGrid | inlinevirtual |
GetValue(double x, double y, double z) const | VAPoR::StretchedGrid | virtual |
HasMissingData() const | VAPoR::RegularGrid | inline |
HasPeriodic(bool *idim, bool *jdim, bool *kdim) const | VAPoR::RegularGrid | inlinevirtual |
InsideGrid(double x, double y, double z) const | VAPoR::RegularGrid | virtual |
Next() | VAPoR::RegularGrid | |
quadraticInterpolation(double x, double y, double z) const | VAPoR::RegularGrid | |
RegularGrid(const size_t bs[3], const size_t min[3], const size_t max[3], const double extents[6], const bool periodic[3], float **blks) | VAPoR::RegularGrid | |
RegularGrid(const size_t bs[3], const size_t min[3], const size_t max[3], const double extents[6], const bool periodic[3], float **blks, float missing_value) | VAPoR::RegularGrid | |
ResetItr() | VAPoR::RegularGrid | |
Reshape(const size_t min[3], const size_t max[3], const bool periodic[3]) | VAPoR::StretchedGrid | virtual |
SetInterpolationOrder(int order) | VAPoR::RegularGrid | virtual |
SetMissingValue(float missing_value) | VAPoR::RegularGrid | inline |
SetPeriodic(const bool periodic[3]) | VAPoR::RegularGrid | inlinevirtual |
StretchedGrid(const size_t bs[3], const size_t min[3], const size_t max[3], const double extents[6], const bool periodic[3], float **blks, const std::vector< double > &xcoords, const std::vector< double > &ycoords, const std::vector< double > &zcoords) | VAPoR::StretchedGrid | |
StretchedGrid(const size_t bs[3], const size_t min[3], const size_t max[3], const double extents[6], const bool periodic[3], float **blks, const std::vector< double > &xcoords, const std::vector< double > &ycoords, const std::vector< double > &zcoords, float missing_value) | VAPoR::StretchedGrid | |
verticalLinearInterpolation(double x, double y, double z) const | VAPoR::RegularGrid | |
~RegularGrid() | VAPoR::RegularGrid | virtual |