|
vicon
|
#include <ViconUncertainty.hpp>
Public Member Functions | |
| ViconUncertainty (size_t dimension=0) | |
| void | push (const _EigenMatrixType &value) |
| _EigenMatrixType | getMean () |
| _EigenMatrixType | getVariance () |
| _EigenMatrixType | getStdDev () |
| size_t | size () |
| size_t | capacity () |
Protected Attributes | |
| size_t | dimension |
| boost::circular_buffer< _EigenMatrixType > | data |
Definition at line 12 of file ViconUncertainty.hpp.
|
inline |
Definition at line 20 of file ViconUncertainty.hpp.
|
inline |
Definition at line 81 of file ViconUncertainty.hpp.
|
inline |
Definition at line 36 of file ViconUncertainty.hpp.
|
inline |
Definition at line 68 of file ViconUncertainty.hpp.
|
inline |
Definition at line 51 of file ViconUncertainty.hpp.
|
inline |
Definition at line 27 of file ViconUncertainty.hpp.
|
inline |
Definition at line 76 of file ViconUncertainty.hpp.
|
protected |
Definition at line 16 of file ViconUncertainty.hpp.
|
protected |
Definition at line 15 of file ViconUncertainty.hpp.
1.8.11