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 More... | |
virtual bool | write (std::ostream &os) const |
write the data to a stream More... | |
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 () |
HyperGraphElement * | clone () const |
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 46 of file parameter_se2_offset.h.
|
inline |
|
virtual |
read the data from a stream
Implements g2o::Parameter.
Definition at line 44 of file parameter_se2_offset.cpp.
References setOffset().
Definition at line 38 of file parameter_se2_offset.cpp.
References _inverseOffset, _offset, g2o::tutorial::SE2::inverse(), and offset().
Referenced by main(), and read().
|
virtual |
write the data to a stream
Implements g2o::Parameter.
Definition at line 52 of file parameter_se2_offset.cpp.
References _offset, g2o::tutorial::SE2::rotation(), and g2o::tutorial::SE2::translation().
|
protected |
Definition at line 53 of file parameter_se2_offset.h.
Referenced by setOffset().
|
protected |
Definition at line 52 of file parameter_se2_offset.h.
Referenced by setOffset(), and write().
g2o::tutorial::ParameterSE2Offset::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 40 of file parameter_se2_offset.h.