40#ifndef VP_SUBCOL_VECTOR_H
41#define VP_SUBCOL_VECTOR_H
43#include <visp3/core/vpConfig.h>
44#include <visp3/core/vpColVector.h>
66 void init(
vpColVector &v,
const unsigned int &offset,
const unsigned int &nrows);
vpColVector & operator=(const vpColVector &v)
VP_DEPRECATED void init()
Implementation of a pose vector and operations on poses.
Implementation of a generic rotation vector.
void checkParentStatus() const
vpColVector * m_parent
Parent vpColVector.
vpSubColVector()
Default constructor that creates an empty vector.
unsigned int m_pRowNum
Number of row of parent vpColVector at initialization.
Class that consider the case of a translation vector.