porting vtkHyperOctree to vtkHyperTreeGrid

Hi, I’m looking for any resources which might be available as I try to port some code which used vtkHyperOctree. The new classes of vtkHyperTree(Grid) don’t great documentation regarding how the pieces fit together, for instance the differences in the types of cursors, or even how to set up the initial HyperTrees within the dual grid.

Any help greatly appreciated.

Regards,
-T

Follow up question, I’ve soft of slogged my way through this, but I can’t figure out how to set cell data at the leaves only. In vtkHyperOctree it was possible to use
hyperTree->GetLeafData()->AddArray( myArrayOfData );

but I can’t figure out where this functionality lives now?

Thanks,

Trevor