VTK  9.3.20240328
Classes | Functions
vtkPixelExtentIO.h File Reference
#include "vtkIOLegacyModule.h"
#include "vtkPixelExtent.h"
#include <deque>
Include dependency graph for vtkPixelExtentIO.h:

Go to the source code of this file.

Classes

class  vtkPixelExtentIO
 A small collection of I/O routines that can write vtkPixelExtent's or collections of them to disk for visualization as unstructured grids. More...
 

Functions

VTKIOLEGACY_EXPORT vtkUnstructuredGridoperator<< (vtkUnstructuredGrid &data, const vtkPixelExtent &ext)
 Insert the extent into an unstructured grid. More...
 

Function Documentation

◆ operator<<()

VTKIOLEGACY_EXPORT vtkUnstructuredGrid& operator<< ( vtkUnstructuredGrid data,
const vtkPixelExtent ext 
)

Insert the extent into an unstructured grid.