MCPcopy 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

NextMethod · 0.45
ReduceMethod · 0.45
IntersectWithLineMethod · 0.45
FindCellsWithinBoundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected