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

Method GetLabel

Common/DataModel/vtkReebGraph.cxx:581–585  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

579
580//------------------------------------------------------------------------------
581vtkReebGraph::Implementation::vtkReebLabel* vtkReebGraph::Implementation::GetLabel(
582 vtkIdType labelId)
583{
584 return (this->MainLabelTable.Buffer + labelId);
585}
586
587//------------------------------------------------------------------------------
588void vtkReebGraph::Implementation::CollapseVertex(vtkIdType N, vtkReebNode* n)

Callers 10

CollapseVertexMethod · 0.95
SetLabelMethod · 0.95
FlushLabelsMethod · 0.95
FindDwLabelMethod · 0.95
FindUpLabelMethod · 0.95
ResizeMainLabelTableMethod · 0.95
AddPathMethod · 0.95
CollapseMethod · 0.95
SimplifyLabelsMethod · 0.95
ImplementationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected