----------------------------------------------------------------------------
| 378 | |
| 379 | //---------------------------------------------------------------------------- |
| 380 | inline void vtkExplicitStructuredGrid::GetDimensions(int dim[3]) |
| 381 | { |
| 382 | vtkStructuredData::GetDimensionsFromExtent(this->Extent, dim); |
| 383 | } |
| 384 | |
| 385 | //---------------------------------------------------------------------------- |
| 386 | inline void vtkExplicitStructuredGrid::GetCellDims(int cellDims[3]) |
no outgoing calls
no test coverage detected