vtk-m2/vtkm/filter/Tube.h

33 lines
888 B
C
Raw Normal View History

2019-08-19 13:08:42 +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.
//============================================================================
#ifndef vtk_m_filter_Tube_h
#define vtk_m_filter_Tube_h
2022-02-12 03:52:43 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/geometry_refinement/Tube.h>
2019-08-19 13:08:42 +00:00
namespace vtkm
{
namespace filter
{
2022-02-12 03:52:43 +00:00
VTKM_DEPRECATED(1.8, "Use vtkm/filter/geometry_refinement/Tube.h instead of vtkm/filter/Tube.h.")
inline void Tube_deprecated() {}
2019-08-19 13:08:42 +00:00
2022-02-12 03:52:43 +00:00
inline void Tube_deprecated_warning()
2019-08-19 13:08:42 +00:00
{
2022-02-12 03:52:43 +00:00
Tube_deprecated();
}
2019-08-19 13:08:42 +00:00
}
} // namespace vtkm::filter
2022-02-12 03:52:43 +00:00
#endif //vtk_m_filter_Tube_h