#include <Source.h>
Public Member Functions | |
const SourceVariableSet & | getInputs () const |
AtomicId | getName () const |
SourceVariable * | getOutput (AtomicId name) const |
const SourceVariableSet & | getOutputs () const |
bool | isTrained () const |
Source (AtomicId name, bool trained=false) | |
virtual | ~Source () |
Protected Member Functions | |
SourceVariableSet & | getInputs () |
SourceVariableSet & | getOutputs () |
Protected Attributes | |
bool | trained |
Private Attributes | |
SourceVariableSet | inputs |
AtomicId | name |
SourceVariableSet | outputs |
Friends | |
class | MVATrainer |
|
inline |
|
inlinevirtual |
|
inline |
Definition at line 26 of file Source.h.
References inputs.
Referenced by PhysicsTools::TrainProcessor::doTrainBegin().
|
inlineprotected |
|
inline |
Definition at line 19 of file Source.h.
References name.
Referenced by PhysicsTools::SourceVariableSet::append(), and PhysicsTools::TrainProcessor::doTrainBegin().
|
inline |
Definition at line 21 of file Source.h.
References PhysicsTools::SourceVariableSet::find(), and outputs.
|
inline |
|
inlineprotected |
|
inline |
|
friend |
|
private |
Definition at line 39 of file Source.h.
Referenced by PhysicsTools::TrainProcessor::doTrainBegin(), and getInputs().
|
private |
Definition at line 38 of file Source.h.
Referenced by getName(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
private |
Definition at line 40 of file Source.h.
Referenced by getOutput(), and getOutputs().
|
protected |
Definition at line 35 of file Source.h.
Referenced by isTrained(), and PhysicsTools::TrainProcessor::trainEnd().