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

Method IsVirtualLeaf

Common/DataModel/vtkHyperTreeGridGeometryUnlimitedEntry.cxx:136–140  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135//------------------------------------------------------------------------------
136bool vtkHyperTreeGridGeometryUnlimitedEntry::IsVirtualLeaf(
137 const vtkHyperTree* vtkNotUsed(tree)) const
138{
139 return this->LastRealIndex != this->Index;
140}
141
142//------------------------------------------------------------------------------
143bool vtkHyperTreeGridGeometryUnlimitedEntry::IsTerminalNode(

Callers 2

IsRealLeafMethod · 0.95
IsCoarseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected