vtk-m/vtkm/filter/Contour.h

33 lines
891 B
C
Raw Normal View History

2016-01-19 14:59:31 +00:00
//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
2019-04-15 23:24:21 +00:00
//
2016-01-19 14:59:31 +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.
//============================================================================
2019-08-18 01:10:57 +00:00
#ifndef vtk_m_filter_Contour_h
#define vtk_m_filter_Contour_h
2016-01-19 14:59:31 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/contour/Contour.h>
2016-01-19 14:59:31 +00:00
2017-05-18 14:29:41 +00:00
namespace vtkm
{
namespace filter
{
VTKM_DEPRECATED(1.8, "Use vtkm/filter/contour/Contour.h instead of vtkm/filter/Contour.h.")
inline void Contour_deprecated() {}
inline void Contour_deprecated_warning()
{
Contour_deprecated();
}
2016-01-19 14:59:31 +00:00
}
} // namespace vtkm::filter
#endif //vtk_m_filter_Contour_h