 |
VTK
9.0.1
|
Go to the documentation of this file.
39 #ifndef vtkStringToCategory_h
40 #define vtkStringToCategory_h
43 #include "vtkInfovisCoreModule.h"
56 vtkSetStringMacro(CategoryArrayName);
57 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.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
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.