Get a pointer to a dimension's detail information. \param id ID of the dimension. \return A pointer a dimension's detail. */
| 225 | \return A pointer a dimension's detail. |
| 226 | */ |
| 227 | const Dimension::Detail* dimDetail(Dimension::Id id) const |
| 228 | { |
| 229 | return &(m_detail[Utils::toNative(id)]); |
| 230 | } |
| 231 | |
| 232 | /** |
| 233 | Change from offset to order. Only call during finalize. |