Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
vigra::AlgTinyVector< T, SIZE > Class Template Reference
Fixed size vector with scalar multiplication and element-wise substraction and addition. More...
#include <algtinyvector.h>
Public Member Functions | |
| AlgTinyVector (const AlgTinyVector< T, SIZE > &t) | |
| AlgTinyVector (T t) | |
| AlgTinyVector () | |
| const T | operator[] (int i) const |
| T & | operator[] (int i) |
| const T | operator * (const AlgTinyVector< T, SIZE > &t) const |
| const AlgTinyVector | operator * (const int t) const |
| const AlgTinyVector | operator/ (const int t) const |
| const AlgTinyVector | operator- (const AlgTinyVector< T, SIZE > &t) const |
| const AlgTinyVector | operator+ (const AlgTinyVector< T, SIZE > &t) const |
| AlgTinyVector & | operator= (const AlgTinyVector< T, SIZE > &t) |
| AlgTinyVector & | operator= (const TinyVector< T, SIZE > &t) |
Detailed Description
template<class T, int SIZE>
class vigra::AlgTinyVector< T, SIZE >
Fixed size vector with scalar multiplication and element-wise substraction and addition.
Constructor & Destructor Documentation
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
Member Function Documentation
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
The documentation for this class was generated from the following file:
- deghosting/algtinyvector.h
1.3.9.1