Go to the documentation of this file.
18 #ifndef viskores_cont_DataSetBuilderUniform_h
19 #define viskores_cont_DataSetBuilderUniform_h
49 const std::string& coordNm =
"coords")
66 const std::string& coordNm =
"coords");
80 const std::string& coordNm =
"coords")
101 const std::string& coordNm =
"coords");
111 template <
typename T>
115 const std::string& coordNm =
"coords")
136 const std::string& coordNm =
"coords");
143 const std::string& coordNm);
149 #endif //viskores_cont_DataSetBuilderUniform_h
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
viskores::Int64 Id
Base type to use to index arrays.
Definition: Types.h:235
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
viskores::Float32 FloatDefault
The floating point type to use when no other precision is specified.
Definition: Types.h:244
viskores::Vec< viskores::FloatDefault, 3 > Vec3f
Vec3f corresponds to a 3-dimensional vector of floating point values.
Definition: Types.h:1064