42 #ifndef __VP_SUB_COL_VECTOR__
43 #define __VP_SUB_COL_VECTOR__
45 #include <visp/vpColVector.h>
88 void init(
vpColVector &v,
const unsigned int & offset,
const unsigned int & nrows);
91 void checkParentStatus();
Definition of the vpMatrix class.
void init()
Initialization of the object matrix.
unsigned int pRowNum
Number of row of parent vpColvector at initialization.
vpColVector * parent
Parent vpColvector.
Definition of the vpSubColVector vpSubColVector class provides a mask on a vpColVector all properties...
vpColVector & operator=(const vpColVector &v)
Copy operator. Allow operation such as A = v.
Class that provides a data structure for the column vectors as well as a set of operations on these v...