| 132 | void GetDistinctCellTypes(vtkCellTypes* types) override; |
| 133 | VTK_DEPRECATED_IN_9_6_0("Use GetDistinctCellTypes(vtkCellTypes* types) instead.") |
| 134 | void GetCellTypes(vtkCellTypes* types) override { this->GetDistinctCellTypes(types); } |
| 135 | ///@} |
| 136 | |
| 137 | /** |
nothing calls this directly
no test coverage detected