Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/ParaView
/ GetPointsArray
Method
GetPointsArray
Examples/Catalyst/CxxFullExample/FEDataStructures.cxx:79–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
double* Grid::GetPointsArray()
80
{
81
if (this->Points.empty())
82
{
83
return nullptr;
84
}
85
return &(this->Points[0]);
86
}
87
88
double* Grid::GetPoint(size_t pointId)
89
{
Callers
1
BuildVTKGrid
Function · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected