------------------------------------------------------------------------------
| 84 | |
| 85 | //------------------------------------------------------------------------------ |
| 86 | int vtkCellTypes::GetDimension(unsigned char type) |
| 87 | { |
| 88 | return vtkCellTypeUtilities::GetDimension(type); |
| 89 | } |
| 90 | |
| 91 | //------------------------------------------------------------------------------ |
| 92 | // Reclaim any extra memory. |