MCPcopy Create free account
hub / github.com/Kitware/VTK / Clear

Method Clear

Common/DataModel/vtkPixelExtent.h:308–311  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 4

vtkPixelExtentMethod · 0.95
operator&=Method · 0.95
InitializeMethod · 0.45
MergeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected