VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkColorTransferFunctionItem Class Reference

#include <vtkColorTransferFunctionItem.h>

Inheritance diagram for vtkColorTransferFunctionItem:
Inheritance graph
[legend]
Collaboration diagram for vtkColorTransferFunctionItem:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkScalarsToColorsItem Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkColorTransferFunctionItemNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)
void SetColorTransferFunction (vtkColorTransferFunction *t)
virtual vtkColorTransferFunctionGetColorTransferFunction ()

Static Public Member Functions

static
vtkColorTransferFunctionItem
New ()
static int IsTypeOf (const char *type)
static
vtkColorTransferFunctionItem
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkColorTransferFunctionItem ()
virtual ~vtkColorTransferFunctionItem ()
virtual void ComputeBounds (double bounds[4])
virtual void ComputeTexture ()

Protected Attributes

vtkColorTransferFunctionColorTransferFunction

Detailed Description

Definition at line 28 of file vtkColorTransferFunctionItem.h.


Member Typedef Documentation

Reimplemented from vtkScalarsToColorsItem.

Reimplemented in vtkCompositeTransferFunctionItem.

Definition at line 32 of file vtkColorTransferFunctionItem.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

Reimplemented in vtkCompositeTransferFunctionItem.

static int vtkColorTransferFunctionItem::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 vtkScalarsToColorsItem.

Reimplemented in vtkCompositeTransferFunctionItem.

virtual int vtkColorTransferFunctionItem::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 vtkScalarsToColorsItem.

Reimplemented in vtkCompositeTransferFunctionItem.

Reimplemented from vtkScalarsToColorsItem.

Reimplemented in vtkCompositeTransferFunctionItem.

virtual vtkObjectBase* vtkColorTransferFunctionItem::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkScalarsToColorsItem.

Reimplemented in vtkCompositeTransferFunctionItem.

Reimplemented from vtkScalarsToColorsItem.

Reimplemented in vtkCompositeTransferFunctionItem.

virtual void vtkColorTransferFunctionItem::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 vtkScalarsToColorsItem.

Reimplemented in vtkCompositeTransferFunctionItem.

virtual void vtkColorTransferFunctionItem::ComputeBounds ( double  bounds[4]) [protected, virtual]
virtual void vtkColorTransferFunctionItem::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.

Implements vtkScalarsToColorsItem.

Reimplemented in vtkCompositeTransferFunctionItem.


Member Data Documentation

Definition at line 47 of file vtkColorTransferFunctionItem.h.


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