@{ * Provide an accessor to the bounds. Valid after the locator is built. */
| 83 | * Provide an accessor to the bounds. Valid after the locator is built. |
| 84 | */ |
| 85 | virtual double* GetBounds() { return this->Bounds; } |
| 86 | virtual void GetBounds(double*); |
| 87 | ///@} |
| 88 |
no outgoing calls
no test coverage detected