 |
VTK
9.0.1
|
Go to the documentation of this file.
32 #ifndef vtkPassSelectedArrays_h
33 #define vtkPassSelectedArrays_h
36 #include "vtkFiltersGeneralModule.h"
54 vtkSetMacro(Enabled,
bool);
55 vtkGetMacro(Enabled,
bool);
56 vtkBooleanMacro(Enabled,
bool);
@ FIELD_ASSOCIATION_EDGES
vtkDataArraySelection * GetFieldDataArraySelection()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkDataArraySelection * GetRowDataArraySelection()
vtkDataArraySelection * GetPointDataArraySelection()
Convenience methods that call GetArraySelection with corresponding association type.
@ FIELD_ASSOCIATION_POINTS
pass through chosen arrays
@ FIELD_ASSOCIATION_VERTICES
Store on/off settings for data arrays for a vtkSource.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
@ FIELD_ASSOCIATION_CELLS
vtkDataArraySelection * GetArraySelection(int association)
Returns the vtkDataArraySelection instance associated with a particular array association type (vtkDa...
~vtkPassSelectedArrays() override
a simple class to control print indentation
static vtkPassSelectedArrays * New()
vtkDataArraySelection * GetCellDataArraySelection()
vtkDataArraySelection * GetVertexDataArraySelection()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataArraySelection * GetEdgeDataArraySelection()