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

Method GetTable

Views/Infovis/vtkTreeHeatmapItem.cxx:209–212  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

207
208//------------------------------------------------------------------------------
209vtkTable* vtkTreeHeatmapItem::GetTable()
210{
211 return this->Heatmap->GetTable();
212}
213
214//------------------------------------------------------------------------------
215void vtkTreeHeatmapItem::ReorderTable()

Callers 9

SetTreeMethod · 0.95
SetTableMethod · 0.95
ReorderTableMethod · 0.95
ReverseTableRowsMethod · 0.95
ReverseTableColumnsMethod · 0.95
PaintMethod · 0.95
CollapseHeatmapRowsMethod · 0.95
GetBoundsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected