Variables | Functions | Enumerations | Enumerator | Typedefs
Variables | defined in | |
Functions | defined in | |
enableConnection(SbBool flag) | PbBase | [inline] |
enableThresholds(SbBool min, SbBool max) | PbDataMapping | |
enableTransparency(SbBool flag) | PbDataMapping | |
getHLSColor(float value) const | PbDataMapping | |
getHLSColor(float value, float &transparency) const | PbDataMapping | |
getMaxHLSThreshold(float &threshold_max) const | PbDataMapping | |
getMaxHLSThreshold(float &threshold_max, float &transp_max) const | PbDataMapping | |
getMaxRGBThreshold(float &threshold_max) const | PbDataMapping | |
getMaxRGBThreshold(float &threshold_max, float &transp_max) const | PbDataMapping | |
getMinHLSThreshold(float &threshold_min) const | PbDataMapping | |
getMinHLSThreshold(float &threshold_min, float &transp_min) const | PbDataMapping | |
getMinRGBThreshold(float &threshold_min) const | PbDataMapping | |
getMinRGBThreshold(float &threshold_min, float &transp_min) const | PbDataMapping | |
getRGBColor(float value) const | PbDataMapping | |
getRGBColor(float value, float &transparency) const | PbDataMapping | |
getTransparencyValueDeletedParts() const | PbDataMapping | |
isConnectionEnabled() const | PbBase | [inline] |
isTransparencyEnabled() const | PbDataMapping | [inline] |
operator=(const PbDataMapping &dataMapping) | PbDataMapping | |
PbDataMapping() | PbDataMapping | |
PbDataMapping(const PbDataMapping &dataMapping) | PbDataMapping | |
PbNonLinearDataMapping() | PbNonLinearDataMapping | |
setHLSFunction(HLSFunction *func, void *userData) | PbNonLinearDataMapping | |
setHLSFunction(const float *(*func)(float)) | PbNonLinearDataMapping | |
setMaxThreshold(float threshold_max) | PbDataMapping | |
setMaxThreshold(float threshold_max, const SbColor &cmax, float transp_max=0.0) | PbDataMapping | |
setMaxThreshold(float threshold_max, PbHLSColor cmax, float transp_max=0.0) | PbDataMapping | |
setMinThreshold(float threshold_min) | PbDataMapping | |
setMinThreshold(float threshold_min, const SbColor &cmin, float transp_min=0.0) | PbDataMapping | |
setMinThreshold(float threshold_min, PbHLSColor cmin, float transp_min=0.0) | PbDataMapping | |
setRGBFunction(RGBFunction *func, void *userData) | PbNonLinearDataMapping | |
setRGBFunction(const SbColor *(*func)(float)) | PbNonLinearDataMapping | |
setTransparencyFunction(TransparencyFunction *func, void *userData) | PbNonLinearDataMapping | |
setTransparencyFunction(float(*func)(float)) | PbNonLinearDataMapping | |
setTransparencyValueDeletedParts(float value) | PbDataMapping | |
thresholdsEnabled(SbBool &min, SbBool &max) const | PbDataMapping | [inline] |
touch() | PbBase | |
~PbDataMapping() | PbDataMapping | |
Enumerations | defined in | |
Enumerator | defined in | |
Typedefs | defined in | |
HLSFunction typedef | PbNonLinearDataMapping | |
PbHLSColor typedef | PbDataMapping | |
RGBFunction typedef | PbNonLinearDataMapping | |
TransparencyFunction typedef | PbNonLinearDataMapping | |