27 #ifndef G2O_EDGE_LINE2D_POINTXY_H 28 #define G2O_EDGE_LINE2D_POINTXY_H 30 #include "g2o/config.h" Eigen::Matrix< double, 2, 1, Eigen::ColMajor > Vector2D
G2O_TYPES_SLAM2D_ADDONS_API EIGEN_MAKE_ALIGNED_OPERATOR_NEW G2O_TYPES_SLAM2D_ADDONS_API EdgeLine2DPointXY()
some general case utility functions
virtual G2O_TYPES_SLAM2D_ADDONS_API bool read(std::istream &is)
read the vertex from a stream, i.e., the internal state of the vertex
virtual G2O_TYPES_SLAM2D_ADDONS_API bool write(std::ostream &os) const
write the vertex to a stream
virtual G2O_TYPES_SLAM2D_ADDONS_API bool setMeasurementData(const double *d)
#define G2O_TYPES_SLAM2D_ADDONS_API
const EstimateType & estimate() const
return the current estimate of the vertex
virtual G2O_TYPES_SLAM2D_ADDONS_API bool getMeasurementData(double *d) const
virtual G2O_TYPES_SLAM2D_ADDONS_API int measurementDimension() const
virtual G2O_TYPES_SLAM2D_ADDONS_API bool setMeasurementFromState()
G2O_TYPES_SLAM2D_ADDONS_API void computeError()
VertexContainer _vertices