27#ifndef G2O_VERTEX_PLANE_H_
28#define G2O_VERTEX_PLANE_H_
30#include "g2o/config.h"
43 virtual bool read(std::istream& is);
44 virtual bool write(std::ostream& os)
const;
49 Eigen::Map<const Vector3> update(update_);
50 _estimate.oplus(update);
54 Eigen::Map<const Vector4> _est(est);
55 _estimate.fromVector(_est);
60 Eigen::Map<Vector4> _est(est);
61 _est = _estimate.toVector();
71class VertexPlaneDrawAction :
public DrawAction {
73 VertexPlaneDrawAction();
79 virtual bool refreshPropertyPtrs(
Abstract action that operates on a graph entity.
virtual void setToOriginImpl()
sets the node to the origin (used in the multilevel stuff)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
virtual int estimateDimension() const
virtual bool setEstimateDataImpl(const double *est)
virtual void oplusImpl(const double *update_)
virtual bool getEstimateData(double *est) const
#define G2O_TYPES_SLAM3D_ADDONS_API
Property< float > FloatProperty