------------------------------------------------------------------------------
| 708 | |
| 709 | //------------------------------------------------------------------------------ |
| 710 | vtkIdTypeArray* vtkCellArray::GetData() |
| 711 | { |
| 712 | this->ExportLegacyFormat(this->LegacyData); |
| 713 | |
| 714 | return this->LegacyData; |
| 715 | } |
| 716 | |
| 717 | //------------------------------------------------------------------------------ |
| 718 | // Specify a group of cells. |
nothing calls this directly
no test coverage detected