#include <InputGeneratorJump.hpp>
Inheritance diagram for InputGeneratorJump:
Public Member Functions | |
InputGeneratorJump (IInputGenerator *ig, unsigned int jumpDelay, double scale) | |
virtual | ~InputGeneratorJump () |
virtual Vector | GetInput () |
virtual Vector | GetOutput () |
Returns the output corresponding to the latest generated input. | |
virtual Vector const & | GetLastInput () const |
virtual unsigned int | GetDimension () const |
Vector | GetTranslation () |
double | GetScale () |
virtual GeneratorType | GetGeneratorType () const |
Protected Attributes | |
double | m_scale |
unsigned int | m_steps |
unsigned int | m_jumpDelay |
Vector | m_dir |
Vector | m_translate |
Vector | m_vector |
IInputGenerator & | m_inputGenerator |
double | m_minY |
double | m_maxY |
double | m_minX |
double | m_maxX |
|
|
|
|
|
Implements IInputGenerator. |
|
Returns the output corresponding to the latest generated input. Must be implemented, but is not used by GNG or GNG-U.
Reimplemented from IInputGenerator. |
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
|
|
|
|
Implements IInputGenerator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|