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