MCPcopy Create free account
hub / github.com/Kitware/VTK / operator<

Function operator<

Common/DataModel/vtkPixelExtent.h:619–622  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

617
618//-----------------------------------------------------------------------------
619inline bool operator<(const vtkPixelExtent& l, const vtkPixelExtent& r)
620{
621 return l.Size() < r.Size();
622}
623
624VTK_ABI_NAMESPACE_END
625#endif

Callers

nothing calls this directly

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected