34#ifndef _vpSubColVector_h_
35#define _vpSubColVector_h_
37#include <visp3/core/vpColVector.h>
62 vpSubColVector(
const vpSubColVector & );
72 vpSubColVector(
vpColVector &v,
const unsigned int &offset,
const unsigned int &nrows);
73 virtual ~vpSubColVector();
77 void init(
vpColVector &v,
const unsigned int &offset,
const unsigned int &nrows);
79 vpSubColVector &
operator=(
const vpSubColVector &B);
87 vpSubColVector &
operator=(
const double &x);
vpColVector & operator=(const vpColVector &v)
Copy operator. Allow operation such as A = v.
vp_deprecated void init()
vpColVector()
Basic constructor that creates an empty 0-size column vector.
Implementation of a pose vector and operations on poses.
Implementation of a generic rotation vector.
void checkParentStatus() const
vpColVector * parent
Parent vpColvector.
unsigned int pRowNum
Number of row of parent vpColvector at initialization.
Class that consider the case of a translation vector.