|
| DaidalusFileWalker (const std::string &filename) |
|
void | resetInputFile (const std::string &filename) |
|
double | firstTime () const |
|
double | lastTime () const |
|
int | getIndex () const |
|
double | getTime () const |
|
bool | atBeginning () const |
|
bool | atEnd () const |
|
bool | goToTime (double t) |
|
bool | goToTimeStep (int i) |
|
void | goToBeginning () |
|
void | goToEnd () |
|
void | goNext () |
|
void | goPrev () |
|
int | indexOfTime (double t) const |
|
void | readState (Daidalus &daa) |
|
bool | hasError () const |
|
bool | hasMessage () const |
|
std::string | getMessage () |
|
std::string | getMessageNoClear () const |
|
◆ getMessage()
std::string larcfm::DaidalusFileWalker::getMessage |
( |
| ) |
|
|
virtual |
Return a string representation of any errors or warnings. Calling this method will clear any messages and reset both the error and warning status to none.
- Returns
- error and warning messages. If there are no messages, an empty string is returned.
Implements larcfm::ErrorReporter.
◆ getMessageNoClear()
std::string larcfm::DaidalusFileWalker::getMessageNoClear |
( |
| ) |
const |
|
virtual |
Return a string representation of any errors or warnings. Calling this method will not clear the error or warning status (i.e., hasError() will return the same value before and after this call.)
- Returns
- error and warning messages. If there are no messages, an empty string is returned.
Implements larcfm::ErrorReporter.
◆ hasError()
bool larcfm::DaidalusFileWalker::hasError |
( |
| ) |
const |
|
virtual |
◆ hasMessage()
bool larcfm::DaidalusFileWalker::hasMessage |
( |
| ) |
const |
|
virtual |
Does this object have an error or a warning?
- Returns
- true if there is an error or warning.
Implements larcfm::ErrorReporter.
The documentation for this class was generated from the following files: