------------------------------------------------------------------------------
| 105 | |
| 106 | //------------------------------------------------------------------------------ |
| 107 | vtkDataArray* vtkHyperTreeGrid::GetYCoordinates() |
| 108 | { |
| 109 | return this->YCoordinates; |
| 110 | } |
| 111 | |
| 112 | //------------------------------------------------------------------------------ |
| 113 | vtkDataArray* vtkHyperTreeGrid::GetZCoordinates() |
no outgoing calls