* Return the spatial dimension of the tree. */
| 355 | * Return the spatial dimension of the tree. |
| 356 | */ |
| 357 | int GetDimension() const { return this->Dimension; } |
| 358 | |
| 359 | /** |
| 360 | * Return the number of children per node of the tree. |
no outgoing calls
no test coverage detected