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

Function SetHeaderTypeToUInt32

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SetHeaderTypeMethod · 0.80

Tested by

no test coverage detected