---------------------------------------------------------------------------
| 321 | |
| 322 | //--------------------------------------------------------------------------- |
| 323 | void vtkHyperTree::SetGlobalIndexStart(vtkIdType start) |
| 324 | { |
| 325 | this->Datas->GlobalIndexStart = start; |
| 326 | } |
| 327 | |
| 328 | //--------------------------------------------------------------------------- |
| 329 | void vtkHyperTree::SetGlobalIndexFromLocal(vtkIdType index, vtkIdType global) |
no outgoing calls