34 #ifndef _vpSubColVector_h_
35 #define _vpSubColVector_h_
37 #include <visp3/core/vpColVector.h>
75 void checkParentStatus()
const;
77 void init(
vpColVector &v,
const unsigned int &offset,
const unsigned int &nrows);
Implementation of column vector and the associated operations.
vpColVector & operator=(const vpColVector &v)
Copy operator. Allow operation such as A = v.
vp_deprecated void init()
Implementation of a matrix and operations on matrices.
Implementation of a pose vector and operations on poses.
Implementation of a generic rotation vector.
vpColVector * parent
Parent vpColvector.
unsigned int pRowNum
Number of row of parent vpColvector at initialization.
Class that consider the case of a translation vector.