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

Method WritePData

IO/ParallelXML/vtkXMLPTableWriter.cxx:64–68  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63//------------------------------------------------------------------------------
64void vtkXMLPTableWriter::WritePData(vtkIndent indent)
65{
66 vtkTable* input = this->GetInput();
67 this->WritePRowData(input->GetRowData(), indent);
68}
69
70//------------------------------------------------------------------------------
71int vtkXMLPTableWriter::WritePieceInternal()

Callers

nothing calls this directly

Calls 3

GetInputMethod · 0.95
WritePRowDataMethod · 0.95
GetRowDataMethod · 0.80

Tested by

no test coverage detected