#include <InputGeneratorSinus.hpp>
Inheritance diagram for InputRepresentationSinus:
Public Member Functions | |
InputRepresentationSinus (InputGeneratorSinus *i) | |
~InputRepresentationSinus () | |
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. | |
virtual double | GetDisplayXMax () |
Called by the GNGGLUT representation to adjust the screen size. | |
virtual double | GetDisplayYMax () |
virtual double | GetDisplayXMin () |
virtual double | GetDisplayYMin () |
Private Attributes | |
InputGeneratorSinus & | m_inputGenerator |
A class that represents the InputGeneratorSinus 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. |
|
Called by the GNGGLUT representation to adjust the screen size.
Reimplemented from IGLInputRepresentation. |
|
Reimplemented from IGLInputRepresentation. |
|
Reimplemented from IGLInputRepresentation. |
|
Reimplemented from IGLInputRepresentation. |
|
|