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