TimeTable Class Reference

#include <TimeTable.h>

Inheritance diagram for TimeTable:
Inheritance graph
[legend]
Collaboration diagram for TimeTable:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TimeTable ()
 ~TimeTable ()
void setFilename (string filename)
string getFilename () const
void setMethod (int method)
int getMethod () const
double getState () const
void process (const Eref &e, ProcPtr p)
void reinit (const Eref &e, ProcPtr p)

Static Public Member Functions

static const CinfoinitCinfo ()

Constructor & Destructor Documentation

TimeTable::TimeTable (  ) 
TimeTable::~TimeTable (  ) 

Member Function Documentation

string TimeTable::getFilename (  )  const

Referenced by initCinfo().

int TimeTable::getMethod (  )  const

Referenced by initCinfo().

double TimeTable::getState (  )  const

Referenced by initCinfo().

const Cinfo * TimeTable::initCinfo (  )  [static]

Reimplemented from TableBase.

References getFilename(), getMethod(), getState(), TableBase::initCinfo(), process(), reinit(), setFilename(), and setMethod().

Here is the call graph for this function:

void TimeTable::process ( const Eref e,
ProcPtr  p 
)

The process function called by scheduler on every tick

References ProcInfo::currTime, and TableBase::vec().

Referenced by initCinfo().

Here is the call graph for this function:

void TimeTable::reinit ( const Eref e,
ProcPtr  p 
)

The reinit function called by scheduler for the reset

Referenced by initCinfo().

void TimeTable::setFilename ( string  filename  ) 

Referenced by initCinfo().

void TimeTable::setMethod ( int  method  ) 

Referenced by initCinfo().


The documentation for this class was generated from the following files:

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1