Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetCells
Function
GetCells
Common/DataModel/vtkCellLinks.h:90–90 ·
view source on GitHub ↗
* Return a list of cell ids using the point. */
Source
from the content-addressed store, hash-verified
88
* Return a list of cell ids using the point.
89
*/
90
vtkIdType* GetCells(vtkIdType ptId) { return this->Array[ptId].cells; }
91
92
///@{
93
/**
Callers
1
vtkStaticCellLinksTemplate.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected