@{ * Get the index at the beginning of the current span. */
| 80 | * Get the index at the beginning of the current span. |
| 81 | */ |
| 82 | void GetIndex(int result[3]) |
| 83 | { |
| 84 | result[0] = this->Index[0]; |
| 85 | result[1] = this->Index[1]; |
| 86 | result[2] = this->Index[2]; |
| 87 | } |
| 88 | ///@} |
| 89 | |
| 90 | /** |
no outgoing calls
no test coverage detected