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