23 #ifndef vtkPixelExtentIO_h
24 #define vtkPixelExtentIO_h
26 #include "vtkIOLegacyModule.h"
42 static void Write(
int commRank,
VTK_FILEPATH const char* fileName,
43 const std::deque<std::deque<vtkPixelExtent>>& exts);
54 int commRank,
VTK_FILEPATH const char* fileName,
const std::deque<vtkPixelExtent>& exts);
VTKIOLEGACY_EXPORT vtkUnstructuredGrid & operator<<(vtkUnstructuredGrid &data, const vtkPixelExtent &ext)
Insert the extent into an unstructured grid.
dataset represents arbitrary combinations of all possible cell types
Representation of a cartesian pixel plane and common operations on it.
A small collection of I/O routines that can write vtkPixelExtent's or collections of them to disk for...