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

Method StackUnder

Rendering/Context2D/vtkAbstractContextItem.cxx:162–165  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

160
161//------------------------------------------------------------------------------
162vtkIdType vtkAbstractContextItem::StackUnder(vtkIdType child, vtkIdType above)
163{
164 return this->StackAbove(child, above - 1);
165}
166
167//------------------------------------------------------------------------------
168bool vtkAbstractContextItem::Hit(const vtkContextMouseEvent&)

Callers 3

LowerMethod · 0.95
StackPlotUnderMethod · 0.80
TestContextItemStackingFunction · 0.80

Calls 1

StackAboveMethod · 0.95

Tested by 1

TestContextItemStackingFunction · 0.64