VAPOR3 3.9.4
Deprecated List
Member VAPoR::DC::BaseVar::BaseVar (string name, string units, XType type, string wname, std::vector< size_t > cratios, std::vector< bool > periodic)
Results are undefined if the rank of of periodic does not match that of dimensions.
Member VAPoR::DC::BaseVar::BaseVar (string name, string units, XType type, std::vector< bool > periodic)

Member VAPoR::DC::BaseVar::GetPeriodic () const
Access variable bounary periodic
Member VAPoR::DC::DataVar::DataVar (string name, string units, XType type, string wname, std::vector< size_t > cratios, std::vector< bool > periodic, string mesh, string time_coord_var, Mesh::Location location)
Member VAPoR::DC::DataVar::DataVar (string name, string units, XType type, std::vector< bool > periodic, string mesh, string time_coord_var, Mesh::Location location, double missing_value)
Member VAPoR::DC::DataVar::DataVar (string name, string units, XType type, std::vector< bool > periodic, string mesh, string time_coord_var, Mesh::Location location, double missing_value, string maskvar)
Member VAPoR::Grid::ClampCoord (const double coords[3], double cCoords[3]) const
Member VAPoR::Grid::GetCellNodes (const size_t cindices[], std::vector< DimsType > &nodes) const
Member VAPoR::Grid::GetIndicesCell (const std::vector< double > &coords, std::vector< size_t > &indices) const
Member VAPoR::Grid::GetIndicesCell (const double coords[3], size_t indices[3]) const
Member VAPoR::Grid::GetRange (std::vector< size_t > min, std::vector< size_t > max, float range[2]) const
Member VAPoR::Grid::GetUserExtents (std::vector< double > &minu, std::vector< double > &maxu) const
Member VAPoR::Grid::GetUserExtents (double minu[3], double maxu[3]) const
Member VAPoR::Grid::GetValue (const double coords[]) const
Member VAPoR::Grid::GetValue (const std::vector< double > &coords) const
Member VAPoR::Grid::GetValueAtIndex (const std::vector< size_t > &indices) const
Member VAPoR::Grid::InsideGrid (const std::vector< double > &coords) const
Member VAPoR::Grid::InsideGrid (const double coords[3]) const
Member VAPoR::Grid::SetValue (const size_t indices[3], float value)
Member VAPoR::StructuredGrid::ClampCoord (const double coords[3], double cCoords[3]) const override
Member VAPoR::UnstructuredGrid::ClampCoord (const double coords[3], double cCoords[3]) const override