------------------------------------------------------------------------------
| 1047 | |
| 1048 | //------------------------------------------------------------------------------ |
| 1049 | vtkUnsignedCharArray* vtkUnstructuredGrid::GetCellTypesArray() |
| 1050 | { |
| 1051 | return vtkUnsignedCharArray::FastDownCast(this->Types); |
| 1052 | } |
| 1053 | |
| 1054 | //---------------------------------------------------------------------------- |
| 1055 | // Supporting functions for GetFaceStream() |
no test coverage detected