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

Method IsRealLeaf

Common/DataModel/vtkHyperTreeGridGeometryUnlimitedEntry.cxx:128–133  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

126
127//------------------------------------------------------------------------------
128bool vtkHyperTreeGridGeometryUnlimitedEntry::IsRealLeaf(const vtkHyperTree* tree) const
129{
130 assert("pre: not_tree" && tree);
131 assert("pre: not_virtual" && !this->IsVirtualLeaf(tree));
132 return tree->IsLeaf(this->Index);
133}
134
135//------------------------------------------------------------------------------
136bool vtkHyperTreeGridGeometryUnlimitedEntry::IsVirtualLeaf(

Callers 3

IsLeafFunction · 0.45
IsCoarseFunction · 0.45

Calls 3

IsVirtualLeafMethod · 0.95
assertFunction · 0.50
IsLeafMethod · 0.45

Tested by

no test coverage detected