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

Function GetHeader

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

Source from the content-addressed store, hash-verified

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(); }
47 void SetFileTypeToASCII() { this->Writer->SetFileType(VTK_ASCII); }

Callers

nothing calls this directly

Calls 1

GetHeaderMethod · 0.80

Tested by

no test coverage detected