vtk-m/vtkm/filter/FilterField.h

41 lines
1010 B
C
Raw Normal View History

2021-12-13 23:20:39 +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_FilterField_h
#define vtk_m_filter_FilterField_h
2021-12-13 23:20:39 +00:00
#include <vtkm/filter/Filter.h>
2021-12-13 23:20:39 +00:00
#include <vtkm/Deprecated.h>
2021-12-13 23:20:39 +00:00
namespace vtkm
{
namespace filter
{
struct VTKM_DEPRECATED(
2.2,
"FilterField.h (and its class) are deprecated. Use Filter.h (and its class).")
vtkm_filter_FilterField_h_deprecated
2021-12-13 23:20:39 +00:00
{
};
2021-12-14 20:43:42 +00:00
static vtkm_filter_FilterField_h_deprecated issue_deprecated_warning_filterfield()
{
vtkm_filter_FilterField_h_deprecated x;
return x;
}
2021-12-14 20:43:42 +00:00
2021-12-13 23:20:39 +00:00
} // namespace filter
} // namespace vtkm
#endif // vtk_m_filter_FilterField_h