40 using namespace mrpt::math;
68 virtual
void copyFrom(const
CPointPDF &o) = 0;
76 virtual
void bayesianFusion( const
CPointPDF &p1, const
CPointPDF &p2, const
double &minMahalanobisDistToDrop = 0) = 0 ;
78 enum { is_3D_val = 1 };
79 static inline bool is_3D() {
return is_3D_val!=0; }
80 enum { is_PDF_val = 1 };
81 static inline bool is_PDF() {
return is_PDF_val!=0; }
86 template <
class OPENGL_SETOFOBJECTSPTR>
95 template <
class OPENGL_SETOFOBJECTSPTR,
class OPENGL_SETOFOBJECTS>