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

Function IsLeaf

Filters/HyperTree/vtkHyperTreeGridGradient.cxx:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40template <>
41bool IsLeaf(vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor* cursor, vtkIdType sid)
42{
43 if (sid == vtkHyperTreeGrid::InvalidIndex)
44 return cursor->IsRealLeaf();
45 return cursor->IsRealLeaf(sid);
46}
47
48bool IsCoarse(vtkHyperTreeGridNonOrientedUnlimitedMooreSuperCursor* cursor,
49 vtkIdType sid = vtkHyperTreeGrid::InvalidIndex)

Callers 1

Calls 1

IsRealLeafMethod · 0.45

Tested by

no test coverage detected