26#ifndef vtkStringToCategory_h 
   27#define vtkStringToCategory_h 
   30#include "vtkInfovisCoreModule.h"  
   32VTK_ABI_NAMESPACE_BEGIN
 
   44  vtkSetStringMacro(CategoryArrayName);
 
   45  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()