Go to the documentation of this file.
45 #ifndef vtkStringToCategory_h
46 #define vtkStringToCategory_h
48 #include "vtkInfovisCoreModule.h"
62 vtkSetStringMacro(CategoryArrayName);
63 vtkGetStringMacro(CategoryArrayName);
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is required to capture REQUEST_DATA_OBJECT requests.
static vtkStringToCategory * New()
Superclass for algorithms that produce only data object as output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkStringToCategory() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
a simple class to control print indentation
Creates a category array from a string array.
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Creates the same output type as the input type.