vtkVTK_DISPATCH_IMPLICIT_ARRAYS.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 vtkVTK_DISPATCH_IMPLICIT_ARRAYS_h
5 #define vtkVTK_DISPATCH_IMPLICIT_ARRAYS_h
6 
7 // defined if VTK dispatches the vtkAffineArray class
8 /* #undef VTK_DISPATCH_AFFINE_ARRAYS */
9 // defined if VTK dispatches the vtkConstantArray class
10 /* #undef VTK_DISPATCH_CONSTANT_ARRAYS */
11 // defined if VTK dispatches the vtkStdFunctionArray class
12 /* #undef VTK_DISPATCH_STD_FUNCTION_ARRAYS */
13 // defined if VTK dispatches the vtkStructuredPointArray class
14 #define VTK_DISPATCH_STRUCTURED_POINT_ARRAYS
15 
16 #endif // vtkVTK_DISPATCH_IMPLICIT_ARRAYS_h