, including all inherited members.
| AddHSVPoint(float x, float h, float s, float v) | vtkColorTransferFunction | |
| AddHSVSegment(float x1, float h1, float s1, float v1, float x2, float h2, float s2, float v2) | vtkColorTransferFunction | |
| AddObserver(unsigned long event, vtkCommand *, float priority=0.0) | vtkObject | |
| AddObserver(const char *event, vtkCommand *, float priority=0.0) | vtkObject | |
| AddRGBPoint(float x, float r, float g, float b) | vtkColorTransferFunction | |
| AddRGBSegment(float x1, float r1, float g1, float b1, float x2, float r2, float g2, float b2) | vtkColorTransferFunction | |
| Alpha | vtkScalarsToColors | [protected] |
| Blue | vtkColorTransferFunction | [protected] |
| BreakOnError() | vtkObject | [static] |
| Build() | vtkScalarsToColors | [inline, virtual] |
| BuildFunctionFromTable(float x1, float x2, int size, float *table) | vtkColorTransferFunction | |
| BuildTime | vtkColorTransferFunction | [protected] |
| Clamping | vtkColorTransferFunction | [protected] |
| ClampingOff() | vtkColorTransferFunction | [virtual] |
| ClampingOn() | vtkColorTransferFunction | [virtual] |
| CollectRevisions(ostream &os) | vtkObjectBase | [protected, virtual] |
| ColorSpace | vtkColorTransferFunction | [protected] |
| COMPONENT enum value | vtkScalarsToColors | [protected] |
| ConvertUnsignedCharToRGBA(vtkUnsignedCharArray *colors, int numComp, int numTuples) | vtkScalarsToColors | [virtual] |
| Debug | vtkObject | [protected] |
| DebugOff() | vtkObject | [virtual] |
| DebugOn() | vtkObject | [virtual] |
| DeepCopy(vtkColorTransferFunction *f) | vtkColorTransferFunction | |
| Delete() | vtkObjectBase | [virtual] |
| FillFromDataPointer(int, float *) | vtkColorTransferFunction | |
| Function | vtkColorTransferFunction | [protected] |
| FunctionSize | vtkColorTransferFunction | [protected] |
| GetAlpha() | vtkScalarsToColors | [virtual] |
| GetBlueValue(float x) | vtkColorTransferFunction | |
| GetClamping() | vtkColorTransferFunction | [virtual] |
| GetClassName() | vtkColorTransferFunction | [virtual] |
| vtkObjectBase::GetClassName() const | vtkObjectBase | [inline, virtual] |
| GetColor(float x) | vtkColorTransferFunction | [inline] |
| GetColor(float x, float rgb[3]) | vtkColorTransferFunction | [virtual] |
| GetColorSpace() | vtkColorTransferFunction | [virtual] |
| GetCommand(unsigned long tag) | vtkObject | |
| GetDataPointer() | vtkColorTransferFunction | [inline] |
| GetDebug() | vtkObject | |
| GetGlobalWarningDisplay() | vtkObject | [static] |
| GetGreenValue(float x) | vtkColorTransferFunction | |
| GetLuminance(float x) | vtkScalarsToColors | [inline] |
| GetMTime() | vtkObject | [virtual] |
| GetOpacity(float vtkNotUsed(v)) | vtkScalarsToColors | [inline, virtual] |
| GetRange() | vtkColorTransferFunction | [virtual] |
| GetRange(float &, float &) | vtkColorTransferFunction | [virtual] |
| GetRange(float[2]) | vtkColorTransferFunction | [virtual] |
| GetRedValue(float x) | vtkColorTransferFunction | |
| GetReferenceCount() | vtkObjectBase | [inline] |
| GetSize() | vtkColorTransferFunction | [inline] |
| GetTable(float x1, float x2, int n, float *table) | vtkColorTransferFunction | |
| GetTable(float x1, float x2, int n) | vtkColorTransferFunction | |
| GetVectorComponent() | vtkScalarsToColors | [virtual] |
| GetVectorMode() | vtkScalarsToColors | [virtual] |
| GlobalWarningDisplayOff() | vtkObject | [inline, static] |
| GlobalWarningDisplayOn() | vtkObject | [inline, static] |
| Green | vtkColorTransferFunction | [protected] |
| HasObserver(unsigned long event) | vtkObject | |
| HasObserver(const char *event) | vtkObject | |
| HSVToRGB(float h, float s, float v, float &r, float &g, float &b) | vtkColorTransferFunction | [protected] |
| InvokeEvent(unsigned long event, void *callData) | vtkObject | |
| InvokeEvent(const char *event, void *callData) | vtkObject | |
| InvokeEvent(unsigned long event) | vtkObject | [inline] |
| InvokeEvent(const char *event) | vtkObject | [inline] |
| IsA(const char *type) | vtkColorTransferFunction | [virtual] |
| IsTypeOf(const char *type) | vtkColorTransferFunction | [static] |
| MAGNITUDE enum value | vtkScalarsToColors | [protected] |
| MapScalars(vtkDataArray *scalars, int colorMode, int component) | vtkScalarsToColors | |
| MapScalarsThroughTable(vtkDataArray *scalars, unsigned char *output, int outputFormat) | vtkScalarsToColors | |
| MapScalarsThroughTable(vtkDataArray *scalars, unsigned char *output) | vtkScalarsToColors | [inline] |
| MapScalarsThroughTable2(void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputIncrement) | vtkColorTransferFunction | [virtual] |
| MapValue(float v) | vtkColorTransferFunction | [virtual] |
| Modified() | vtkObject | [virtual] |
| MTime | vtkObject | [protected] |
| New() | vtkColorTransferFunction | [static] |
| NumberOfPoints | vtkColorTransferFunction | [protected] |
| vtkObjectBase::operator=(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
| Print(ostream &os) | vtkObjectBase | |
| PrintHeader(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
| PrintRevisions(ostream &os) | vtkObjectBase | |
| PrintSelf(ostream &os, vtkIndent indent) | vtkColorTransferFunction | [virtual] |
| PrintTrailer(ostream &os, vtkIndent indent) | vtkObjectBase | [virtual] |
| Range | vtkColorTransferFunction | [protected] |
| Red | vtkColorTransferFunction | [protected] |
| ReferenceCount | vtkObjectBase | [protected] |
| Register(vtkObjectBase *o) | vtkObject | [virtual] |
| RemoveAllPoints() | vtkColorTransferFunction | |
| RemoveObserver(vtkCommand *) | vtkObject | |
| RemoveObserver(unsigned long tag) | vtkObject | |
| RemoveObservers(unsigned long event) | vtkObject | |
| RemoveObservers(const char *event) | vtkObject | |
| RemovePoint(float x) | vtkColorTransferFunction | |
| RGBToHSV(float r, float g, float b, float &h, float &s, float &v) | vtkColorTransferFunction | [protected] |
| SafeDownCast(vtkObject *o) | vtkColorTransferFunction | [static] |
| SetAlpha(float alpha) | vtkScalarsToColors | |
| SetClamping(int) | vtkColorTransferFunction | [virtual] |
| SetColorSpace(int) | vtkColorTransferFunction | [virtual] |
| SetColorSpaceToHSV() | vtkColorTransferFunction | [inline] |
| SetColorSpaceToRGB() | vtkColorTransferFunction | [inline] |
| SetDebug(unsigned char debugFlag) | vtkObject | |
| SetGlobalWarningDisplay(int val) | vtkObject | [static] |
| SetRange(float, float) | vtkColorTransferFunction | [inline, protected, virtual] |
| SetRange(float rng[2]) | vtkColorTransferFunction | [inline, protected] |
| SetReferenceCount(int) | vtkObjectBase | |
| SetVectorComponent(int) | vtkScalarsToColors | [virtual] |
| SetVectorMode(int) | vtkScalarsToColors | [virtual] |
| SetVectorModeToComponent() | vtkScalarsToColors | |
| SetVectorModeToMagnitude() | vtkScalarsToColors | |
| SubjectHelper | vtkObject | [protected] |
| Superclass typedef | vtkColorTransferFunction | |
| Table | vtkColorTransferFunction | [protected] |
| TableSize | vtkColorTransferFunction | [protected] |
| UnRegister(vtkObjectBase *o) | vtkObject | [virtual] |
| UnsignedCharRGBAValue | vtkColorTransferFunction | [protected] |
| UseMagnitude | vtkScalarsToColors | [protected] |
| VectorComponent | vtkScalarsToColors | [protected] |
| VectorMode | vtkScalarsToColors | [protected] |
| VectorModes enum name | vtkScalarsToColors | [protected] |
| vtkColorTransferFunction() | vtkColorTransferFunction | [protected] |
| vtkObject() | vtkObject | [protected] |
| vtkObjectBase() | vtkObjectBase | [protected] |
| vtkObjectBase(const vtkObjectBase &) | vtkObjectBase | [inline, protected] |
| vtkScalarsToColors() | vtkScalarsToColors | [protected] |
| ~vtkColorTransferFunction() | vtkColorTransferFunction | [protected] |
| ~vtkObject() | vtkObject | [protected, virtual] |
| ~vtkObjectBase() | vtkObjectBase | [protected, virtual] |
| ~vtkScalarsToColors() | vtkScalarsToColors | [inline, protected] |