29#ifndef vtkAppendSelection_h
30#define vtkAppendSelection_h
32#include "vtkFiltersCoreModule.h"
38VTK_ABI_NAMESPACE_BEGIN
65 vtkSetStdStringFromCharMacro(Expression);
66 vtkGetCharFromStdStringMacro(Expression);
78 vtkSetMacro(Inverse,
bool);
79 vtkBooleanMacro(Inverse,
bool);
80 vtkGetMacro(Inverse,
bool);
90 void SetInputName(
int index,
const char* name);
106 void SetInputColor(
int index,
double r,
double g,
double b);
190 vtkErrorMacro(<<
"AddInput() must be called with a vtkSelection not a vtkDataObject.");
203 std::unique_ptr<vtkInternals> Internals;
Proxy object to connect input/output ports.
appends one or more selections together
static vtkAppendSelection * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
data object that represents a "selection" in VTK.
*vtkSelection * GetInput()
*static const char * GetColorArrayName()
Return the specific name used for the selection color array.
*void AddInputData(vtkSelection *)
Add a dataset to the list of data to append.
**const char * GetInputName(int index) const
*void RemoveAllInputColors()
Remove all assigned input selection colors.
void RemoveInputData(vtkSelection *)
Remove a dataset from the list of data to append.
void SetInputConnectionByNumber(int num, vtkAlgorithmOutput *input)
~vtkAppendSelection() override
*void RemoveAllInputNames()
Remove all assigned input selection names.
*double * GetInputColor(int index) const
*void SetNumberOfInputs(int num)
Directly set(allocate) number of inputs, should only be used when UserManagedInputs is true.