vtk-m2/vtkm/filter/Instantiations.h

34 lines
954 B
C
Raw Normal View History

//============================================================================
// 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_filter_Instantiations_h
#define vtk_m_filter_Instantiations_h
#include <vtkm/Deprecated.h>
#include <vtkm/internal/Instantiations.h>
namespace vtkm
{
namespace filter
{
VTKM_DEPRECATED(1.8, "Use vtkm/internal/Instantiations.h instead of vtkm/filter/Instantiations.h")
inline void Instantiations_deprecated() {}
inline void Instantiations_deprecated_warning()
{
Instantiations_deprecated();
}
} // namespace vtkm
} // namespace filter
#endif //vtk_m_filter_Instantiations_h