Viskores  1.0
IncidentElementIndices.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 #ifndef viskores_exec_arg_IncidentElementIndices_h
19 #define viskores_exec_arg_IncidentElementIndices_h
20 
24 
25 namespace viskores
26 {
27 namespace exec
28 {
29 namespace arg
30 {
31 
42 {
43  static constexpr viskores::IdComponent INDEX = 1;
45 };
46 }
47 }
48 } // namespace viskores::exec::arg
49 
50 #endif //viskores_exec_arg_IncidentElementIndices_h
viskores::exec::arg::IncidentElementIndices
The ExecutionSignature tag to get the indices of visited elements.
Definition: IncidentElementIndices.h:41
FetchExtrude.h
viskores::IdComponent
viskores::Int32 IdComponent
Base type to use to index small lists.
Definition: Types.h:202
viskores::exec::arg::AspectTagIncidentElementIndices
Aspect tag to use for getting the visited indices.
Definition: FetchExtrude.h:42
ExecutionSignatureTagBase.h
viskores
Groups connected points that have the same field value.
Definition: Atomic.h:27
Fetch.h
viskores::exec::arg::IncidentElementIndices::INDEX
static constexpr viskores::IdComponent INDEX
Definition: IncidentElementIndices.h:43
viskores::exec::arg::ExecutionSignatureTagBase
The base class for all tags used in an ExecutionSignature.
Definition: ExecutionSignatureTagBase.h:45