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

Method GetAreaLabelArrayName

Views/Infovis/vtkTreeAreaView.cxx:112–115  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

110
111//------------------------------------------------------------------------------
112const char* vtkTreeAreaView::GetAreaLabelArrayName()
113{
114 return this->GetTreeAreaRepresentation()->GetAreaLabelArrayName();
115}
116
117//------------------------------------------------------------------------------
118void vtkTreeAreaView::SetEdgeLabelArrayName(const char* name)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected