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

Method SetTreeColorArray

Views/Infovis/vtkTreeHeatmapItem.cxx:572–575  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

570
571//------------------------------------------------------------------------------
572void vtkTreeHeatmapItem::SetTreeColorArray(const char* arrayName)
573{
574 this->Dendrogram->SetColorArray(arrayName);
575}
576
577//------------------------------------------------------------------------------
578void vtkTreeHeatmapItem::CollapseToNumberOfLeafNodes(unsigned int n)

Callers 1

TestTreeHeatmapItemFunction · 0.80

Calls 1

SetColorArrayMethod · 0.45

Tested by 1

TestTreeHeatmapItemFunction · 0.64