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

Method ClearText

IO/Image/vtkPNGWriter.cxx:400–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 3

emptyMethod · 0.45
clearMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected