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

Method WriteData

IO/Core/vtkArrayWriter.cxx:273–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void vtkArrayWriter::WriteData()
274{
275 if (this->WriteToOutputString)
276 {
277 this->OutputString = this->Write(this->Binary > 0);
278 }
279 else
280 {
281 this->Write(this->FileName ? this->FileName : "", this->Binary > 0);
282 }
283}
284
285int vtkArrayWriter::Write()
286{

Callers 1

RequestDataMethod · 0.45

Calls 1

WriteMethod · 0.95

Tested by

no test coverage detected