#include <InputGeneratorDiscrete.hpp>
Inheritance diagram for InputRepresentationDiscrete:
Public Member Functions | |
InputRepresentationDiscrete (InputGeneratorDiscrete *i) | |
~InputRepresentationDiscrete () | |
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 | |
InputGeneratorDiscrete & | m_inputGenerator |
A class that represents the InputGeneratorDiscrete 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. |
|
|