9 #ifndef opengl_CEllipsoidInverseDepth3D_H    10 #define opengl_CEllipsoidInverseDepth3D_H    58                         virtual void transformFromParameterSpace(
    59                                 const std::vector<BASE::array_parameter_t> &in_pts,
    60                                 std::vector<BASE::array_point_t> & out_pts) 
const MRPT_OVERRIDE;
 double m_underflowMaxRange
 
#define MRPT_OVERRIDE
C++11 "override" for virtuals: 
 
CEllipsoidInverseDepth3D()
Constructor. 
 
An especial "ellipsoid" in 3D computed as the uncertainty iso-surfaces of a (inv_range,yaw,pitch) variable. 
 
void setUnderflowMaxRange(const double maxRange)
The maximum range to be used as a correction when a point of the ellipsoid falls in the negative rang...
 
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
 
double getUnderflowMaxRange() const
 
A class that generalizes the concept of an ellipsoid to arbitrary parameterizations of uncertainty sh...
 
virtual ~CEllipsoidInverseDepth3D()
Private, virtual destructor: only can be deleted from smart pointers. 
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
 
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
 
CGeneralizedEllipsoidTemplate< 3 > BASE