* Return a vector with the size of each dimension allocated. * @return A std::vector with the size of each dimension. If no memory has been allocated, it will return * an empty std::vector. */
| 236 | * an empty std::vector. |
| 237 | */ |
| 238 | inline std::vector<int> getSize() const |
| 239 | { |
| 240 | return mSize; |
| 241 | } |
| 242 | |
| 243 | /** |
| 244 | * Return a vector with the size of the desired dimension. |