|
g2o
|
#include <parameter_se2_offset.h>


Public Member Functions | |
| ParameterSE2Offset () | |
| void | setOffset (const SE2 &offset=SE2()) |
| const SE2 & | offset () const |
| const SE2 & | inverseOffset () const |
| virtual bool | read (std::istream &is) |
| read the data from a stream | |
| virtual bool | write (std::ostream &os) const |
| write the data to a stream | |
Public Member Functions inherited from g2o::Parameter | |
| Parameter () | |
| virtual | ~Parameter () |
| int | id () const |
| void | setId (int id_) |
| virtual HyperGraph::HyperGraphElementType | elementType () const |
Public Member Functions inherited from g2o::HyperGraph::HyperGraphElement | |
| virtual | ~HyperGraphElement () |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Protected Attributes | |
| SE2 | _offset |
| SE2 | _inverseOffset |
Protected Attributes inherited from g2o::Parameter | |
| int | _id |
Definition at line 37 of file parameter_se2_offset.h.
| g2o::tutorial::ParameterSE2Offset::ParameterSE2Offset | ( | ) |
Definition at line 34 of file parameter_se2_offset.cpp.
|
inline |
Definition at line 45 of file parameter_se2_offset.h.
|
inline |
Definition at line 44 of file parameter_se2_offset.h.
Referenced by setOffset(), and g2o::tutorial::CacheSE2Offset::updateImpl().
|
virtual |
read the data from a stream
Implements g2o::Parameter.
Definition at line 41 of file parameter_se2_offset.cpp.
References setOffset().
Definition at line 36 of file parameter_se2_offset.cpp.
References _inverseOffset, _offset, g2o::tutorial::SE2::inverse(), and offset().
|
virtual |
write the data to a stream
Implements g2o::Parameter.
Definition at line 48 of file parameter_se2_offset.cpp.
References _offset, g2o::tutorial::SE2::rotation(), and g2o::tutorial::SE2::translation().
|
protected |
Definition at line 52 of file parameter_se2_offset.h.
Referenced by setOffset().
|
protected |
Definition at line 51 of file parameter_se2_offset.h.
Referenced by setOffset(), and write().
| g2o::tutorial::ParameterSE2Offset::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 39 of file parameter_se2_offset.h.