vtk-m/vtkm/filter/SplitSharpEdges.h

35 lines
992 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_SplitSharpEdges_h
#define vtk_m_filter_SplitSharpEdges_h
2022-02-12 03:52:43 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/geometry_refinement/SplitSharpEdges.h>
namespace vtkm
{
namespace filter
{
2022-02-12 03:52:43 +00:00
VTKM_DEPRECATED(
1.8,
"Use vtkm/filter/geometry_refinement/SplitSharpEdges.h instead of vtkm/filter/SplitSharpEdges.h.")
inline void SplitSharpEdges_deprecated() {}
2022-02-12 03:52:43 +00:00
inline void SplitSharpEdges_deprecated_warning()
{
SplitSharpEdges_deprecated();
}
}
} // namespace vtkm::filter
2022-02-12 03:52:43 +00:00
#endif //vtk_m_filter_SplitSharpEdges_h