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

Method WriteHeader

IO/XML/vtkXMLStatisticalModelWriter.cxx:176–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176int vtkXMLStatisticalModelWriter::WriteHeader()
177{
178 vtkIndent indent = vtkIndent().GetNextIndent();
179
180 ostream& os = *(this->Stream);
181
182 if (!this->WritePrimaryElement(os, indent))
183 {
184 return 0;
185 }
186
187 this->WriteFieldData(indent.GetNextIndent());
188
189 // Do not support appended data for now.
190 return 1;
191}
192
193int vtkXMLStatisticalModelWriter::WriteAPiece()
194{

Callers 1

ProcessRequestMethod · 0.95

Calls 4

GetNextIndentMethod · 0.80
WritePrimaryElementMethod · 0.80
vtkIndentClass · 0.50
WriteFieldDataMethod · 0.45

Tested by

no test coverage detected