virtual bool read(std::istream &is) override
Read an estimate of from an input stream.
virtual void setToOriginImpl() override
Set the underlying TimeDiff estimate to default.
VertexTimeDiff(bool fixed=false)
Default constructor.
virtual bool write(std::ostream &os) const override
Write the estimate to an output stream.
double & dt()
Access the timediff value of the vertex.
virtual void oplusImpl(const double *update) override
Define the update increment . A simple addition implements what we want.