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

Function SetByteOrderToBigEndian

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

Source from the content-addressed store, hash-verified

82 vtkSetMacro(ByteOrder, int);
83 vtkGetMacro(ByteOrder, int);
84 void SetByteOrderToBigEndian() { this->SetByteOrder(BigEndian); }
85 void SetByteOrderToLittleEndian() { this->SetByteOrder(LittleEndian); }
86 ///@}
87

Callers

nothing calls this directly

Calls 1

SetByteOrderMethod · 0.80

Tested by

no test coverage detected