vtk-m/vtkm/filter/ImageMedian.h

35 lines
950 B
C
Raw Normal View History

2019-10-08 21:41:40 +00:00
//============================================================================
// 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_ImageMedian_h
#define vtk_m_filter_ImageMedian_h
2022-02-07 17:03:08 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/image_processing/ImageMedian.h>
2019-10-08 21:41:40 +00:00
namespace vtkm
{
namespace filter
{
2022-02-07 17:03:08 +00:00
VTKM_DEPRECATED(
1.8,
"Use vtkm/filter/image_processing/ImageMedian.h instead of vtkm/filter/ImageMedian.h.")
inline void ImageMedian_deprecated() {}
2019-10-08 21:41:40 +00:00
2022-02-07 17:03:08 +00:00
inline void ImageMedian_deprecated_warning()
{
ImageMedian_deprecated();
}
2019-10-08 21:41:40 +00:00
}
} // namespace vtkm::filter
#endif //vtk_m_filter_ImageMedian_h