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

Method MakeLeaf

Common/DataModel/vtkCellTreeLocator.cxx:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 const double& GetLeftMaxValue() const { return this->LeftMax; }
155 const double& GetRightMinValue() const { return this->RightMin; }
156 void MakeLeaf(const T& start, const T& size)
157 {
158 this->Index = 3;
159 this->Sz = size;
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; }

Callers 2

SplitMethod · 0.80
CellTreeBuilderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected