39#ifndef _vpMomentBasic_h_
40#define _vpMomentBasic_h_
42#include <visp3/core/vpMoment.h>
76 const std::vector<double> &
get()
const;
77 double get(
unsigned int i,
unsigned int j)
const;
81 const char *
name()
const {
return "vpMomentBasic"; }
This class defines the 2D basic moment . This class is a wrapper for vpMomentObject wich allows to us...
const char * name() const
This class defines shared methods/attributes for 2D moments.
const std::vector< double > & get() const
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpMoment &m)
virtual void printDependencies(std::ostream &os) const