40 #ifndef VP_SUBCOL_VECTOR_H
41 #define VP_SUBCOL_VECTOR_H
43 #include <visp3/core/vpConfig.h>
44 #include <visp3/core/vpColVector.h>
64 void checkParentStatus()
const;
66 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)
void init(const vpColVector &v, unsigned int r, unsigned int nrows)
Implementation of a matrix and operations on matrices.
Implementation of a pose vector and operations on poses.
Implementation of a generic rotation vector.
vpColVector * m_parent
Parent vpColVector.
unsigned int m_pRowNum
Number of row of parent vpColVector at initialization.
Class that consider the case of a translation vector.