vtk-m2/vtkm/filter/MIRFilter.h
2022-05-19 10:44:42 -06:00

33 lines
909 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_filter_MIRFilter_h
#define vtk_m_filter_MIRFilter_h
#include <vtkm/Deprecated.h>
#include <vtkm/filter/contour/MIRFilter.h>
namespace vtkm
{
namespace filter
{
VTKM_DEPRECATED(1.8, "Use vtkm/filter/contour/MIRFilter.h instead of vtkm/filter/MIRFilter.h.")
inline void MIRFilter_deprecated() {}
inline void MIRFilter_deprecated_warning()
{
MIRFilter_deprecated();
}
}
} // namespace vtkm::filter
#endif //vtk_m_filter_MIRFilter_h