vtk-m/vtkm/filter/CellAverage.h

35 lines
950 B
C
Raw Normal View History

2016-01-19 14:59:31 +00:00
//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
2019-04-15 23:24:21 +00:00
//
2016-01-19 14:59:31 +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_CellAverage_h
#define vtk_m_filter_CellAverage_h
2022-01-29 20:12:01 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/field_conversion/CellAverage.h>
2016-01-19 14:59:31 +00:00
2017-05-18 14:29:41 +00:00
namespace vtkm
{
namespace filter
{
2022-01-29 20:12:01 +00:00
VTKM_DEPRECATED(
1.8,
"Use vtkm/filter/field_conversion/CellAverage.h instead of vtkm/filter/CellAverage.h.")
inline void CellAverage_deprecated() {}
inline void CellAverage_deprecated_warning()
2016-01-19 14:59:31 +00:00
{
2022-01-29 20:12:01 +00:00
CellAverage_deprecated();
}
2016-01-19 14:59:31 +00:00
}
} // namespace vtkm::filter
2022-01-29 20:12:01 +00:00
#endif //vtk_m_filter_CellAverage_h