23#ifndef vtkPassSelectedArrays_h
24#define vtkPassSelectedArrays_h
27#include "vtkFiltersGeneralModule.h"
31VTK_ABI_NAMESPACE_BEGIN
47 vtkSetMacro(Enabled,
bool);
48 vtkGetMacro(Enabled,
bool);
49 vtkBooleanMacro(Enabled,
bool);
Visualization data composed of cells of arbitrary type.
Store on/off settings for data arrays, etc.
@ FIELD_ASSOCIATION_EDGES
@ FIELD_ASSOCIATION_POINTS
@ FIELD_ASSOCIATION_VERTICES
@ FIELD_ASSOCIATION_CELLS
a simple class to control print indentation
pass through chosen arrays
Hold a reference to a vtkObjectBase instance.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
static vtkBiQuadraticQuadraticHexahedron * New()
void PrintSelf(ostream &os, vtkIndent indent) override
vtkDataArraySelection * GetFieldDataArraySelection()
Convenience methods that call GetArraySelection with corresponding association type.
vtkDataArraySelection * GetRowDataArraySelection()
Convenience methods that call GetArraySelection with corresponding association type.
vtkDataArraySelection * GetPointDataArraySelection()
Convenience methods that call GetArraySelection with corresponding association type.
vtkDataArraySelection * GetEdgeDataArraySelection()
Convenience methods that call GetArraySelection with corresponding association type.
vtkDataArraySelection * GetVertexDataArraySelection()
Convenience methods that call GetArraySelection with corresponding association type.
int HandleCellGridAttributes(vtkCellGrid *output)
vtkDataArraySelection * GetArraySelection(int association)
Returns the vtkDataArraySelection instance associated with a particular array association type (vtkDa...
~vtkPassSelectedArrays() override
vtkDataArraySelection * GetCellDataArraySelection()
Convenience methods that call GetArraySelection with corresponding association type.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
#define vtkPassInputTypeAlgorithm