VTK
|
#include <vtkCompositeTransferFunctionItem.h>
Public Types | |
typedef vtkColorTransferFunctionItem | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkCompositeTransferFunctionItem * | NewInstance () const |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetOpacityFunction (vtkPiecewiseFunction *opacity) |
virtual vtkPiecewiseFunction * | GetOpacityFunction () |
Static Public Member Functions | |
static vtkCompositeTransferFunctionItem * | New () |
static int | IsTypeOf (const char *type) |
static vtkCompositeTransferFunctionItem * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkCompositeTransferFunctionItem () | |
virtual | ~vtkCompositeTransferFunctionItem () |
virtual void | ComputeBounds (double bounds[4]) |
virtual void | ComputeTexture () |
Protected Attributes | |
vtkPiecewiseFunction * | OpacityFunction |
Definition at line 26 of file vtkCompositeTransferFunctionItem.h.
Reimplemented from vtkColorTransferFunctionItem.
Definition at line 30 of file vtkCompositeTransferFunctionItem.h.
virtual vtkCompositeTransferFunctionItem::~vtkCompositeTransferFunctionItem | ( | ) | [protected, virtual] |
static vtkCompositeTransferFunctionItem* vtkCompositeTransferFunctionItem::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkColorTransferFunctionItem.
static int vtkCompositeTransferFunctionItem::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkColorTransferFunctionItem.
virtual int vtkCompositeTransferFunctionItem::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkColorTransferFunctionItem.
static vtkCompositeTransferFunctionItem* vtkCompositeTransferFunctionItem::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkColorTransferFunctionItem.
virtual vtkObjectBase* vtkCompositeTransferFunctionItem::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkColorTransferFunctionItem.
Reimplemented from vtkColorTransferFunctionItem.
virtual void vtkCompositeTransferFunctionItem::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkColorTransferFunctionItem.
void vtkCompositeTransferFunctionItem::SetOpacityFunction | ( | vtkPiecewiseFunction * | opacity | ) |
virtual vtkPiecewiseFunction* vtkCompositeTransferFunctionItem::GetOpacityFunction | ( | ) | [virtual] |
virtual void vtkCompositeTransferFunctionItem::ComputeBounds | ( | double | bounds[4] | ) | [protected, virtual] |
Reimplemented from vtkColorTransferFunctionItem.
virtual void vtkCompositeTransferFunctionItem::ComputeTexture | ( | ) | [protected, virtual] |
Need to be reimplemented by subclasses, ComputeTexture() is called at paint time if the texture is not up to date compared to vtkScalarsToColorsItem Return false if no texture is generated.
Reimplemented from vtkColorTransferFunctionItem.
Definition at line 45 of file vtkCompositeTransferFunctionItem.h.