Version: 9.12.0
MEDCoupling::MEDCouplingTimeKeeper Class Reference

Public Member Functions

void checkTimePresence (double time, double eps) const
 
void copyFrom (const MEDCouplingTimeKeeper &other)
 
double getAllInfo (int &iteration, int &order) const
 
int getIteration () const
 
int getOrder () const
 
double getTimeValue () const
 
bool isEqual (const MEDCouplingTimeKeeper &other, double prec) const
 
bool isEqualIfNotWhy (const MEDCouplingTimeKeeper &other, double prec, std::string &reason) const
 
 MEDCouplingTimeKeeper ()
 
void setAllInfo (double time, int iteration, int order)
 
void setIteration (int it)
 
void setOrder (int order)
 
void setTimeValue (double time)
 

Constructor & Destructor Documentation

◆ MEDCouplingTimeKeeper()

MEDCoupling::MEDCouplingTimeKeeper::MEDCouplingTimeKeeper ( )

Member Function Documentation

◆ getAllInfo()

◆ setAllInfo()

◆ getIteration()

◆ setIteration()

◆ getOrder()

◆ setOrder()

◆ getTimeValue()

◆ setTimeValue()

◆ isEqualIfNotWhy()

◆ isEqual()

◆ copyFrom()

◆ checkTimePresence()

void MEDCouplingTimeKeeper::checkTimePresence ( double  time,
double  eps 
) const