#include <vtkContextMapper2D.h>
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.
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) |
vtkContextMapper2D::vtkContextMapper2D | ( | ) | [protected] |
vtkContextMapper2D::~vtkContextMapper2D | ( | ) | [protected] |
virtual const char* vtkContextMapper2D::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkAlgorithm.
static int vtkContextMapper2D::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 vtkAlgorithm.
virtual int vtkContextMapper2D::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 vtkAlgorithm.
static vtkContextMapper2D* vtkContextMapper2D::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkAlgorithm.
virtual void vtkContextMapper2D::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 vtkAlgorithm.
static vtkContextMapper2D* vtkContextMapper2D::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
virtual void vtkContextMapper2D::SetInput | ( | vtkTable * | input | ) | [virtual] |
Set/Get the input for this object - only accepts vtkTable as input.
virtual vtkTable* vtkContextMapper2D::GetInput | ( | ) | [virtual] |
Set/Get the input for this object - only accepts vtkTable as input.
vtkDataArray* vtkContextMapper2D::GetInputArrayToProcess | ( | int | idx, | |
vtkDataObject * | input | |||
) | [inline] |
Make the arrays accessible to the plot objects.
Reimplemented from vtkAlgorithm.
Definition at line 50 of file vtkContextMapper2D.h.
vtkAbstractArray* vtkContextMapper2D::GetInputAbstractArrayToProcess | ( | int | idx, | |
vtkDataObject * | input | |||
) | [inline] |
Filters that have multiple connections on one port can use this signature. This will override the connection id that the user set in SetInputArrayToProcess() with the connection id passed. This way, the user specifies one array to process and that information is used to obtain arrays for all the connection on the port with the appropriate connection id substituted.
Reimplemented from vtkAlgorithm.
Definition at line 57 of file vtkContextMapper2D.h.
virtual int vtkContextMapper2D::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Specify the types of input we can handle.
Reimplemented from vtkAlgorithm.