| OPAL (Object Oriented Parallel Accelerator Library)
    2.2.0
    OPAL | 
#include <SampleSequence.h>


| Public Member Functions | |
| SampleSequence (T lower, T upper, size_t modulo, int nSample) | |
| void | create (boost::shared_ptr< SampleIndividual > &ind, size_t i) | 
|  Public Member Functions inherited from SamplingMethod | |
| virtual | ~SamplingMethod () | 
| virtual void | allocate (const CmdArguments_t &args, const Comm::Bundle_t &comm) | 
| Private Attributes | |
| T | lowerLimit_m | 
| double | stepSize_m | 
| unsigned int | numSamples_m | 
| size_t | volumeLowerDimensions_m | 
Definition at line 7 of file SampleSequence.h.
| 
 | inline | 
Definition at line 17 of file SampleSequence.h.
| 
 | inlinevirtual | 
Implements SamplingMethod.
Definition at line 24 of file SampleSequence.h.
References SampleSequence< T >::lowerLimit_m, SampleSequence< T >::numSamples_m, SampleSequence< T >::stepSize_m, T, and SampleSequence< T >::volumeLowerDimensions_m.
| 
 | private | 
Definition at line 34 of file SampleSequence.h.
Referenced by SampleSequence< T >::create().
| 
 | private | 
Definition at line 36 of file SampleSequence.h.
Referenced by SampleSequence< T >::create().
| 
 | private | 
Definition at line 35 of file SampleSequence.h.
Referenced by SampleSequence< T >::create().
| 
 | private | 
Definition at line 37 of file SampleSequence.h.
Referenced by SampleSequence< T >::create().
 1.8.5
 1.8.5