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

Method GetTextKey

IO/Image/vtkPNGReader.cxx:701–704  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

699
700//------------------------------------------------------------------------------
701const char* vtkPNGReader::GetTextKey(int index)
702{
703 return this->Internals->TextKeyValue[index].first.c_str();
704}
705
706//------------------------------------------------------------------------------
707vtkStringArray* vtkPNGReader::GetTextKeys()

Callers 1

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected