4#ifndef vtkToImplicitArrayFilter_h
5#define vtkToImplicitArrayFilter_h
7#include "vtkFiltersReductionModule.h"
12VTK_ABI_NAMESPACE_BEGIN
122 std::unique_ptr<vtkInternals> Internals;
Store on/off settings for data arrays, etc.
a simple class to control print indentation
vtkToImplicitArrayFilter()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkDataArraySelection * GetPointsThenCellsDataArraySelection()
Methods for managing array selections.
const vtkToImplicitStrategy * GetStrategy() const
Setter/Getter for strategy.
std::size_t MaxNumberOfDegreesOfFreedom
void SetStrategy(vtkToImplicitStrategy *)
Setter/Getter for strategy.
~vtkToImplicitArrayFilter() override
void PrintSelf(std::ostream &os, vtkIndent indent) override
vtkDataArraySelection * GetEdgeDataArraySelection()
Methods for managing array selections.
bool UseMaxNumberOfDegreesOfFreedom
static vtkToImplicitArrayFilter * New()
vtkDataArraySelection * GetArraySelection(int association)
Methods for managing array selections.
vtkDataArraySelection * GetCellDataArraySelection()
Methods for managing array selections.
vtkDataArraySelection * GetRowDataArraySelection()
Methods for managing array selections.
vtkDataArraySelection * GetFieldDataArraySelection()
Methods for managing array selections.
vtkDataArraySelection * GetPointDataArraySelection()
Methods for managing array selections.
vtkDataArraySelection * GetVertexDataArraySelection()
Methods for managing array selections.
Pure interface for strategies to transform explicit arrays into implicit arrays.