vtkAbstractArray * GetInputAbstractArrayToProcess(int idx, vtkInformationVector **inputVector)
Get the actual data array for the input array specified by idx, this is only reasonable during the RE...
 
vtkDataArray * GetInputArrayToProcess(int idx, vtkInformationVector **inputVector)
Get the actual data array for the input array specified by idx, this is only reasonable during the RE...
 
Class for drawing 2D primitives to a graphical context.
 
Abstract class for 2D context mappers.
 
static vtkContextMapper2D * New()
 
int FillInputPortInformation(int port, vtkInformation *info) override
Specify the types of input we can handle.
 
virtual vtkTable * GetInput()
Set/Get the input for this object - only accepts vtkTable as input.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
virtual void SetInputData(vtkTable *input)
Set/Get the input for this object - only accepts vtkTable as input.
 
vtkAbstractArray * GetInputAbstractArrayToProcess(int idx, vtkDataObject *input)
 
vtkDataArray * GetInputArrayToProcess(int idx, vtkDataObject *input)
Make the arrays accessible to the plot objects.
 
~vtkContextMapper2D() override