| 398 | } |
| 399 | |
| 400 | void vtkPNGWriter::ClearText() |
| 401 | { |
| 402 | vtkInternals* impl = this->Internals; |
| 403 | if (!impl->TextKeyValue.empty()) |
| 404 | { |
| 405 | impl->TextKeyValue.clear(); |
| 406 | this->Modified(); |
| 407 | } |
| 408 | } |
| 409 | VTK_ABI_NAMESPACE_END |
no test coverage detected