Go to the documentation of this file.
11 #ifndef vtk_m_worklet_PointTransform_h
12 #define vtk_m_worklet_PointTransform_h
49 #endif // vtk_m_worklet_PointTransform_h
#define VTKM_EXEC
Definition: ExportMacros.h:51
Groups connected points that have the same field value.
Definition: Atomic.h:19
A control signature tag for output fields.
Definition: WorkletMapField.h:60
VTKM_EXEC_CONT vtkm::Vec< T, 3 > Transform3DPoint(const vtkm::Matrix< T, 4, 4 > &matrix, const vtkm::Vec< T, 3 > &point)
Transform a 3D point by a transformation matrix.
Definition: Transform3D.h:34
A control signature tag for input fields.
Definition: WorkletMapField.h:49
#define VTKM_CONT
Definition: ExportMacros.h:57
Base class for worklets that do a simple mapping of field arrays.
Definition: WorkletMapField.h:38