|
VTK
9.0.1
|
#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 |
Functions | |
| VTKCOMMONDATAMODEL_EXPORT std::ostream & | operator<< (std::ostream &os, const vtkPixelExtent &ext) |
| Stream insertion operator for formatted output of pixel extents. More... | |
| 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 630 of file vtkPixelExtent.h.
1.8.17