* Get the number of cells using the point specified by ptId. */
| 83 | * Get the number of cells using the point specified by ptId. |
| 84 | */ |
| 85 | vtkIdType GetNcells(vtkIdType ptId) VTK_FUTURE_CONST { return this->Array[ptId].ncells; } |
| 86 | |
| 87 | /** |
| 88 | * Return a list of cell ids using the point. |
no outgoing calls
no test coverage detected