Go to the documentation of this file.
11 #ifndef vtk_m_source_Tangle_h
12 #define vtk_m_source_Tangle_h
43 : PointDimensions(dims +
vtkm::
Id3(1))
61 #endif //vtk_m_source_Tangle_h
The Tangle source creates a uniform dataset.
Definition: Tangle.h:35
Groups connected points that have the same field value.
Definition: Atomic.h:19
void SetCellDimensions(vtkm::Id3 dims)
Definition: Tangle.h:51
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
vtkm::Id3 GetCellDimensions() const
Definition: Tangle.h:50
#define VTKM_SOURCE_EXPORT
Definition: vtkm_source_export.h:44
#define VTKM_CONT
Definition: ExportMacros.h:57
void SetPointDimensions(vtkm::Id3 dims)
Definition: Tangle.h:48
vtkm::Vec< vtkm::Id, 3 > Id3
Id3 corresponds to a 3-dimensional index for 3d arrays.
Definition: Types.h:1041
vtkm::Id3 GetPointDimensions() const
Definition: Tangle.h:47
#define VTKM_DEPRECATED(...)
Definition: Deprecated.h:145