MCPcopy Create free account
hub / github.com/Kitware/VTK / GetAttributeOriginalIdName

Method GetAttributeOriginalIdName

IO/HDF/vtkHDFReader.cxx:2041–2044  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 3

vtkHDFReaderMethod · 0.95
ReadMethod · 0.95
CleanOriginalIdsMethod · 0.95

Calls 1

atMethod · 0.45

Tested by

no test coverage detected