| 700 | } |
| 701 | |
| 702 | std::string |
| 703 | XdmfArray::getDimensionsString() const |
| 704 | { |
| 705 | const std::vector<unsigned int> dimensions = this->getDimensions(); |
| 706 | return GetValuesString(dimensions.size()).getValuesString(&dimensions[0], |
| 707 | dimensions.size()); |
| 708 | } |
| 709 | |
| 710 | std::map<std::string, std::string> |
| 711 | XdmfArray::getItemProperties() const |
no test coverage detected