Type:
VectorSize represents the length of a vector. Indices within the vector range between 0 and length-1 |
VectorSize | (void) ; |
VectorSize | (unsigned int l) ; |
VectorSize | (const VectorSize& vs) ; |
void reset | () ; |
unsigned int elements | () const ; |
return number of elements in vector (same as vlength) |
unsigned int vlength | () const ; |
Return vector length |
bool operator== | (const VectorSize& vs) const ; |
Equality test |
bool operator!= | (const VectorSize& vs) const ; |
Inequality test |