Go to the documentation of this file.
23 #ifndef vtkPixelExtentIO_h
24 #define vtkPixelExtentIO_h
26 #include "vtkIOLegacyModule.h"
46 const std::deque<std::deque<vtkPixelExtent> >&exts);
60 const std::deque<vtkPixelExtent> &exts);
static void Write(int commRank, const char *fileName, const std::deque< vtkPixelExtent > &exts)
Writes an extent for each MPI rank to disk as an unstructured grid.
static void Write(int commRank, const char *fileName, const vtkPixelExtent &ext)
Write an extent per MPI rank to disk.
A small collection of I/O routines that can write vtkPixelExtent's or collections of them to disk for...
Representation of a cartesian pixel plane and common operations on it.
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
static void Write(int commRank, const char *fileName, const std::deque< std::deque< vtkPixelExtent > > &exts)
Writes deque of extents for each MPI rank to disk as an unstructured grid.