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

Function SetHeaderTypeToUInt64

IO/XML/vtkXMLWriterBase.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 vtkGetMacro(HeaderType, int);
95 void SetHeaderTypeToUInt32() { this->SetHeaderType(UInt32); }
96 void SetHeaderTypeToUInt64() { this->SetHeaderType(UInt64); }
97 ///@}
98
99 ///@{

Callers

nothing calls this directly

Calls 1

SetHeaderTypeMethod · 0.80

Tested by

no test coverage detected