#include <miscdevices.h>
Inheritance diagram for simthlib::CDFPipe:
Public Member Functions | |
CDFPipe (int deviceID, simth::DeviceSystemIntf *system, const simth::PropertyList &pl) | |
void | process () |
void | updateInputLengths () |
void | updateOutputLengths () |
void | print (std::ostream &os) const |
Related Functions | |
(Note that these are not member functions.) | |
propertylist_CDFPipe (not_a_function) |
|
Constructor.
|
|
Reimplemented from simth::Device. |
|
Implements simth::Device. |
|
Implements simth::Device. |
|
Implements simth::Device. |
|
These are the properties of class CDFPipe . This list is auto-generated from the XML-Devicelist of this device by means of an XSLT transformation script. Description of this device in the XML file: Class for recalculating the histogram output into a Cumulative Distribution Function (CDF). The bins are left unchanged. If you connect a DisplayPipe to a Histogram directly, you will get the PDF. If you insert this CDFPipe in between, you will get the CDF. Note that this class also has the Properties of its base classes. The direct base class is simth::Device ; direct link to its propertylist should be propertylist_Device(). The list below usually includes the properties that have been inherited from the base classes; the properties which belong only to this class can be found at the end of this list.
|