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

Method Empty

Common/DataModel/vtkPixelExtent.h:401–408  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

399
400//-----------------------------------------------------------------------------
401inline int vtkPixelExtent::Empty() const
402{
403 if (this->Data[0] > this->Data[1] || this->Data[2] > this->Data[3])
404 {
405 return 1;
406 }
407 return 0;
408}
409
410//-----------------------------------------------------------------------------
411inline bool vtkPixelExtent::operator==(const vtkPixelExtent& other) const

Callers 15

operator&=Method · 0.95
operator|=Method · 0.95
ReadPrimaryElementMethod · 0.45
DisjointMethod · 0.45
SubtractMethod · 0.45
MergeMethod · 0.45
vtkPixelExtent.cxxFile · 0.45
operator==Method · 0.45
CoarsenMethod · 0.45
RefineMethod · 0.45
DoesIntersectMethod · 0.45
InitializeGridMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestPixelExtentFunction · 0.36