// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen // SPDX-License-Identifier: BSD-3-Clause #define VTK_COMPOSITE_ARRAY_INSTANTIATING #include "vtkCompositeArray.h" VTK_INSTANTIATE_COMPOSITE_ARRAY(long) #include "vtkCompositeArray.txx" VTK_INSTANTIATE_COMPOSITE_ARRAY_FUNCTIONS(long)