VTK  9.3.0
vtkToAffineArrayStrategy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
3 // Funded by CEA, DAM, DIF, F-91297 Arpajon, France
4 #ifndef vtkToAffineArrayStrategy_h
5 #define vtkToAffineArrayStrategy_h
6 
7 #include "vtkFiltersReductionModule.h" // for export
9 
10 VTK_ABI_NAMESPACE_BEGIN
22 class VTKFILTERSREDUCTION_EXPORT vtkToAffineArrayStrategy final : public vtkToImplicitStrategy
23 {
24 public:
27  void PrintSelf(std::ostream& os, vtkIndent indent) override;
28 
30 
36 
37 protected:
39  ~vtkToAffineArrayStrategy() override = default;
40 
41 private:
43  void operator=(const vtkToAffineArrayStrategy&) = delete;
44 };
45 VTK_ABI_NAMESPACE_END
46 
47 #endif // vtkToAffineArrayStrategy_h
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:45
a simple class to control print indentation
Definition: vtkIndent.h:29
Strategy to transform an explicit array into a vtkAffineArray.
vtkToImplicitStrategy::Optional EstimateReduction(vtkDataArray *) override
Implements parent API.
vtkSmartPointer< vtkDataArray > Reduce(vtkDataArray *) override
Implements parent API.
vtkToAffineArrayStrategy()=default
void PrintSelf(std::ostream &os, vtkIndent indent) override
static vtkToAffineArrayStrategy * New()
~vtkToAffineArrayStrategy() override=default
Pure interface for strategies to transform explicit arrays into implicit arrays.
A helper structure for communicating a result with an optional double value.