Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetCellPoints
Function
GetCellPoints
Common/DataModel/vtkPointSet.h:135–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
*/
134
using vtkDataSet::GetCellPoints;
135
void GetCellPoints(vtkIdType, vtkIdList* idList) override { idList->Reset(); }
136
void GetPointCells(vtkIdType, vtkIdList* idList) override { idList->Reset(); }
137
///@}
138
Callers
3
TestStructuredCellArrayExtent
Function · 0.50
FillCellsGhostArray
Method · 0.50
ProcessCell
Method · 0.50
Calls
1
Reset
Method · 0.45
Tested by
1
TestStructuredCellArrayExtent
Function · 0.40