MeteoIODoc  MeteoIODoc-2.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mio::Array2D< T > Member List

This is the complete list of members for mio::Array2D< T >, including all inherited members.

abs()mio::Array2D< T >
Array2D()mio::Array2D< T >
Array2D(const size_t &anx, const size_t &any)mio::Array2D< T >
Array2D(const size_t &anx, const size_t &any, const T &init)mio::Array2D< T >
Array2D(const Array2D< T > &i_array2D, const size_t &i_nx, const size_t &i_ny, const size_t &i_ncols, const size_t &i_nrows)mio::Array2D< T >
Array2D(const Array3D< T > &array3D, const size_t &depth)mio::Array2D< T >
checkEpsilonEquality(const Array2D< double > &rhs, const double &epsilon) const mio::Array2D< T >
checkEpsilonEquality(const Array2D< double > &rhs1, const Array2D< double > &rhs2, const double &epsilon)mio::Array2D< T >static
clear()mio::Array2D< T >
empty() const mio::Array2D< T >
fill(const Array2D< T > &i_array2D, const size_t &i_nx, const size_t &i_ny, const size_t &i_ncols, const size_t &i_nrows)mio::Array2D< T >
fill(const Array2D< T > &i_array2D, const size_t &i_nx, const size_t &i_ny)mio::Array2D< T >
getAbs() const mio::Array2D< T >
getCount() const mio::Array2D< T >
getKeepNodata() const mio::Array2D< T >
getMax() const mio::Array2D< T >
getMean() const mio::Array2D< T >
getMin() const mio::Array2D< T >
getNx() const mio::Array2D< T >
getNy() const mio::Array2D< T >
keep_nodatamio::Array2D< T >protected
nxmio::Array2D< T >protected
nymio::Array2D< T >protected
operator!=(const Array2D< T > &) const mio::Array2D< T >
operator()(const size_t &x, const size_t &y)mio::Array2D< T >inline
operator()(const size_t &x, const size_t &y) const mio::Array2D< T >inline
operator()(const size_t &i)mio::Array2D< T >inline
operator()(const size_t &i) const mio::Array2D< T >inline
operator*(const T &rhs) const mio::Array2D< T >
operator*(const Array2D< T > &rhs) const mio::Array2D< T >
operator*=(const T &rhs)mio::Array2D< T >
operator*=(const Array2D< T > &rhs)mio::Array2D< T >
operator+(const T &rhs) const mio::Array2D< T >
operator+(const Array2D< T > &rhs) const mio::Array2D< T >
operator+=(const T &rhs)mio::Array2D< T >
operator+=(const Array2D< T > &rhs)mio::Array2D< T >
operator-(const T &rhs) const mio::Array2D< T >
operator-(const Array2D< T > &rhs) const mio::Array2D< T >
operator-=(const T &rhs)mio::Array2D< T >
operator-=(const Array2D< T > &rhs)mio::Array2D< T >
operator/(const T &rhs) const mio::Array2D< T >
operator/(const Array2D< T > &rhs) const mio::Array2D< T >
operator/=(const T &rhs)mio::Array2D< T >
operator/=(const Array2D< T > &rhs)mio::Array2D< T >
operator<<(std::iostream &os, const Array2D< P > &array)mio::Array2D< T >friend
operator=(const Array2D< T > &)mio::Array2D< T >
operator=(const T &value)mio::Array2D< T >
operator==(const Array2D< T > &) const mio::Array2D< T >
operator>>(std::iostream &is, Array2D< P > &array)mio::Array2D< T >friend
operator[](const size_t &i)mio::Array2D< T >
resize(const size_t &nx, const size_t &ny)mio::Array2D< T >
resize(const size_t &nx, const size_t &ny, const T &init)mio::Array2D< T >
setKeepNodata(const bool i_keep_nodata)mio::Array2D< T >
size(size_t &nx, size_t &ny) const mio::Array2D< T >
size() const mio::Array2D< T >
subset(const Array2D< T > &i_array2D, const size_t &i_nx, const size_t &i_ny, const size_t &i_ncols, const size_t &i_nrows)mio::Array2D< T >
toString() const mio::Array2D< T >
vecDatamio::Array2D< T >protected
~Array2D()mio::Array2D< T >virtual