#include "vtkFiltersCoreModule.h"
#include "vtkSelectionAlgorithm.h"
#include "vtkWrappingHints.h"
#include <memory>
Go to the source code of this file.
◆ Superclass
◆ SetInverse()
Determines whether the selection describes what to include or exclude.
The default is false, meaning include.
NOTE: If you want to use Inverse, AppendByUnion MUST be set to false. If Expression is set, then the inverse flag inverses it (internally) without modifying it.
◆ New()
◆ IsTypeOf()
◆ IsA()
| virtual vtkTypeBool SetInverse::IsA |
( |
const char * | type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
| virtual vtkObjectBase * SetInverse::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ PrintSelf()
| void SetInverse::PrintSelf |
( |
ostream & | os, |
|
|
vtkIndent | indent ) |
|
override |
◆ InverseOn()
| virtual void InverseOn |
( |
| ) |
|
|
virtual |
◆ InverseOff()
| virtual void InverseOff |
( |
| ) |
|
|
virtual |
◆ GetInverse()
| virtual bool GetInverse |
( |
| ) |
|
|
virtual |
◆ GetInputName()
| **const char * GetInputName |
( |
int | index | ) |
const |
◆ RemoveAllInputNames()
| *void RemoveAllInputNames |
( |
| ) |
|
Remove all assigned input selection names.
◆ GetInputColor()
| *double * GetInputColor |
( |
int | index | ) |
const |
◆ RemoveAllInputColors()
| *void RemoveAllInputColors |
( |
| ) |
|
Remove all assigned input selection colors.
◆ GetUserManagedInputs()
◆ UserManagedInputsOn()
| virtual void UserManagedInputsOn |
( |
| ) |
|
|
virtual |
◆ UserManagedInputsOff()
| virtual void UserManagedInputsOff |
( |
| ) |
|
|
virtual |
◆ AddInputData()
Add a dataset to the list of data to append.
Should not be used when UserManagedInputs is true, use SetInputByNumber instead.
◆ RemoveInputData()
Remove a dataset from the list of data to append.
Should not be used when UserManagedInputs is true, use SetInputByNumber (nullptr) instead.
◆ GetInput()
◆ SetNumberOfInputs()
| *void SetNumberOfInputs |
( |
int | num | ) |
|
Directly set(allocate) number of inputs, should only be used when UserManagedInputs is true.
◆ SetInputConnectionByNumber()
◆ GetAppendByUnion()
◆ AppendByUnionOn()
| virtual void AppendByUnionOn |
( |
| ) |
|
|
virtual |
◆ AppendByUnionOff()
| virtual void AppendByUnionOff |
( |
| ) |
|
|
virtual |
◆ GetColorArrayName()
| *static const char * GetColorArrayName |
( |
| ) |
|
|
static |
◆ vtkAppendSelection()
◆ ~vtkAppendSelection()
◆ RequestData()
◆ FillInputPortInformation()