#include <SourceVariable.h>
Public Member Functions | |
Source * | getSource () const |
SourceVariable (Source *source, AtomicId name, Variable::Flags flags) | |
~SourceVariable () | |
Public Member Functions inherited from PhysicsTools::Variable | |
Flags | getFlags () const |
const AtomicId | getName () const |
bool | isMultiple () const |
bool | isOptional () const |
Variable () | |
Variable (const Variable &orig) | |
Variable (AtomicId name, Flags flags=FLAG_NONE) | |
Private Attributes | |
Source * | source |
Additional Inherited Members | |
Public Types inherited from PhysicsTools::Variable | |
enum | Flags { FLAG_NONE = 0, FLAG_OPTIONAL = 1 << 0, FLAG_MULTIPLE = 1 << 1, FLAG_ALL = (1 << 2) - 1 } |
Definition at line 14 of file SourceVariable.h.
|
inline |
Definition at line 16 of file SourceVariable.h.
|
inline |
Definition at line 19 of file SourceVariable.h.
|
inline |
Definition at line 21 of file SourceVariable.h.
References source.
Referenced by PhysicsTools::SourceVariableSet::append(), and PhysicsTools::TrainProcessor::doTrainBegin().
|
private |
Definition at line 24 of file SourceVariable.h.
Referenced by getSource().