|
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 () |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Protected Member Functions | |
| virtual void | updateImpl () |
| redefine this to do the update | |
| virtual bool | resolveDependencies () |
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 55 of file parameter_se2_offset.h.
|
inline |
Definition at line 60 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 60 of file parameter_se2_offset.cpp.
References _offsetParam, and g2o::Cache::_parameters.
|
protectedvirtual |
redefine this to do the update
Implements g2o::Cache.
Definition at line 54 of file parameter_se2_offset.cpp.
References _n2w, _offsetParam, _w2n, g2o::BaseVertex< D, T >::estimate(), g2o::tutorial::SE2::inverse(), g2o::tutorial::ParameterSE2Offset::offset(), and g2o::Cache::vertex().
|
inline |
Definition at line 59 of file parameter_se2_offset.h.
Referenced by g2o::tutorial::EdgeSE2PointXY::computeError().
|
protected |
Definition at line 67 of file parameter_se2_offset.h.
Referenced by updateImpl().
|
protected |
Definition at line 66 of file parameter_se2_offset.h.
Referenced by resolveDependencies(), and updateImpl().
|
protected |
Definition at line 67 of file parameter_se2_offset.h.
Referenced by updateImpl().
| g2o::tutorial::CacheSE2Offset::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 57 of file parameter_se2_offset.h.