27 #ifndef G2O_VERTEX_LINE3D_H_ 28 #define G2O_VERTEX_LINE3D_H_ 42 virtual bool read(std::istream& is);
43 virtual bool write(std::ostream& os)
const;
48 Eigen::Map<const Vector6d> update(update_);
49 _estimate.oplus(update);
53 Eigen::Map<const Vector6d> _est(est);
59 Eigen::Map<Vector6d> _est(est);
virtual bool setEstimateDataImpl(const double *est)
virtual void oplusImpl(const double *update_)
virtual int estimateDimension() const
virtual bool getEstimateData(double *est) const
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
virtual void setToOriginImpl()
sets the node to the origin (used in the multilevel stuff)
#define G2O_TYPES_SLAM3D_ADDONS_API