Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

MEDCoupling::MEDCouplingTimeKeeper::MEDCouplingTimeKeeper ( )

Member Function Documentation

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