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

Method WriteData

IO/Core/vtkArrayDataWriter.cxx:46–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void vtkArrayDataWriter::WriteData()
47{
48 if (this->WriteToOutputString)
49 {
50 this->OutputString = this->Write(this->Binary > 0);
51 }
52 else
53 {
54 this->Write(this->FileName ? this->FileName : "", this->Binary > 0);
55 }
56}
57
58int vtkArrayDataWriter::Write()
59{

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.95

Tested by

no test coverage detected