39#ifndef VP_MOMENT_BASIC_H
40#define VP_MOMENT_BASIC_H
42#include <visp3/core/vpConfig.h>
43#include <visp3/core/vpMoment.h>
78 const std::vector<double> &
get()
const;
79 double get(
unsigned int i,
unsigned int j)
const;
83 const std::string
name() const VP_OVERRIDE {
return "vpMomentBasic"; }
This class defines the 2D basic moment . This class is a wrapper for vpMomentObject which allows to u...
const std::string name() const VP_OVERRIDE
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
vpMoment(const vpMoment &)=delete