| 151 | return (this->Index >> 2) + 1; |
| 152 | } |
| 153 | T GetDimension() const { return this->Index & 3; } |
| 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) |
no outgoing calls
no test coverage detected