* \brief Get the number of spatial dimensions. * \return The dimension count. */
| 162 | * \return The dimension count. |
| 163 | */ |
| 164 | int GetDimension() const { return m_Dimension; } |
| 165 | |
| 166 | /** |
| 167 | * \brief Get the size along a specific dimension. |
no outgoing calls
no test coverage detected