VTK
|
Abstract class for 2D context mappers. More...
#include <vtkContextMapper2D.h>
Inherits vtkAlgorithm.
Public Types | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input) |
virtual void | SetInput (vtkTable *input) |
virtual vtkTable * | GetInput () |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkContextMapper2D * | SafeDownCast (vtkObject *o) |
static vtkContextMapper2D * | New () |
Protected Member Functions | |
vtkContextMapper2D () | |
~vtkContextMapper2D () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Abstract class for 2D context mappers.
This class provides an abstract base for 2D context mappers. They currently only accept vtkTable objects as input.
Definition at line 35 of file vtkContextMapper2D.h.
typedef vtkAlgorithm vtkContextMapper2D::Superclass |
Definition at line 38 of file vtkContextMapper2D.h.
|
protected |
|
protected |
|
virtual |
|
static |
|
virtual |
|
static |
|
virtual |
|
static |
|
virtual |
Set/Get the input for this object - only accepts vtkTable as input.
|
virtual |
Set/Get the input for this object - only accepts vtkTable as input.
|
inline |
Make the arrays accessible to the plot objects.
Definition at line 50 of file vtkContextMapper2D.h.
|
inline |
Definition at line 57 of file vtkContextMapper2D.h.
|
protectedvirtual |
Specify the types of input we can handle.