Go to the documentation of this file.
10 #ifndef vtk_m_io_ImageWriterHDF5_H
11 #define vtk_m_io_ImageWriterHDF5_H
30 using Superclass::Superclass;
35 VTKM_CONT void WriteDataSet(const
vtkm::cont::DataSet& dataSet,
36 const std::
string& colorField = {});
42 template <
typename PixelType>
45 std::int64_t fileid = 0;
49 static constexpr
auto IMAGE_CLASS =
"IMAGE";
50 static constexpr
auto IMAGE_VERSION =
"1.2";
54 #endif //vtk_m_io_ImageWriterHDF5_H
Manages writing, and loading data from images.
Definition: ImageWriterBase.h:35
Groups connected points that have the same field value.
Definition: Atomic.h:19
#define VTKM_IO_EXPORT
Definition: vtkm_io_export.h:44
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::Int64 Id
Base type to use to index arrays.
Definition: Types.h:227
std::string fieldName
Definition: ImageWriterHDF5.h:47
Writing images using HDF5 Image format.
Definition: ImageWriterHDF5.h:25