| 39 | } |
| 40 | template <> |
| 41 | bool IsLeaf(vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor* cursor, vtkIdType sid) |
| 42 | { |
| 43 | if (sid == vtkHyperTreeGrid::InvalidIndex) |
| 44 | return cursor->IsRealLeaf(); |
| 45 | return cursor->IsRealLeaf(sid); |
| 46 | } |
| 47 | |
| 48 | bool IsCoarse(vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor* cursor, |
| 49 | vtkIdType sid = vtkHyperTreeGrid::InvalidIndex) |
no test coverage detected