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