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

Method InitTreeFromDescriptor

Filters/Sources/vtkHyperTreeGridSource.cxx:681–693  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

679
680//------------------------------------------------------------------------------
681void vtkHyperTreeGridSource::InitTreeFromDescriptor(vtkHyperTreeGrid* output,
682 vtkHyperTreeGridNonOrientedCursor* cursor, int treeIdx, int idx[3], int offset)
683{
684 // Subdivide using descriptor
685 if (!this->DescriptorBits)
686 {
687 this->SubdivideFromStringDescriptor(output, cursor, 0, treeIdx, 0, idx, 0, offset);
688 }
689 else
690 {
691 this->SubdivideFromBitsDescriptor(output, cursor, 0, treeIdx, 0, idx, 0);
692 }
693}
694//------------------------------------------------------------------------------
695int vtkHyperTreeGridSource::InitializeFromStringDescriptor()
696{

Callers 1

ProcessTreesMethod · 0.95

Tested by

no test coverage detected