#include <InputGeneratorDefault.hpp>
Inheritance diagram for InputRepresentationDefault:
Public Member Functions | |
InputRepresentationDefault (InputGeneratorDefault *i) | |
virtual | ~InputRepresentationDefault () |
virtual void | GLOutputDistribution () const |
This method is called by GNGGLUTRepresentation's Output method. | |
virtual void | GLOutputSignal () const |
This method is called by GNGGLUTRepresentation's Output method. | |
Private Attributes | |
InputGeneratorDefault & | m_inputGenerator |
A class that represents the DefaultInput Generators domain.
|
|
|
|
|
This method is called by GNGGLUTRepresentation's Output method. It outputs a representation of the input distribution area. Implements IGLInputRepresentation. |
|
This method is called by GNGGLUTRepresentation's Output method. It outputs the current signal from the distribution. Implements IGLInputRepresentation. |
|
|