1#ifndef G2O_TARGET_TYPES_3D_HPP_
2#define G2O_TARGET_TYPES_3D_HPP_
14 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
25 virtual bool read(std::istream& ) {
return false; }
27 virtual bool write(std::ostream& )
const {
return false; }
33 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
44 virtual bool read(std::istream& ) {
return false; }
46 virtual bool write(std::ostream& )
const {
return false; }
61 virtual bool read(std::istream& ) {
return false; }
63 virtual bool write(std::ostream& )
const {
return false; }
virtual bool write(std::ostream &) const
write the vertex to a stream
virtual bool read(std::istream &)
read the vertex from a stream, i.e., the internal state of the vertex
GPSObservationPosition3DEdge()
virtual void oplusImpl(const double *update)
virtual bool read(std::istream &)
read the vertex from a stream, i.e., the internal state of the vertex
virtual void setToOriginImpl()
sets the node to the origin (used in the multilevel stuff)
virtual bool write(std::ostream &) const
write the vertex to a stream
EIGEN_MAKE_ALIGNED_OPERATOR_NEW VertexPosition3D()
virtual void oplusImpl(const double *update)
EIGEN_MAKE_ALIGNED_OPERATOR_NEW VertexVelocity3D()
virtual bool write(std::ostream &) const
write the vertex to a stream
virtual void setToOriginImpl()
sets the node to the origin (used in the multilevel stuff)
virtual bool read(std::istream &)
read the vertex from a stream, i.e., the internal state of the vertex
Measurement _measurement
the measurement of the edge
const EstimateType & estimate() const
return the current estimate of the vertex
VertexContainer _vertices