vtk-m/vtkm/filter/CellSetConnectivity.h

35 lines
1.0 KiB
C
Raw Normal View History

2019-04-15 23:24:21 +00:00
//============================================================================
2019-02-28 16:11:08 +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.
2019-04-15 23:24:21 +00:00
//============================================================================
2022-01-16 19:15:03 +00:00
#ifndef vtk_m_filter_CellSetConnectivity_h
#define vtk_m_filter_CellSetConnectivity_h
2019-02-28 16:11:08 +00:00
2022-01-16 19:15:03 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/connected_components/CellSetConnectivity.h>
2019-02-28 16:11:08 +00:00
namespace vtkm
{
namespace filter
{
2022-01-16 19:15:03 +00:00
VTKM_DEPRECATED(1.8,
"Use vtkm/filter/connected_components/CellSetConnectivity.h instead of "
"vtkm/filter/CellSetConnectivity.h.")
inline void CellSetConnectivity_deprecated() {}
2022-01-16 19:15:03 +00:00
inline void CellSetConnectivity_deprecated_warning()
{
CellSetConnectivity_deprecated();
}
2022-01-16 19:15:03 +00:00
}
} // namespace vtkm::filter
2019-02-28 16:11:08 +00:00
2022-01-16 19:15:03 +00:00
#endif //vtk_m_filter_CellSetConnectivity_h