pktools
2.6.7
Processing Kernel for geospatial data
|
This is the complete list of members for Vector2d< T >, including all inherited members.
mymax(int &x, int &y, double maxValue) const (defined in Vector2d< T >) | Vector2d< T > | |
nCols() const (defined in Vector2d< T >) | Vector2d< T > | inline |
nRows() const (defined in Vector2d< T >) | Vector2d< T > | inline |
operator+=(const Vector2d< T > &v1) (defined in Vector2d< T >) | Vector2d< T > | |
operator<< (defined in Vector2d< T >) | Vector2d< T > | friend |
operator=(const Vector2d< T > &v1) (defined in Vector2d< T >) | Vector2d< T > | |
resize(int nrow) (defined in Vector2d< T >) | Vector2d< T > | inline |
resize(int nrow, int ncol) (defined in Vector2d< T >) | Vector2d< T > | |
scale(const std::vector< double > &scaleVector, const std::vector< double > &offsetVector, Vector2d< T > &scaledOutput) (defined in Vector2d< T >) | Vector2d< T > | |
scale(const T lbound, const T ubound, std::vector< double > &scaleVector, std::vector< double > &offsetVector, Vector2d< T > &scaledOutput) (defined in Vector2d< T >) | Vector2d< T > | |
selectCol(int col, std::vector< T > &output) const (defined in Vector2d< T >) | Vector2d< T > | |
selectCol(int col, T *output) const (defined in Vector2d< T >) | Vector2d< T > | |
selectCol(int col) (defined in Vector2d< T >) | Vector2d< T > | |
selectCols(const std::list< int > &cols, Vector2d< T > &output) const (defined in Vector2d< T >) | Vector2d< T > | |
selectCols(const std::list< int > &cols) (defined in Vector2d< T >) | Vector2d< T > | |
setMask(const Vector2d< T > &mask, T msknodata, T nodata=0) (defined in Vector2d< T >) | Vector2d< T > | |
sort(Vector2d< T > &output) (defined in Vector2d< T >) | Vector2d< T > | |
sum(const Vector2d< T > &v1, const Vector2d< T > &v2) const (defined in Vector2d< T >) | Vector2d< T > | |
sum() const (defined in Vector2d< T >) | Vector2d< T > | |
transpose(Vector2d< T > &output) const (defined in Vector2d< T >) | Vector2d< T > | inline |
Vector2d() (defined in Vector2d< T >) | Vector2d< T > | |
Vector2d(const Vector2d< T > &v1) (defined in Vector2d< T >) | Vector2d< T > | |
Vector2d(int nrow) (defined in Vector2d< T >) | Vector2d< T > | |
Vector2d(int nrow, int ncol) (defined in Vector2d< T >) | Vector2d< T > | |
Vector2d(int nrow, int ncol, const T &value) (defined in Vector2d< T >) | Vector2d< T > | |
Vector2d(const gsl_matrix *gsl_m) (defined in Vector2d< T >) | Vector2d< T > | |
~Vector2d() (defined in Vector2d< T >) | Vector2d< T > |