VTK-m  2.0
IncidentElementIndices.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 #ifndef vtk_m_exec_arg_IncidentElementIndices_h
11 #define vtk_m_exec_arg_IncidentElementIndices_h
12 
14 #include <vtkm/exec/arg/Fetch.h>
16 
17 namespace vtkm
18 {
19 namespace exec
20 {
21 namespace arg
22 {
23 
34 {
35  static constexpr vtkm::IdComponent INDEX = 1;
37 };
38 }
39 }
40 } // namespace vtkm::exec::arg
41 
42 #endif //vtk_m_exec_arg_IncidentElementIndices_h
FetchExtrude.h
vtkm::exec::arg::AspectTagIncidentElementIndices
Aspect tag to use for getting the visited indices.
Definition: FetchExtrude.h:34
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::exec::arg::ExecutionSignatureTagBase
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:37
vtkm::IdComponent
vtkm::Int32 IdComponent
Represents a component ID (index of component in a vector).
Definition: Types.h:168
ExecutionSignatureTagBase.h
Fetch.h
vtkm::exec::arg::IncidentElementIndices
The ExecutionSignature tag to get the indices of visited elements.
Definition: IncidentElementIndices.h:33
vtkm::exec::arg::IncidentElementIndices::INDEX
static constexpr vtkm::IdComponent INDEX
Definition: IncidentElementIndices.h:35