VTK
|
vtkPiecewiseFunctionItem internall uses vtkPlot::Color, white by default More...
#include <vtkPiecewiseFunctionItem.h>
Public Types | |
typedef vtkScalarsToColorsItem | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPiecewiseFunctionItem * | NewInstance () const |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetPiecewiseFunction (vtkPiecewiseFunction *t) |
virtual vtkPiecewiseFunction * | GetPiecewiseFunction () |
Static Public Member Functions | |
static vtkPiecewiseFunctionItem * | New () |
static int | IsTypeOf (const char *type) |
static vtkPiecewiseFunctionItem * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPiecewiseFunctionItem () | |
virtual | ~vtkPiecewiseFunctionItem () |
virtual void | ComputeBounds (double bounds[4]) |
virtual void | ComputeTexture () |
Protected Attributes | |
vtkPiecewiseFunction * | PiecewiseFunction |
vtkPiecewiseFunctionItem internall uses vtkPlot::Color, white by default
Definition at line 26 of file vtkPiecewiseFunctionItem.h.
Reimplemented from vtkScalarsToColorsItem.
Definition at line 30 of file vtkPiecewiseFunctionItem.h.
vtkPiecewiseFunctionItem::vtkPiecewiseFunctionItem | ( | ) | [protected] |
virtual vtkPiecewiseFunctionItem::~vtkPiecewiseFunctionItem | ( | ) | [protected, virtual] |
static vtkPiecewiseFunctionItem* vtkPiecewiseFunctionItem::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkPiecewiseFunctionItem::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.
virtual int vtkPiecewiseFunctionItem::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.
static vtkPiecewiseFunctionItem* vtkPiecewiseFunctionItem::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkScalarsToColorsItem.
virtual vtkObjectBase* vtkPiecewiseFunctionItem::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkScalarsToColorsItem.
Reimplemented from vtkScalarsToColorsItem.
virtual void vtkPiecewiseFunctionItem::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.
virtual vtkPiecewiseFunction* vtkPiecewiseFunctionItem::GetPiecewiseFunction | ( | ) | [virtual] |
virtual void vtkPiecewiseFunctionItem::ComputeBounds | ( | double | bounds[4] | ) | [protected, virtual] |
virtual void vtkPiecewiseFunctionItem::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.
Definition at line 48 of file vtkPiecewiseFunctionItem.h.