#include <Factor.h>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | FactorT (const char *name, int dim, const Noise &noise, const T &measure) |
const T & | measurement () const |
void | write (std::ostream &out) const |
Protected Attributes | |
const T | _measure |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW isam::FactorT< T >::FactorT | ( | const char * | name, |
int | dim, | ||
const Noise & | noise, | ||
const T & | measure | ||
) | [inline] |
const T& isam::FactorT< T >::measurement | ( | ) | const [inline] |
void isam::FactorT< T >::write | ( | std::ostream & | out | ) | const [inline, virtual] |
Reimplemented from isam::Factor.
const T isam::FactorT< T >::_measure [protected] |