
Go to the source code of this file.
Functions | |
| template<class T > | |
| EST_TVector< T > & | set (EST_TVector< T > &v, const EST_TList< T > &in) |
assignment operator: fill track with values in list s. More... | |
| template<class T > | |
| EST_TVector< T > & | copy (EST_TVector< T > a, const EST_TList< T > &in) |
| EST_TVector<T>& set | ( | EST_TVector< T > & | v, |
| const EST_TList< T > & | in | ||
| ) |
assignment operator: fill track with values in list s.
Definition at line 46 of file EST_Tvectlist.cc.
| EST_TVector<T>& copy | ( | EST_TVector< T > | a, |
| const EST_TList< T > & | in | ||
| ) |
Definition at line 57 of file EST_Tvectlist.cc.