| 109 | virtual void GetDistinctCellTypes(vtkCellTypes* types); |
| 110 | VTK_DEPRECATED_IN_9_6_0("Use GetDistinctCellTypes(vtkCellTypes* types) instead.") |
| 111 | virtual void GetCellTypes(vtkCellTypes* types) { this->GetDistinctCellTypes(types); } |
| 112 | ///@} |
| 113 | |
| 114 | /** |
nothing calls this directly
no test coverage detected