Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
588
inline 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
596
VTK_ABI_NAMESPACE_END
597
#endif
Callers
15
GetPoints
Method · 0.95
ComputeSelectedGraphBounds
Method · 0.45
SelectData
Method · 0.45
VertexPosition
Method · 0.45
EdgePosition
Method · 0.45
ComputeMultipliers
Method · 0.45
ComputeBounds
Method · 0.45
PaintBuffers
Method · 0.45
GetClickedCollapsedSubTree
Method · 0.45
GetClosestVertex
Method · 0.45
GetPositionOfVertex
Method · 0.45
UpdateHoverHighlight
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestTransform
Function · 0.36
TestSpecificLandmarkTransform
Function · 0.36
TestSetPoints
Function · 0.36
TestMatrix3x3
Function · 0.36
GetGrid
Function · 0.36
DataSetsEqual
Function · 0.36
testPoints
Method · 0.36
TestSimpleIncrementalOctreePointLocator
Function · 0.36
TestOneCell
Function · 0.36
GetGrid
Function · 0.36
TestInterpolation
Function · 0.36
DoOrientationTest
Function · 0.36