Type:
Subvector |
Subvector | (const Vector<T, R>& im, unsigned int x = 0, unsigned int w = 0) ; |
Construct subvector from vector with position information; x - start of subvector, w - width of subvector |
const Vector<T, R>& operator= | (const Vector<T, R>& im) ; |
Assignment operator from subvector Assignment operator from vector |
const Vector<T, R>& operator= | (const Vector<T, R>& im) ; |
Assignment operator from subvector Assignment operator from vector |