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

Method GetLabelPriorityArrayName

Views/Infovis/vtkTreeAreaView.cxx:100–103  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

98
99//------------------------------------------------------------------------------
100const char* vtkTreeAreaView::GetLabelPriorityArrayName()
101{
102 return this->GetTreeAreaRepresentation()->GetAreaLabelPriorityArrayName();
103}
104
105//------------------------------------------------------------------------------
106void vtkTreeAreaView::SetLabelPriorityArrayName(const char* name)

Callers

nothing calls this directly

Tested by

no test coverage detected