vtk-m/vtkm/filter/ComputeMoments.h

35 lines
977 B
C
Raw Normal View History

2019-04-23 22:14:56 +00:00
//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
2019-04-23 14:57:35 +00:00
//
2019-04-23 22:14:56 +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.
2022-02-07 17:03:08 +00:00
//============================================================================
2019-04-23 14:57:35 +00:00
#ifndef vtk_m_filter_ComputeMoments_h
#define vtk_m_filter_ComputeMoments_h
2022-02-07 17:03:08 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/image_processing/ComputeMoments.h>
2019-04-23 14:57:35 +00:00
namespace vtkm
{
namespace filter
{
2019-09-11 14:14:18 +00:00
2022-02-07 17:03:08 +00:00
VTKM_DEPRECATED(
1.8,
"Use vtkm/filter/image_processing/ComputeMoments.h instead of vtkm/filter/ComputeMoments.h.")
inline void ComputeMoments_deprecated() {}
2019-04-23 14:57:35 +00:00
2022-02-07 17:03:08 +00:00
inline void ComputeMoments_deprecated_warning()
{
ComputeMoments_deprecated();
}
2019-04-23 14:57:35 +00:00
}
} // namespace vtkm::filter
#endif //vtk_m_filter_ComputeMoments_h