Helios++
Helios software for LiDAR simulations
|
Wrapper for NoiseSource abstract class. More...
#include <PyNoiseSourceWrapper.h>
Public Member Functions | |
PyNoiseSourceWrapper (NoiseSource< double > &ns) | |
double | getClipMin () |
void | setClipMin (double clipMin) |
double | getClipMax () |
void | setClipMax (double clipMax) |
bool | isEnabled () |
void | setEnabled (bool enabled) |
bool | isFixedValueEnabled () |
unsigned long | getFixedLifespan () |
void | setFixedLifespan (unsigned long fixedLifespan) |
unsigned long | getFixedValueRemainingUses () |
void | setFixedValueRemainingUses (unsigned long remainingUses) |
double | next () |
Public Attributes | |
NoiseSource< double > & | ns |