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

Method GetNodeScalarValue

Common/DataModel/vtkReebGraph.cxx:3285–3288  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3283
3284//------------------------------------------------------------------------------
3285double vtkReebGraph::Implementation::GetNodeScalarValue(vtkIdType nodeId)
3286{
3287 return (this->GetNode(nodeId))->Value;
3288}
3289
3290//------------------------------------------------------------------------------
3291vtkIdType vtkReebGraph::Implementation::GetNodeVertexId(vtkIdType nodeId)

Callers 1

PrintNodeDataMethod · 0.80

Calls 1

GetNodeMethod · 0.95

Tested by

no test coverage detected