----------------------------------------------------------------------------
| 2039 | |
| 2040 | //---------------------------------------------------------------------------- |
| 2041 | std::string vtkHDFReader::GetAttributeOriginalIdName(vtkIdType attribute) |
| 2042 | { |
| 2043 | return this->AttributesOriginalIdName.at(attribute); |
| 2044 | } |
| 2045 | |
| 2046 | //---------------------------------------------------------------------------- |
| 2047 | void vtkHDFReader::SetAttributeOriginalIdName(vtkIdType attribute, const std::string& name) |
no test coverage detected