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