-----------------------------------------------------------------------------
| 306 | |
| 307 | //----------------------------------------------------------------------------- |
| 308 | inline void vtkPixelExtent::Clear() |
| 309 | { |
| 310 | this->SetData<int>(INT_MAX, INT_MIN, INT_MAX, INT_MIN); |
| 311 | } |
| 312 | |
| 313 | //----------------------------------------------------------------------------- |
| 314 | inline vtkPixelExtent::vtkPixelExtent() |
no outgoing calls
no test coverage detected