| 74 | void GetDistinctCellTypes(vtkCellTypes* types) override; |
| 75 | VTK_DEPRECATED_IN_9_6_0("Use GetDistinctCellTypes(vtkCellTypes* types) instead.") |
| 76 | void GetCellTypes(vtkCellTypes* types) override { this->GetDistinctCellTypes(types); } |
| 77 | ///@} |
| 78 | |
| 79 | /** |
nothing calls this directly
no test coverage detected