Go to the documentation of this file.
10 #ifndef vtk_m_io_ImageWriterBase_h
11 #define vtk_m_io_ImageWriterBase_h
55 VTKM_CONT virtual
void WriteDataSet(const
vtkm::cont::DataSet& dataSet,
56 const std::
string& colorField = {});
81 #endif //vtk_m_io_ImageWriterBase_h
Manages an array-worth of data.
Definition: ArrayHandle.h:300
Manages writing, and loading data from images.
Definition: ImageWriterBase.h:35
Groups connected points that have the same field value.
Definition: Atomic.h:19
void SetPixelDepth(PixelDepth depth)
Specify the number of bits used by each color channel.
Definition: ImageWriterBase.h:67
#define VTKM_IO_EXPORT
Definition: vtkm_io_export.h:44
void SetFileName(const std::string &filename)
Definition: ImageWriterBase.h:70
PixelDepth GetPixelDepth() const
Specify the number of bits used by each color channel.
Definition: ImageWriterBase.h:65
PixelDepth
Definition: ImageWriterBase.h:58
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
vtkm::Float32 Depth
Definition: Wireframer.h:116
const std::string & GetFileName() const
Definition: ImageWriterBase.h:69
std::string FileName
Definition: ImageWriterBase.h:73