* Return the vtkCellArray object over which iteration is occurring. */
| 80 | * Return the vtkCellArray object over which iteration is occurring. |
| 81 | */ |
| 82 | vtkCellArray* GetCellArray() { return this->CellArray; } |
| 83 | |
| 84 | /** |
| 85 | * Initialize the iterator to a specific cell. This will revalidate the |
no outgoing calls
no test coverage detected