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

Function SetHeader

IO/Legacy/vtkDataObjectWriter.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 return this->Writer->GetFileName();
42 }
43 void SetHeader(const char* header) { this->Writer->SetHeader(header); }
44 char* GetHeader() { return this->Writer->GetHeader(); }
45 void SetFileType(int type) { this->Writer->SetFileType(type); }
46 int GetFileType() { return this->Writer->GetFileType(); }

Callers

nothing calls this directly

Calls 1

SetHeaderMethod · 0.80

Tested by

no test coverage detected