* This method always returns 1, as all cells are point in a pure * `vtkPointSet`. */
| 152 | * `vtkPointSet`. |
| 153 | */ |
| 154 | vtkIdType GetCellSize(vtkIdType) override { return 1; } |
| 155 | |
| 156 | /** |
| 157 | * See vtkDataSet for additional information. |
no outgoing calls
no test coverage detected