VTK-m  2.0
BasicArg.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_BasicArg_h
11 #define vtk_m_exec_arg_BasicArg_h
12 
13 #include <vtkm/Types.h>
14 
17 
18 namespace vtkm
19 {
20 namespace exec
21 {
22 namespace arg
23 {
24 
31 template <vtkm::IdComponent ControlSignatureIndex>
33 {
34  static constexpr vtkm::IdComponent INDEX = ControlSignatureIndex;
36 };
37 }
38 }
39 } // namespace vtkm::exec::arg
40 
41 #endif //vtk_m_exec_arg_BasicArg_h
vtkm
Groups connected points that have the same field value.
Definition: Atomic.h:19
Types.h
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
vtkm::exec::arg::BasicArg
The underlying tag for basic ExecutionSignature arguments.
Definition: BasicArg.h:32
AspectTagDefault.h
vtkm::exec::arg::BasicArg::INDEX
static constexpr vtkm::IdComponent INDEX
Definition: BasicArg.h:34
vtkm::exec::arg::AspectTagDefault
Aspect tag to use for default load/store of data.
Definition: AspectTagDefault.h:22