Merge topic 'create_result'

ae4ad5239 remove #include<CreateResult.h>

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2708
This commit is contained in:
Li-Ta Lo 2022-02-10 15:00:51 +00:00 committed by Kitware Robot
commit 04a042789f
5 changed files with 3 additions and 8 deletions

@ -62,6 +62,7 @@ set(deprecated_headers
vtkm_declare_headers(${deprecated_headers})
set(common_headers
CreateResult.h
FieldMetadata.h
FilterCell.h
FilterDataSet.h
@ -73,7 +74,6 @@ set(common_headers
FilterTraits.h
PolicyBase.h
PolicyDefault.h
TaskQueue.h
Instantiations.h
)
@ -95,8 +95,6 @@ set(extra_headers
ContourTreeUniformAugmented.h
ContourTreeUniformDistributed.h
ContourTreeUniform.h
CreateResult.h
FieldSelection.h
Lagrangian.h
LagrangianStructures.h
MIRFilter.h
@ -140,10 +138,12 @@ set(extra_sources_device
)
set(core_headers
FieldSelection.h
NewFilter.h
NewFilterField.h
MapFieldMergeAverage.h
MapFieldPermutation.h
TaskQueue.h
)
set(core_sources
NewFilterField.cxx

@ -8,7 +8,6 @@
// PURPOSE. See the above copyright notice for more information.
//============================================================================
#include <vtkm/filter/CreateResult.h>
#include <vtkm/filter/connected_components/CellSetConnectivity.h>
#include <vtkm/filter/connected_components/worklet/CellSetConnectivity.h>

@ -8,7 +8,6 @@
// PURPOSE. See the above copyright notice for more information.
//============================================================================
#include <vtkm/filter/CreateResult.h>
#include <vtkm/filter/connected_components/ImageConnectivity.h>
#include <vtkm/filter/connected_components/worklet/ImageConnectivity.h>

@ -7,7 +7,6 @@
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the above copyright notice for more information.
//============================================================================
#include <vtkm/filter/CreateResult.h>
#include <vtkm/filter/density_estimate/Entropy.h>
#include <vtkm/filter/density_estimate/worklet/FieldEntropy.h>

@ -19,8 +19,6 @@
//=========================================================================
#include <vtkm/cont/Algorithm.h>
#include <vtkm/cont/ErrorFilterExecution.h>
#include <vtkm/cont/Field.h>
#include <vtkm/filter/CreateResult.h>
#include <vtkm/filter/mesh_info/MeshQuality.h>
#include <vtkm/filter/mesh_info/worklet/MeshQuality.h>