InputVariable Class Reference

#include <InputVariable.h>

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

List of all members.

Public Member Functions

 InputVariable ()
 ~InputVariable ()
void epSetValue (const Eref &eref, double value)
void setOwner (NSDFWriter *owner)

Static Public Member Functions

static const CinfoinitCinfo ()

Protected Attributes

NSDFWriter * owner_

Detailed Description

This class is for collecting data and updating a handler object with a value, similar to Synapse->SynHandler. Currently only for NSDFWriter, should be generalized as the need arises.


Constructor & Destructor Documentation

InputVariable::InputVariable (  ) 
InputVariable::~InputVariable (  ) 

Member Function Documentation

void InputVariable::epSetValue ( const Eref eref,
double  value 
) [virtual]

Reimplemented from Variable.

References Eref::fieldIndex(), and owner_.

Referenced by initCinfo().

Here is the call graph for this function:

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

Reimplemented from Variable.

References epSetValue(), and Variable::initCinfo().

Here is the call graph for this function:

void InputVariable::setOwner ( NSDFWriter *  owner  ) 

References owner_.


Member Data Documentation

NSDFWriter* InputVariable::owner_ [protected]

Referenced by epSetValue(), and setOwner().


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

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1