 |
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()
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.
@ FIELD_ASSOCIATION_CELLS
a simple class to control print indentation
vtkDataArraySelection * GetCellDataArraySelection()
vtkDataArraySelection * GetVertexDataArraySelection()
vtkDataArraySelection * GetEdgeDataArraySelection()