------------------------------------------------------------------------------
| 134 | |
| 135 | //------------------------------------------------------------------------------ |
| 136 | bool vtkHyperTreeGridGeometryUnlimitedEntry::IsVirtualLeaf( |
| 137 | const vtkHyperTree* vtkNotUsed(tree)) const |
| 138 | { |
| 139 | return this->LastRealIndex != this->Index; |
| 140 | } |
| 141 | |
| 142 | //------------------------------------------------------------------------------ |
| 143 | bool vtkHyperTreeGridGeometryUnlimitedEntry::IsTerminalNode( |
no outgoing calls
no test coverage detected