#include <InputGeneratorUpDown.hpp>
Inheritance diagram for InputGeneratorUpDown:
Public Member Functions | |
InputGeneratorUpDown (IInputGenerator *ig, double stepSize, double scale) | |
virtual | ~InputGeneratorUpDown () |
virtual Vector | GetInput () |
virtual Vector const & | GetLastInput () const |
virtual unsigned int | GetDimension () const |
Vector | GetTranslation () |
double | GetScale () |
virtual GeneratorType | GetGeneratorType () const |
Protected Attributes | |
double | m_scale |
double | m_stepSize |
Vector | m_dir |
Vector | m_translate |
Vector | m_vector |
IInputGenerator & | m_inputGenerator |
double | m_minY |
double | m_maxY |
|
|
|
|
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
|
|
|
|
Implements IInputGenerator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|