Go to the documentation of this file.
18 #ifndef viskores_io_ImageReaderBase_h
19 #define viskores_io_ImageReaderBase_h
71 const ColorArrayType& pixels);
74 std::string PointFieldName =
"color";
80 #endif //viskores_io_ImageReaderBase_h
const std::string & GetPointFieldName() const
Get the name of the output field that will be created to hold color data.
Definition: ImageReaderBase.h:58
Contains and manages the geometric data structures that Viskores operates on.
Definition: DataSet.h:66
void SetPointFieldName(const std::string &name)
Set the name of the output field that will be created to hold color data.
Definition: ImageReaderBase.h:60
Manages an array-worth of data.
Definition: ArrayHandle.h:313
void SetFileName(const std::string &filename)
Definition: ImageReaderBase.h:63
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
std::string FileName
Definition: ImageReaderBase.h:73
const std::string & GetFileName() const
Definition: ImageReaderBase.h:62
viskores::cont::DataSet DataSet
Definition: ImageReaderBase.h:75
Manages reading, and loading data from images.
Definition: ImageReaderBase.h:40