Table Class Reference

#include <Table.h>

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

List of all members.

Public Member Functions

 Table ()
void setThreshold (double v)
double getThreshold () const
void process (const Eref &e, ProcPtr p)
void reinit (const Eref &e, ProcPtr p)
void input (double v)
void spike (double v)

Static Public Member Functions

static const CinfoinitCinfo ()

Detailed Description

Receives and records inputs. Handles plot and spiking data in batch mode.


Constructor & Destructor Documentation

Table::Table (  ) 

Member Function Documentation

double Table::getThreshold (  )  const

Referenced by initCinfo().

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

Reimplemented from TableBase.

References getThreshold(), TableBase::initCinfo(), process(), reinit(), setThreshold(), and spike().

Here is the call graph for this function:

void Table::input ( double  v  ) 

References TableBase::vec().

Referenced by testTable().

Here is the call graph for this function:

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

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

Referenced by initCinfo().

Here is the call graph for this function:

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

References TableBase::vec().

Referenced by initCinfo().

Here is the call graph for this function:

void Table::setThreshold ( double  v  ) 

Referenced by initCinfo().

void Table::spike ( double  v  ) 

References TableBase::vec().

Referenced by initCinfo().

Here is the call graph for this function:


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

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1