// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen // SPDX-License-Identifier: BSD-3-Clause #include "TestCellArrayHelpers.h" #include "vtkSOADataArrayTemplate.h" int TestCellArrayGeneric15(int, char*[]) { try { // clang-format off ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); ::RunTests, vtkAffineArray>(); // clang-format on } catch (std::exception& err) { vtkLog(ERROR, << err.what()); return EXIT_FAILURE; } return EXIT_SUCCESS; }