VTK
9.1.0
|
#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 630 of file vtkPixelExtent.h.