#include <InputGeneratorDefault.hpp>
Inheritance diagram for InputGeneratorDefault:
Public Member Functions | |
InputGeneratorDefault (unsigned int dimension) | |
virtual Vector | GetInput () |
virtual Vector const & | GetLastInput () const |
virtual unsigned int | GetDimension () const |
virtual GeneratorType | GetGeneratorType () const |
Protected Attributes | |
unsigned int | m_dimension |
double | m_min |
double | m_max |
Vector | m_vector |
|
|
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
Implements IInputGenerator. |
|
|
|
|
|
|
|
|