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

Method SetPosition

Views/Infovis/vtkHeatmapItem.cxx:78–81  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

76
77//------------------------------------------------------------------------------
78void vtkHeatmapItem::SetPosition(const vtkVector2f& pos)
79{
80 this->PositionVector = pos;
81}
82
83//------------------------------------------------------------------------------
84vtkVector2f vtkHeatmapItem::GetPositionVector()

Callers 12

OnKeyPressMethod · 0.45
OnKeyReleaseMethod · 0.45
MouseMoveEventMethod · 0.45
PositionTree2Method · 0.45
PlaceTooltipMethod · 0.45
PaintMethod · 0.45
TestHeatmapItemFunction · 0.45
TestDendrogramItemFunction · 0.45
TestGraphLayoutViewFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestHeatmapItemFunction · 0.36
TestDendrogramItemFunction · 0.36
TestGraphLayoutViewFunction · 0.36