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