Go to the documentation of this file.
10 #ifndef vtk_m_cont_DataSetBuilderUniform_h
11 #define vtk_m_cont_DataSetBuilderUniform_h
41 const std::string& coordNm =
"coords")
58 const std::string& coordNm =
"coords");
72 const std::string& coordNm =
"coords")
92 const std::string& coordNm =
"coords");
102 template <
typename T>
106 const std::string& coordNm =
"coords")
109 vtkm::Id3(dimensions[0], dimensions[1], dimensions[2]),
127 const std::string& coordNm =
"coords");
134 const std::string& coordNm);
140 #endif //vtk_m_cont_DataSetBuilderUniform_h
Groups connected points that have the same field value.
Definition: Atomic.h:19
Contains and manages the geometric data structures that VTK-m operates on.
Definition: DataSet.h:57
#define VTKM_CONT_EXPORT
Definition: vtkm_cont_export.h:44
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
vtkm::Vec< vtkm::FloatDefault, 3 > Vec3f
Vec3f corresponds to a 3-dimensional vector of floating point values.
Definition: Types.h:1052
vtkm::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:236