VTK
Classes | Functions
vtkPixelExtent.h File Reference
#include "vtkSystemIncludes.h"
#include "vtkCommonDataModelModule.h"
#include <deque>
#include <algorithm>
#include <iostream>
#include <climits>
Include dependency graph for vtkPixelExtent.h:
This graph shows which files directly or indirectly include this file:

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. More...
 
bool operator< (const vtkPixelExtent &l, const vtkPixelExtent &r)
 

Function Documentation

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 
)
inline

Definition at line 703 of file vtkPixelExtent.h.