#include <Samplers.h>
Definition at line 184 of file Samplers.h.
◆ ~CyclicSeqSampler()
CyclicSeqSampler::~CyclicSeqSampler |
( |
| ) |
|
|
inline |
◆ CyclicSeqSampler() [1/2]
◆ CyclicSeqSampler() [2/2]
CyclicSeqSampler::CyclicSeqSampler |
( |
std::string |
s | ) |
|
|
inline |
Definition at line 188 of file Samplers.h.
191 std::cout <<
"Initializing CyclicSeqSampler..." << std::endl;
192 while ((
pos =
s.find(
',')) != std::string::npos) {
193 token =
s.substr(0,
pos);
196 std::cout <<
" adding " <<
m_sequence[
m_sequence.size()-1] <<
" from " << token.c_str() << std::endl;
◆ shoot()
float CyclicSeqSampler::shoot |
( |
| ) |
|
|
inlinevirtual |
◆ m_index
int CyclicSeqSampler::m_index {} |
|
private |
◆ m_random
TRandom Sampler::m_random |
|
inherited |
◆ m_sequence
std::vector<int> CyclicSeqSampler::m_sequence |
|
private |
◆ m_val
The documentation for this class was generated from the following file: