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

Method GetPoint

Common/DataModel/vtkGraph.cxx:109–116  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

107
108//------------------------------------------------------------------------------
109double* vtkGraph::GetPoint(vtkIdType ptId)
110{
111 if (this->Points)
112 {
113 return this->Points->GetPoint(ptId);
114 }
115 return vtkGraph::DefaultPoint;
116}
117
118//------------------------------------------------------------------------------
119void vtkGraph::GetPoint(vtkIdType ptId, double x[3])

Callers 1

RemoveVertexInternalMethod · 0.45

Calls 4

GetVertexOwnerMethod · 0.80
GetMethod · 0.45
GetVertexIndexMethod · 0.45

Tested by

no test coverage detected