vtk-m/vtkm/cont/ArrayRangeComputeTemplateInstantiationsIncludes.h
Sujin Philip 01bacbcde0 Advanced Compute Range
Add support for masks, vector magnitude range (L2 norm), and finite values only
range computations.
2023-07-04 11:54:56 -04:00

23 lines
990 B
C

//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
//
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the above copyright notice for more information.
//============================================================================
#ifndef vtk_m_cont_ArrayRangeComputeTemplateInstantiationsIncludes_h
#define vtk_m_cont_ArrayRangeComputeTemplateInstantiationsIncludes_h
#include <vtkm/cont/ArrayRangeComputeTemplate.h>
#include <vtkm/cont/ArrayHandleCartesianProduct.h>
#include <vtkm/cont/ArrayHandleConstant.h>
#include <vtkm/cont/ArrayHandleCounting.h>
#include <vtkm/cont/ArrayHandleRecombineVec.h>
#include <vtkm/cont/ArrayHandleSOA.h>
#include <vtkm/cont/ArrayHandleXGCCoordinates.h>
#endif // vtk_m_cont_ArrayRangeComputeTemplateInstantiationsIncludes_h