------------------------------------------------------------------------------
| 109 | |
| 110 | //------------------------------------------------------------------------------ |
| 111 | vtkCell* vtkExplicitStructuredGrid::GetCell(vtkIdType cellId) |
| 112 | { |
| 113 | this->GetCell(cellId, this->GenericCell); |
| 114 | return this->GenericCell->GetRepresentativeCell(); |
| 115 | } |
| 116 | |
| 117 | //------------------------------------------------------------------------------ |
| 118 | void vtkExplicitStructuredGrid::GetCell(vtkIdType cellId, vtkGenericCell* cell) |
nothing calls this directly
no test coverage detected