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

Method GetPoint

Common/DataModel/vtkDataSet.h:588–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586};
587
588inline void vtkDataSet::GetPoint(vtkIdType id, double x[3])
589{
590 double* pt = this->GetPoint(id);
591 x[0] = pt[0];
592 x[1] = pt[1];
593 x[2] = pt[2];
594}
595
596VTK_ABI_NAMESPACE_END
597#endif

Callers 15

GetPointsMethod · 0.95
SelectDataMethod · 0.45
VertexPositionMethod · 0.45
EdgePositionMethod · 0.45
ComputeMultipliersMethod · 0.45
ComputeBoundsMethod · 0.45
PaintBuffersMethod · 0.45
GetClosestVertexMethod · 0.45
GetPositionOfVertexMethod · 0.45
UpdateHoverHighlightMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestTransformFunction · 0.36
TestSetPointsFunction · 0.36
TestMatrix3x3Function · 0.36
GetGridFunction · 0.36
DataSetsEqualFunction · 0.36
testPointsMethod · 0.36
TestOneCellFunction · 0.36
GetGridFunction · 0.36
TestInterpolationFunction · 0.36
DoOrientationTestFunction · 0.36