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

Method GetMaxNumberOfTrees

Common/DataModel/vtkHyperTreeGrid.cxx:651–654  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

649
650//------------------------------------------------------------------------------
651vtkIdType vtkHyperTreeGrid::GetMaxNumberOfTrees() const
652{
653 return this->CellDims[0] * this->CellDims[1] * this->CellDims[2];
654}
655
656//------------------------------------------------------------------------------
657unsigned int vtkHyperTreeGrid::GetNumberOfLevels(vtkIdType index)

Callers 15

GetTreeMethod · 0.95
create_amr_HTGMethod · 0.80
RequestDataMethod · 0.80
TestXMLHyperTreeGridIOFunction · 0.80
nonOrientedCursorFunction · 0.80

Calls

no outgoing calls