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

Method SetLabelPriorityArrayName

Views/Infovis/vtkTreeAreaView.cxx:106–109  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

104
105//------------------------------------------------------------------------------
106void vtkTreeAreaView::SetLabelPriorityArrayName(const char* name)
107{
108 this->GetTreeAreaRepresentation()->SetAreaLabelPriorityArrayName(name);
109}
110
111//------------------------------------------------------------------------------
112const char* vtkTreeAreaView::GetAreaLabelArrayName()

Callers 1

TestNetworkViewsFunction · 0.80

Tested by 1

TestNetworkViewsFunction · 0.64