VTK-m
2.2
vtkm
filter
FilterField.h
Go to the documentation of this file.
1
//============================================================================
2
// Copyright (c) Kitware, Inc.
3
// All rights reserved.
4
// See LICENSE.txt for details.
5
//
6
// This software is distributed WITHOUT ANY WARRANTY; without even
7
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8
// PURPOSE. See the above copyright notice for more information.
9
//============================================================================
10
11
#ifndef vtk_m_filter_FilterField_h
12
#define vtk_m_filter_FilterField_h
13
14
#include <
vtkm/filter/Filter.h
>
15
16
#include <
vtkm/Deprecated.h
>
17
18
19
namespace
vtkm
20
{
21
namespace
filter
22
{
23
24
struct
VTKM_DEPRECATED
(
25
2.2,
26
"
FilterField
.h (and its class) are deprecated. Use
Filter
.h (and its class).")
27
vtkm_filter_FilterField_h_deprecated
28
{
29
};
30
31
static
vtkm_filter_FilterField_h_deprecated
issue_deprecated_warning_filterfield()
32
{
33
vtkm_filter_FilterField_h_deprecated
x;
34
return
x;
35
}
36
37
}
// namespace filter
38
}
// namespace vtkm
39
40
#endif // vtk_m_filter_FilterField_h
vtkm
Groups connected points that have the same field value.
Definition:
Atomic.h:19
vtkm::filter::FilterField
Definition:
Filter.h:854
vtkm::filter::Filter
Base class for all filters.
Definition:
Filter.h:163
Deprecated.h
vtkm::filter::vtkm_filter_FilterField_h_deprecated
Definition:
FilterField.h:24
VTKM_DEPRECATED
#define VTKM_DEPRECATED(...)
Definition:
Deprecated.h:145
Filter.h
Generated by
1.8.17