vtk-m2/vtkm/filter/Gradient.h

34 lines
932 B
C
Raw Normal View History

//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
2019-04-15 23:24:21 +00:00
//
// 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_Gradient_h
#define vtk_m_filter_Gradient_h
2022-01-30 19:18:22 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/vector_analysis/Gradient.h>
2017-05-18 14:29:41 +00:00
namespace vtkm
{
namespace filter
{
2022-01-30 19:18:22 +00:00
VTKM_DEPRECATED(1.8,
"Use vtkm/filter/vector_analysis/Gradient.h instead of vtkm/filter/Gradient.h.")
2022-01-30 19:18:22 +00:00
inline void Gradient_deprecated() {}
2022-01-30 19:18:22 +00:00
inline void Gradient_deprecated_warning()
{
Gradient_deprecated();
}
}
} // namespace vtkm::filter
2022-01-30 19:18:22 +00:00
#endif //vtk_m_filter_Gradient_h