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

Method PrintXML

Common/DataModel/vtkXMLDataElement.cxx:433–438  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

431
432//------------------------------------------------------------------------------
433void vtkXMLDataElement::PrintXML(const char* fname)
434{
435 vtksys::ofstream of(fname);
436 of.imbue(std::locale::classic());
437 this->PrintXML(of, vtkIndent());
438}
439
440//------------------------------------------------------------------------------
441void vtkXMLDataElement::PrintXML(ostream& os, vtkIndent indent)

Callers 9

WriteSVGMethod · 0.80
writeScalarInfoFunction · 0.80
writeVectorInfoFunction · 0.80
WriteInformationMethod · 0.80
ConvertMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
PrintSelfMethod · 0.80
AddXMLMethod · 0.80

Calls 4

PrintWithEscapedDataMethod · 0.95
PrintCharacterDataMethod · 0.95
GetNextIndentMethod · 0.80
vtkIndentFunction · 0.50

Tested by

no test coverage detected