|
| BinaryMeasurement (Key key1, Key key2, const T &measured, const SharedNoiseModel &model=nullptr) |
|
virtual | ~BinaryMeasurement () |
| Destructor.
|
|
|
Key | key1 () const |
|
Key | key2 () const |
|
const T & | measured () const |
|
const SharedNoiseModel & | noiseModel () const |
|
|
void | print (const std::string &s, const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override |
| print More...
|
|
bool | equals (const BinaryMeasurement &expected, double tol=1e-9) const |
|
virtual | ~Factor ()=default |
| Default destructor.
|
|
KeyVector & | keys () |
|
iterator | begin () |
| Iterator at beginning of involved variable keys.
|
|
iterator | end () |
| Iterator at end of involved variable keys.
|
|
virtual void | printKeys (const std::string &s="Factor", const KeyFormatter &formatter=DefaultKeyFormatter) const |
| print only keys More...
|
|
Key | front () const |
| First key.
|
|
Key | back () const |
| Last key.
|
|
const_iterator | find (Key key) const |
| find
|
|
const KeyVector & | keys () const |
| Access the factor's involved variable keys.
|
|
const_iterator | begin () const |
| Iterator at beginning of involved variable keys.
|
|
const_iterator | end () const |
| Iterator at end of involved variable keys.
|
|
size_t | size () const |
|
|
using | shared_ptr = typename boost::shared_ptr< BinaryMeasurement > |
|
typedef KeyVector::iterator | iterator |
| Iterator over keys.
|
|
typedef KeyVector::const_iterator | const_iterator |
| Const iterator over keys.
|
|
|
| Factor () |
| Default constructor for I/O.
|
|
template<typename CONTAINER > |
| Factor (const CONTAINER &keys) |
| Construct factor from container of keys. More...
|
|
template<typename ITERATOR > |
| Factor (ITERATOR first, ITERATOR last) |
| Construct factor from iterator keys. More...
|
|
bool | equals (const This &other, double tol=1e-9) const |
| check equality
|
|
template<typename CONTAINER > |
static Factor | FromKeys (const CONTAINER &keys) |
| Construct factor from container of keys. More...
|
|
template<typename ITERATOR > |
static Factor | FromIterators (ITERATOR first, ITERATOR last) |
| Construct factor from iterator keys. More...
|
|
KeyVector | keys_ |
| The keys involved in this factor.
|
|
◆ print()
The documentation for this class was generated from the following file: