------------------------------------------------------------------------------
| 484 | |
| 485 | //------------------------------------------------------------------------------ |
| 486 | const unsigned int* vtkHyperTreeGrid::GetCellDims() const |
| 487 | { |
| 488 | return this->CellDims; |
| 489 | } |
| 490 | |
| 491 | //------------------------------------------------------------------------------ |
| 492 | void vtkHyperTreeGrid::GetCellDims(int cellDims[3]) const |
no outgoing calls
no test coverage detected