VTK  9.1.0
vtkmFilterPolicy.h
Go to the documentation of this file.
1//=============================================================================
2//
3// Copyright (c) Kitware, Inc.
4// All rights reserved.
5// See LICENSE.txt for details.
6//
7// This software is distributed WITHOUT ANY WARRANTY; without even
8// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9// PURPOSE. See the above copyright notice for more information.
10//
11// Copyright 2012 Sandia Corporation.
12// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
13// the U.S. Government retains certain rights in this software.
14//
15//=============================================================================
16
17#ifndef vtkmFilterPolicy_h
18#define vtkmFilterPolicy_h
19#ifndef __VTK_WRAP__
20#ifndef VTK_WRAPPING_CXX
21
22#include "vtkmConfigCore.h" //required for general vtkm setup
23
24#include <vtkm/List.h>
25#include <vtkm/cont/ArrayHandleCast.h>
26#include <vtkm/cont/ArrayHandlePermutation.h>
27#include <vtkm/cont/CellSetExplicit.h>
28#include <vtkm/cont/CellSetPermutation.h>
29#include <vtkm/cont/CellSetSingleType.h>
30#include <vtkm/cont/CellSetStructured.h>
31#include <vtkm/cont/DefaultTypes.h>
32#include <vtkm/filter/PolicyDefault.h>
33
34//------------------------------------------------------------------------------
35class vtkmOutputFilterPolicy : public vtkm::filter::PolicyBase<vtkmOutputFilterPolicy>
36{
37public:
38 using FieldTypeList = tovtkm::FieldTypeOutVTK;
39
40 using StructuredCellSetList = tovtkm::CellListStructuredOutVTK;
41 using UnstructuredCellSetList = tovtkm::CellListUnstructuredOutVTK;
42 using AllCellSetList = tovtkm::CellListAllOutVTK;
43};
44
45#endif
46#endif
47#endif
48// VTK-HeaderTest-Exclude: vtkmFilterPolicy.h
tovtkm::CellListUnstructuredOutVTK UnstructuredCellSetList
tovtkm::CellListAllOutVTK AllCellSetList
tovtkm::CellListStructuredOutVTK StructuredCellSetList
tovtkm::FieldTypeOutVTK FieldTypeList