Jafar
|
Point 3D with Covariance matrix. More...
Point 3D with Covariance matrix.
Definition at line 16 of file point3DVar.hpp.
#include <point3DVar.hpp>
Public Member Functions | |
Point3DVar (const Point3DVar &) | |
Copy constructor. | |
Point3DVar & | operator= (const Point3DVar &) |
operator = | |
virtual void | clear () |
Do as the Point3D::clear and clear also the covariance matrix. | |
void | clearCovariance () |
clear the covariance matrix (set all the matrix to 0) | |
jblas::sym_mat & | getCovariance () |
return the covariance matrix | |
void | setCovariance (const jblas::sym_mat &usm) |
set the covariance matrix | |
Public Attributes | |
jblas::sym_mat | covar |
Covariance Matrix : it is a symmetric upper matrix of size 3*3 donc we have 6 parameters. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Point3DVar &) |
std::istream & | operator>> (std::istream &is, Point3DVar &) |
Generated on Wed Oct 15 2014 00:37:42 for Jafar by doxygen 1.7.6.1 |