|
VTK
9.4.2
|
#include "vtkCommonDataModelModule.h"#include "vtkSystemIncludes.h"#include <algorithm>#include <climits>#include <deque>#include <iostream>Go to the source code of this file.
Classes | |
| class | vtkPixelExtent |
| Representation of a cartesian pixel plane and common operations on it. More... | |
Functions | |
| VTKCOMMONDATAMODEL_EXPORT std::ostream & | operator<< (std::ostream &os, const vtkPixelExtent &ext) |
| Stream insertion operator for formatted output of pixel extents. | |
| bool | operator< (const vtkPixelExtent &l, const vtkPixelExtent &r) |
| VTKCOMMONDATAMODEL_EXPORT std::ostream & operator<< | ( | std::ostream & | os, |
| const vtkPixelExtent & | ext | ||
| ) |
Stream insertion operator for formatted output of pixel extents.
|
inline |
Definition at line 622 of file vtkPixelExtent.h.