Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ IsLeaf
Method
IsLeaf
Common/DataModel/vtkCellTreeLocator.cxx:162–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
this->St = start;
161
}
162
bool IsLeaf() const { return this->Index == 3; }
163
const T& Start() const { return this->St; }
164
const T& Size() const { return this->Sz; }
165
};
Callers
5
Next
Method · 0.45
Reduce
Method · 0.45
IntersectWithLine
Method · 0.45
GenerateRepresentation
Method · 0.45
FindCellsWithinBounds
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected