26 #ifndef vtkContextMapper2D_h
27 #define vtkContextMapper2D_h
29 #include "vtkRenderingContext2DModule.h"
48 virtual void SetInputData(
vtkTable *input);
82 #endif //vtkContextMapper2D_h
Abstract superclass for all arrays.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Abstract class for 2D context mappers.
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...
Class for drawing 2D primitives to a graphical context.
Superclass for all sources, filters, and sinks in VTK.
a simple class to control print indentation
abstract superclass for arrays of numeric data
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkDataArray * GetInputArrayToProcess(int idx, vtkDataObject *input)
Make the arrays accessible to the plot objects.
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...
vtkAbstractArray * GetInputAbstractArrayToProcess(int idx, vtkDataObject *input)
A table, which contains similar-typed columns of data.
static vtkAlgorithm * New()
general representation of visualization data