------------------------------------------------------------------------------
| 462 | |
| 463 | //------------------------------------------------------------------------------ |
| 464 | const unsigned int* vtkHyperTreeGrid::GetDimensions() const |
| 465 | { |
| 466 | return this->Dimensions; |
| 467 | } |
| 468 | |
| 469 | //------------------------------------------------------------------------------ |
| 470 | void vtkHyperTreeGrid::GetDimensions(int dim[3]) const |
no outgoing calls
no test coverage detected