MCPcopy Create free account
hub / github.com/Kitware/VTK / SetGlobalIndexStart

Method SetGlobalIndexStart

Common/DataModel/vtkHyperTree.cxx:323–326  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 9

generateQuadTreeHTGFunction · 0.36
generateOctreeHTGFunction · 0.36
generateTree2Function · 0.36
generateTreeFunction · 0.36
TestDifferentVolumesFunction · 0.36