Helios++
Helios software for LiDAR simulations
PyNoiseSourceWrapper Class Reference

Wrapper for NoiseSource abstract class. More...

#include <PyNoiseSourceWrapper.h>

Collaboration diagram for PyNoiseSourceWrapper:

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
 

Detailed Description

Wrapper for NoiseSource abstract class.

Author
Alberto M. Esmoris Pena
Version
1.0
See also
NoiseSource

The documentation for this class was generated from the following file: