* Get the point coordinates for the cell. */
| 118 | * Get the point coordinates for the cell. |
| 119 | */ |
| 120 | vtkPoints* GetPoints() { return this->Points; } |
| 121 | |
| 122 | /** |
| 123 | * Return the number of points in the cell. |
no outgoing calls
no test coverage detected