23#ifndef vtkPassSelectedArrays_h 
   24#define vtkPassSelectedArrays_h 
   27#include "vtkFiltersGeneralModule.h"  
   31VTK_ABI_NAMESPACE_BEGIN
 
   46  vtkSetMacro(Enabled, 
bool);
 
   47  vtkGetMacro(Enabled, 
bool);
 
   48  vtkBooleanMacro(Enabled, 
bool);
 
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
 
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.