-----------------------------------------------------------------------------
| 312 | |
| 313 | //----------------------------------------------------------------------------- |
| 314 | inline vtkPixelExtent::vtkPixelExtent() |
| 315 | { |
| 316 | this->Clear(); |
| 317 | } |
| 318 | |
| 319 | //----------------------------------------------------------------------------- |
| 320 | template <typename T> |