ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkTransferFunctionEditorRepresentation1D Class Reference

a representation of a 3D widget for manipulating a transfer function More...

#include <vtkTransferFunctionEditorRepresentation1D.h>

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

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void BuildRepresentation ()
virtual void SetShowColorFunctionInHistogram (int color)
virtual void SetColorFunction (vtkColorTransferFunction *color)

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkTransferFunctionEditorRepresentation1D
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkTransferFunctionEditorRepresentation1D ()
 ~vtkTransferFunctionEditorRepresentation1D ()
void UpdateHistogramImage ()

Detailed Description

a representation of a 3D widget for manipulating a transfer function

vtkTransferFunctionEditorRepresentation1D is the superclass of representations associated with 3D widgets for dislaying and manipulating 1D transfer functions. The histogram associated with this representation is a bar chart indicating the number of times a particular scalar value is used. (Actually the log of this number is displayed.)

See also:
vtkTransferFunctionEditorRepresentationSimple1D vtkTransferFunctionEditorRepresentationShapes1D

Definition at line 34 of file vtkTransferFunctionEditorRepresentation1D.h.


Constructor & Destructor Documentation

vtkTransferFunctionEditorRepresentation1D::vtkTransferFunctionEditorRepresentation1D ( ) [protected]
vtkTransferFunctionEditorRepresentation1D::~vtkTransferFunctionEditorRepresentation1D ( ) [protected]

Member Function Documentation

virtual const char* vtkTransferFunctionEditorRepresentation1D::GetClassName ( ) [virtual]
static int vtkTransferFunctionEditorRepresentation1D::IsTypeOf ( const char *  type) [static]
virtual int vtkTransferFunctionEditorRepresentation1D::IsA ( const char *  type) [virtual]
static vtkTransferFunctionEditorRepresentation1D* vtkTransferFunctionEditorRepresentation1D::SafeDownCast ( vtkObject o) [static]
void vtkTransferFunctionEditorRepresentation1D::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]
virtual void vtkTransferFunctionEditorRepresentation1D::BuildRepresentation ( ) [virtual]

Put together the necessary parts to display this 3D widget

Implements vtkWidgetRepresentation.

Reimplemented in vtkTransferFunctionEditorRepresentationSimple1D, and vtkTransferFunctionEditorRepresentationShapes1D.

virtual void vtkTransferFunctionEditorRepresentation1D::SetShowColorFunctionInHistogram ( int  color) [virtual]

Toggle whether to display the color function in the histogram.

Reimplemented from vtkTransferFunctionEditorRepresentation.

virtual void vtkTransferFunctionEditorRepresentation1D::SetColorFunction ( vtkColorTransferFunction color) [virtual]

Set the color transfer function being modified.

Reimplemented from vtkTransferFunctionEditorRepresentation.

Reimplemented in vtkTransferFunctionEditorRepresentationSimple1D.

void vtkTransferFunctionEditorRepresentation1D::UpdateHistogramImage ( ) [protected]

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