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

Method GetEdgeLabelArrayName

Views/Infovis/vtkTreeAreaView.cxx:124–127  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

122
123//------------------------------------------------------------------------------
124const char* vtkTreeAreaView::GetEdgeLabelArrayName()
125{
126 return this->GetTreeAreaRepresentation()->GetGraphEdgeLabelArrayName();
127}
128
129//------------------------------------------------------------------------------
130void vtkTreeAreaView::SetEdgeLabelVisibility(bool vis)

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected