g2o
|
#include <parameter_se2_offset.h>
Public Member Functions | |
const SE2 & | w2n () const |
const SE2 & | n2w () const |
Public Member Functions inherited from g2o::Cache | |
Cache (CacheContainer *container_=0, const ParameterVector ¶meters_=ParameterVector()) | |
CacheKey | key () const |
OptimizableGraph::Vertex * | vertex () |
OptimizableGraph * | graph () |
CacheContainer * | container () |
ParameterVector & | parameters () |
void | update () |
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 Member Functions | |
virtual void | updateImpl () |
redefine this to do the update More... | |
virtual bool | resolveDependancies () |
Protected Member Functions inherited from g2o::Cache | |
Cache * | installDependency (const std::string &type_, const std::vector< int > ¶meterIndices) |
Protected Attributes | |
ParameterSE2Offset * | _offsetParam |
SE2 | _w2n |
SE2 | _n2w |
Protected Attributes inherited from g2o::Cache | |
bool | _updateNeeded |
ParameterVector | _parameters |
std::vector< Cache * > | _parentCaches |
CacheContainer * | _container |
Definition at line 56 of file parameter_se2_offset.h.
|
inline |
Definition at line 62 of file parameter_se2_offset.h.
|
protectedvirtual |
Function to be called from a cache that has dependencies. It just invokes a sequence of installDependency(). Although the caches returned are stored in the _parentCache vector, it is better that you redefine your own cache member variables, for better readability
Reimplemented from g2o::Cache.
Definition at line 65 of file parameter_se2_offset.cpp.
|
protectedvirtual |
redefine this to do the update
Implements g2o::Cache.
Definition at line 58 of file parameter_se2_offset.cpp.
References g2o::BaseVertex< D, T >::estimate(), and g2o::SE2::inverse().
|
inline |
Definition at line 61 of file parameter_se2_offset.h.
Referenced by g2o::tutorial::EdgeSE2PointXY::computeError().
|
protected |
Definition at line 69 of file parameter_se2_offset.h.
|
protected |
Definition at line 68 of file parameter_se2_offset.h.
|
protected |
Definition at line 69 of file parameter_se2_offset.h.
g2o::tutorial::CacheSE2Offset::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 59 of file parameter_se2_offset.h.