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

Method GetNode

Common/DataModel/vtkReebGraph.cxx:569–572  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

567
568//------------------------------------------------------------------------------
569vtkReebGraph::Implementation::vtkReebNode* vtkReebGraph::Implementation::GetNode(vtkIdType nodeId)
570{
571 return (this->MainNodeTable.Buffer + nodeId);
572}
573
574//------------------------------------------------------------------------------
575vtkReebGraph::Implementation::vtkReebArc* vtkReebGraph::Implementation::GetArc(vtkIdType arcId)

Callers 15

CollapseVertexMethod · 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
ResizeMainNodeTableMethod · 0.95
CommitSimplificationMethod · 0.95
GetNodeDownArcIdsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected