------------------------------------------------------------------------------
| 111 | |
| 112 | //------------------------------------------------------------------------------ |
| 113 | vtkDataArray* vtkHyperTreeGrid::GetZCoordinates() |
| 114 | { |
| 115 | return this->ZCoordinates; |
| 116 | } |
| 117 | |
| 118 | // Helper macros to quickly fetch a HT at a given index or iterator |
| 119 | #define GetHyperTreeFromOtherMacro(_obj_, _index_) \ |
no outgoing calls