------------------------------------------------------------------------------
| 136 | |
| 137 | //------------------------------------------------------------------------------ |
| 138 | bool vtkHyperTreeGridOrientedCursor::IsRoot() |
| 139 | { |
| 140 | return this->Entry.IsRoot(); |
| 141 | } |
| 142 | |
| 143 | //------------------------------------------------------------------------------ |
| 144 | unsigned int vtkHyperTreeGridOrientedCursor::GetLevel() |
no outgoing calls