Go to the documentation of this file.
10 #ifndef vtk_m_worklet_WorkletMapField_h
11 #define vtk_m_worklet_WorkletMapField_h
41 template <
typename Worklet>
81 #endif //vtk_m_worklet_WorkletMapField_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
A control signature tag for output fields.
Definition: WorkletMapField.h:60
Fetch tag for setting array values with direct indexing.
Definition: FetchTagArrayDirectOut.h:29
The Array type check passes for any object that behaves like an ArrayHandle class and can be passed t...
Definition: TypeCheckTagArrayOut.h:31
Transport tag for in-place arrays.
Definition: TransportTagArrayInOut.h:33
Transport tag for output arrays.
Definition: TransportTagArrayOut.h:32
The Array type check passes for any object that behaves like an ArrayHandle class and can be passed t...
Definition: TypeCheckTagArrayInOut.h:31
The Array type check passes for any object that behaves like an ArrayHandle class and can be passed t...
Definition: TypeCheckTagArrayIn.h:31
Dispatcher for worklets that inherit from WorkletMapField.
Definition: DispatcherMapField.h:25
Fetch tag for getting array values with direct indexing.
Definition: FetchTagArrayDirectIn.h:29
A control signature tag for input fields.
Definition: WorkletMapField.h:49
A control signature tag for input-output (in-place) fields.
Definition: WorkletMapField.h:71
Transport tag for input arrays.
Definition: TransportTagArrayIn.h:32
The base class for all tags used in a ControlSignature.
Definition: ControlSignatureTagBase.h:36
Fetch tag for in-place modifying array values with direct indexing.
Definition: FetchTagArrayDirectInOut.h:39
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38