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

Function GetCells

Common/DataModel/vtkStaticCellLinks.h:77–77  ·  view source on GitHub ↗

* Return a list of cell ids using the specified point. */

Source from the content-addressed store, hash-verified

75 * Return a list of cell ids using the specified point.
76 */
77 vtkIdType* GetCells(vtkIdType ptId) { return this->Impl->GetCells(ptId); }
78
79 ///@{
80 /**

Callers

nothing calls this directly

Calls 1

GetCellsMethod · 0.45

Tested by

no test coverage detected