48 #include <visp/vpMomentObject.h>
49 #include <visp/vpMoment.h>
50 #include <visp/vpMomentDatabase.h>
105 std::strcpy(_name,
name());
106 this->moments=&moments;
109 moments.add(*
this,_name);
118 this->
object=&object;
127 for(std::vector<double>::const_iterator i = m.
values.begin();i!=m.
values.end();i++)