Go to the documentation of this file.
14 #ifndef vtkAnnotateSelectionFilter_h
15 #define vtkAnnotateSelectionFilter_h
18 #include "vtkPVVTKExtensionsFiltersGeneralModule.h"
36 void SetLabels(
int index,
const char* label);
57 vtkSetStdStringFromCharMacro(DefaultLabel);
58 vtkGetCharFromStdStringMacro(DefaultLabel);
void operator=(const vtkObjectBase &)
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
filter for annotating selection
static vtkDataSetAlgorithm * New()
void RemoveAllSelectionsInputs()
Removes all inputs from input port 1.
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
std::vector< std::string > Labels
void SetSelectionConnection(vtkAlgorithmOutput *algOutput)
Convenience method to specify the selection connection (2nd input port)
virtual int FillInputPortInformation(int port, vtkInformation *info)