34#include <visp3/core/vpMomentBasic.h>
35#include <visp3/core/vpMomentObject.h>
72 os << (__FILE__) << std::endl;
73 os <<
"No dependencies on other vpMoments, since basic moments are "
74 "computed in vpMomentObject"
85 os << (__FILE__) << std::endl;
void compute() VP_OVERRIDE
const std::vector< double > & get() const
void printDependencies(std::ostream &os) const VP_OVERRIDE
friend VISP_EXPORT std::ostream & operator<<(std::ostream &os, const vpMomentBasic &v)
static void printWithIndices(const vpMomentObject &momobj, std::ostream &os)
const std::vector< double > & get() const
const vpMomentObject & getObject() const
vpMoment(const vpMoment &)=delete