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

Method GetArc

Common/DataModel/vtkReebGraph.cxx:575–578  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

573
574//------------------------------------------------------------------------------
575vtkReebGraph::Implementation::vtkReebArc* vtkReebGraph::Implementation::GetArc(vtkIdType arcId)
576{
577 return (this->MainArcTable.Buffer + arcId);
578}
579
580//------------------------------------------------------------------------------
581vtkReebGraph::Implementation::vtkReebLabel* vtkReebGraph::Implementation::GetLabel(

Callers 15

CollapseVertexMethod · 0.95
SetLabelMethod · 0.95
FastArcSimplifyMethod · 0.95
FindGreaterMethod · 0.95
FindLessMethod · 0.95
FindJoinNodeMethod · 0.95
FindSplitNodeMethod · 0.95
FindPathMethod · 0.95
SimplifyLoopsMethod · 0.95
SimplifyBranchesMethod · 0.95
CommitSimplificationMethod · 0.95
FlushLabelsMethod · 0.95

Calls

no outgoing calls

Tested by 3

TestAngleWidget2DFunction · 0.64