virtual bool write(std::ostream &os) const
Write the estimate to an output stream.
virtual bool read(std::istream &is)
Read an estimate of from an input stream.
VertexTimeDiff(double dt, bool fixed=false)
Construct the TimeDiff vertex with a value.
const double & dt() const
Access the timediff value of the vertex (read-only)
~VertexTimeDiff()
Destructs the VertexTimeDiff.
virtual void oplusImpl(const double *update)
Define the update increment . A simple addition implements what we want.
VertexTimeDiff(bool fixed=false)
Default constructor.
virtual void setToOriginImpl()
Set the underlying TimeDiff estimate to default.
double & dt()
Access the timediff value of the vertex.
This class stores and wraps a time difference into a vertex that can be optimized via g2o...