#include <SourceVariable.h>
Public Member Functions | |
Source * | getSource () const |
SourceVariable (Source *source, AtomicId name, Variable::Flags flags) | |
~SourceVariable () | |
Private Attributes | |
Source * | source |
Definition at line 14 of file SourceVariable.h.
PhysicsTools::SourceVariable::SourceVariable | ( | Source * | source, |
AtomicId | name, | ||
Variable::Flags | flags | ||
) | [inline] |
PhysicsTools::SourceVariable::~SourceVariable | ( | ) | [inline] |
Definition at line 19 of file SourceVariable.h.
{}
Source* PhysicsTools::SourceVariable::getSource | ( | ) | const [inline] |
Definition at line 21 of file SourceVariable.h.
References source.
Referenced by PhysicsTools::SourceVariableSet::append(), and PhysicsTools::TrainProcessor::doTrainBegin().
{ return source; }
Source* PhysicsTools::SourceVariable::source [private] |
Definition at line 24 of file SourceVariable.h.
Referenced by getSource().