Set the dimension's end * * @param[in] end The new end */
| 124 | * @param[in] end The new end |
| 125 | */ |
| 126 | void set_end(int end) |
| 127 | { |
| 128 | _end = end; |
| 129 | } |
| 130 | /** Check whether two Dimensions are equal. |
| 131 | * |
| 132 | * @param[in] lhs LHS Dimensions |
no outgoing calls
no test coverage detected