|
ODIN
|
This is the complete list of members for tjvector< T >, including all inherited members.
| c_array() const | tjvector< T > | |
| fill_linear(const T &min, const T &max) | tjvector< T > | |
| interpolate(unsigned int newsize, float subpixel_shift=0.0) | tjvector< T > | |
| length() const | tjvector< T > | |
| load(const STD_string &fname) | tjvector< T > | |
| maxabs() const | tjvector< T > | |
| maxvalue() const | tjvector< T > | |
| minvalue() const | tjvector< T > | |
| normalize() | tjvector< T > | |
| operator*(const STD_vector< T > &w) const | tjvector< T > | inline |
| operator*(const T &s, const STD_vector< T > &v) | tjvector< T > | friend |
| operator*(const T &s) const | tjvector< T > | inline |
| operator*=(const STD_vector< T > &v) | tjvector< T > | inline |
| operator*=(const T &s) | tjvector< T > | inline |
| operator+(const STD_vector< T > &w) const | tjvector< T > | inline |
| operator+(const T &s, const STD_vector< T > &v) | tjvector< T > | friend |
| operator+(const T &s) const | tjvector< T > | inline |
| operator+=(const STD_vector< T > &v) | tjvector< T > | inline |
| operator+=(const T &s) | tjvector< T > | inline |
| operator-(const STD_vector< T > &w) const | tjvector< T > | inline |
| operator-() const | tjvector< T > | inline |
| operator-(const T &s, const STD_vector< T > &v) | tjvector< T > | friend |
| operator-(const T &s) const | tjvector< T > | inline |
| operator-=(const STD_vector< T > &v) | tjvector< T > | inline |
| operator-=(const T &s) | tjvector< T > | inline |
| operator/(const STD_vector< T > &w) const | tjvector< T > | inline |
| operator/(const T &s, const STD_vector< T > &v) | tjvector< T > | friend |
| operator/(const T &s) const | tjvector< T > | inline |
| operator/=(const STD_vector< T > &v) | tjvector< T > | inline |
| operator/=(const T &s) | tjvector< T > | inline |
| operator<<(STD_ostream &s, const tjvector< T > &v) | tjvector< T > | friend |
| operator=(const T &value) | tjvector< T > | |
| operator=(const STD_vector< T > &vec) | tjvector< T > | |
| operator=(const tjvector< T > &tv) | tjvector< T > | |
| printbody() const | tjvector< T > | |
| range(unsigned int startindex, unsigned int endindex) const | tjvector< T > | |
| resize(unsigned int newsize) | tjvector< T > | virtual |
| set_c_array(const unsigned char *array, unsigned int n) | tjvector< T > | |
| sum() const | tjvector< T > | |
| tjvector(unsigned int n=0) | tjvector< T > | |
| tjvector(const T *array, unsigned int n) | tjvector< T > | |
| tjvector(const STD_vector< T > &v) | tjvector< T > | |
| tjvector(const tjvector< T > &tv) | tjvector< T > | |
| write(const STD_string &fname, fopenMode mode=overwriteMode, LONGEST_INT nelements=-1) const | tjvector< T > | |
| ~tjvector() | tjvector< T > | virtual |