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

Method Disjoint

Common/DataModel/vtkPixelExtent.h:488–492  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

486
487//-----------------------------------------------------------------------------
488inline int vtkPixelExtent::Disjoint(vtkPixelExtent other) const
489{
490 other &= *this;
491 return other.Empty();
492}
493
494//-----------------------------------------------------------------------------
495inline void vtkPixelExtent::Grow(int n)

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected