27 #ifndef G2O_DEPRECATED_VERTEX_TRACKXYZ_H_ 28 #define G2O_DEPRECATED_VERTEX_TRACKXYZ_H_ 36 namespace deprecated {
44 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
46 virtual bool read(std::istream& is);
47 virtual bool write(std::ostream& os)
const;
52 Eigen::Map<const Eigen::Vector3d> update(update_);
57 Eigen::Map<const Eigen::Vector3d> _est(est);
63 Eigen::Map<Eigen::Vector3d> _est(est);
73 _estimate = Eigen::Map<const Eigen::Vector3d>(est);
78 Eigen::Map<Eigen::Vector3d> v(est);
96 #ifdef G2O_HAVE_OPENGL 99 VertexPointXYZDrawAction();
virtual void setToOriginImpl()
sets the node to the origin (used in the multilevel stuff)
virtual bool getEstimateData(double *est) const
virtual int estimateDimension() const
Abstract action that operates on a graph entity.
virtual bool setMinimalEstimateDataImpl(const double *est)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW VertexPointXYZ()
#define G2O_DEPRECATED_TYPES_SLAM3D_API
virtual bool setEstimateDataImpl(const double *est)
virtual void oplusImpl(const double *update_)
virtual bool getMinimalEstimateData(double *est) const
virtual int minimalEstimateDimension() const