|
g2o
|
caching the offset related to a vertex More...
#include <parameter_se3_offset.h>


Public Member Functions | |
| CacheSE3Offset () | |
| virtual void | updateImpl () |
| redefine this to do the update | |
| const ParameterSE3Offset * | offsetParam () const |
| void | setOffsetParam (ParameterSE3Offset *offsetParam) |
| const Isometry3 & | w2n () const |
| const Isometry3 & | n2w () const |
| const Isometry3 & | w2l () 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 bool | resolveDependencies () |
Protected Member Functions inherited from g2o::Cache | |
| Cache * | installDependency (const std::string &type_, const std::vector< int > ¶meterIndices) |
Protected Attributes | |
| ParameterSE3Offset * | _offsetParam |
| the parameter connected to the cache | |
| Isometry3 | _w2n |
| Isometry3 | _n2w |
| Isometry3 | _w2l |
Protected Attributes inherited from g2o::Cache | |
| bool | _updateNeeded |
| ParameterVector | _parameters |
| std::vector< Cache * > | _parentCaches |
| CacheContainer * | _container |
caching the offset related to a vertex
Definition at line 67 of file parameter_se3_offset.h.
| g2o::CacheSE3Offset::CacheSE3Offset | ( | ) |
Definition at line 60 of file parameter_se3_offset.cpp.
|
inline |
Definition at line 77 of file parameter_se3_offset.h.
Referenced by g2o::EdgeSE3Offset::computeError(), g2o::EdgeSE3Prior::computeError(), g2o::EdgeSE3Offset::setMeasurementFromState(), and g2o::EdgeSE3Prior::setMeasurementFromState().
|
inline |
Definition at line 73 of file parameter_se3_offset.h.
Referenced by g2o::EdgeSE3Offset::initialEstimate(), g2o::EdgeSE3Offset::linearizeOplus(), g2o::EdgeSE3Prior::linearizeOplus(), and setOffsetParam().
|
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.
Reimplemented in g2o::CacheCamera.
Definition at line 62 of file parameter_se3_offset.cpp.
References _offsetParam, and g2o::Cache::_parameters.
Referenced by g2o::CacheCamera::resolveDependencies().
| void g2o::CacheSE3Offset::setOffsetParam | ( | ParameterSE3Offset * | offsetParam | ) |
Definition at line 74 of file parameter_se3_offset.cpp.
References _offsetParam, and offsetParam().
|
virtual |
redefine this to do the update
Implements g2o::Cache.
Reimplemented in g2o::CacheCamera.
Definition at line 67 of file parameter_se3_offset.cpp.
References _n2w, _offsetParam, _w2l, _w2n, g2o::BaseVertex< D, T >::estimate(), g2o::ParameterSE3Offset::offset(), and g2o::Cache::vertex().
Referenced by g2o::CacheCamera::updateImpl().
|
inline |
Definition at line 78 of file parameter_se3_offset.h.
Referenced by g2o::EdgeSE3PointXYZ::linearizeOplus(), g2o::EdgeSE3PointXYZDepth::linearizeOplus(), and g2o::EdgeSE3PointXYZDisparity::linearizeOplus().
|
inline |
Definition at line 76 of file parameter_se3_offset.h.
Referenced by g2o::EdgeSE3Offset::computeError(), g2o::EdgeSE3PointXYZ::computeError(), g2o::EdgeSE3Offset::setMeasurementFromState(), g2o::EdgeSE3PointXYZ::setMeasurementFromState(), and g2o::CacheCamera::updateImpl().
|
protected |
Definition at line 83 of file parameter_se3_offset.h.
Referenced by updateImpl().
|
protected |
the parameter connected to the cache
Definition at line 81 of file parameter_se3_offset.h.
Referenced by resolveDependencies(), setOffsetParam(), and updateImpl().
|
protected |
Definition at line 84 of file parameter_se3_offset.h.
Referenced by updateImpl().
|
protected |
Definition at line 82 of file parameter_se3_offset.h.
Referenced by updateImpl().
| g2o::CacheSE3Offset::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 69 of file parameter_se3_offset.h.