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);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only data object as output.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
static vtkDataObjectAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Creates a category array from a string array.