|
virtual void | setRadius (Real)=0 |
|
void | setRandom (bool) |
|
void | reset () |
|
bool | sample (std::vector< Vec3 > &dest) |
|
bool | sample (std::vector< Vec3 > &dest, Matrix3 const &sys, Vec3 const ¢er) |
|
bool | sample (unsigned int N) |
|
bool | get (Vec3 &dest) |
|
bool | get (Vec3 &dest, Matrix3 const &sys, Vec3 const ¢er) |
|
Vec3 & | get () |
|
|
virtual bool | sampleRandom (std::vector< Vec3 > &)=0 |
|
virtual bool | sampleUniform (std::vector< Vec3 > &)=0 |
|
The documentation for this class was generated from the following files:
- LibRZ/include/Samplers/Sampler.h
- LibRZ/src/Samplers/Sampler.cpp