vtk-m2/vtkm/filter/GhostCellClassify.h

35 lines
990 B
C
Raw Normal View History

2019-02-07 20:26:20 +00:00
//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
2019-04-15 23:24:21 +00:00
//
2019-02-07 20:26:20 +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-03-25 13:08:16 +00:00
#ifndef vtk_m_filter_GhostCellClassify_h
#define vtk_m_filter_GhostCellClassify_h
2019-02-07 20:26:20 +00:00
2022-02-08 14:18:24 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/mesh_info/GhostCellClassify.h>
2019-02-07 20:26:20 +00:00
namespace vtkm
{
namespace filter
{
2022-02-08 14:18:24 +00:00
VTKM_DEPRECATED(
1.8,
"Use vtkm/filter/mesh_info/GhostCellClassify.h instead of vtkm/filter/GhostCellClassify.h.")
inline void GhostCellClassify_deprecated() {}
2019-02-07 20:26:20 +00:00
2022-02-08 14:18:24 +00:00
inline void GhostCellClassify_deprecated_warning()
2019-02-07 20:26:20 +00:00
{
2022-02-08 14:18:24 +00:00
GhostCellClassify_deprecated();
}
2019-02-07 20:26:20 +00:00
}
} // namespace vtkm::filter
2019-03-25 13:08:16 +00:00
#endif //vtk_m_filter_GhostCellClassify_h