vtk-m2/vtkm/filter/ParticleDensityCloudInCell.h

35 lines
1.1 KiB
C
Raw Normal View History

2020-10-21 22:24:10 +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.
//============================================================================
2022-01-19 17:34:43 +00:00
#ifndef vtk_m_filter_ParticleDensityCloudInCell_h
#define vtk_m_filter_ParticleDensityCloudInCell_h
2020-10-21 22:24:10 +00:00
2022-01-19 17:34:43 +00:00
#include <vtkm/Deprecated.h>
#include <vtkm/filter/density_estimate/ParticleDensityCloudInCell.h>
2020-10-21 22:24:10 +00:00
namespace vtkm
{
namespace filter
{
2022-01-19 17:34:43 +00:00
VTKM_DEPRECATED(1.8,
"Use vtkm/filter/density_estimate/ParticleDensityCloudInCell.h instead of "
"vtkm/filter/ParticleDensityCloudInCell.h.")
inline void ParticleDensityCloudInCell_deprecated() {}
2020-10-21 22:24:10 +00:00
2022-01-19 17:34:43 +00:00
inline void ParticleDensityCloudInCell_deprecated_warning()
{
ParticleDensityCloudInCell_deprecated();
}
2022-01-19 17:34:43 +00:00
}
} // namespace vtkm::filter
#endif //vtk_m_filter_ParticleDensityCloudInCell_h