Viskores
1.0
viskores
filter
FilterField.h
Go to the documentation of this file.
1
//============================================================================
2
// The contents of this file are covered by the Viskores license. See
3
// LICENSE.txt for details.
4
//
5
// By contributing to this file, all contributors agree to the Developer
6
// Certificate of Origin Version 1.1 (DCO 1.1) as stated in DCO.txt.
7
//============================================================================
8
9
//============================================================================
10
// Copyright (c) Kitware, Inc.
11
// All rights reserved.
12
// See LICENSE.txt for details.
13
//
14
// This software is distributed WITHOUT ANY WARRANTY; without even
15
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16
// PURPOSE. See the above copyright notice for more information.
17
//============================================================================
18
19
#ifndef viskores_filter_FilterField_h
20
#define viskores_filter_FilterField_h
21
22
#include <
viskores/filter/Filter.h
>
23
24
#include <
viskores/Deprecated.h
>
25
26
27
namespace
viskores
28
{
29
namespace
filter
30
{
31
32
struct
VISKORES_DEPRECATED
(
33
2.2,
34
"
FilterField
.h (and its class) are deprecated. Use
Filter
.h (and its class).")
35
viskores_filter_FilterField_h_deprecated
36
{
37
};
38
39
static
viskores_filter_FilterField_h_deprecated
issue_deprecated_warning_filterfield()
40
{
41
viskores_filter_FilterField_h_deprecated
x;
42
return
x;
43
}
44
45
}
// namespace filter
46
}
// namespace viskores
47
48
#endif // viskores_filter_FilterField_h
viskores::filter::FilterField
Definition:
Filter.h:883
viskores::filter::Filter
Base class for all filters.
Definition:
Filter.h:171
viskores
Groups connected points that have the same field value.
Definition:
Atomic.h:27
viskores::filter::viskores_filter_FilterField_h_deprecated
Definition:
FilterField.h:32
VISKORES_DEPRECATED
#define VISKORES_DEPRECATED(...)
Definition:
Deprecated.h:156
Deprecated.h
Filter.h
Generated by
1.8.17