VTK
|
Go to the source code of this file.
Classes | |
class | vtkByteSwap |
perform machine dependent byte swapping More... | |
Macros | |
#define | VTK_BYTE_SWAP_DECL(T) |
Type-safe swap signatures to swap for storage in either Little Endian or Big Endian format. More... | |
#define VTK_BYTE_SWAP_DECL | ( | T | ) |
Type-safe swap signatures to swap for storage in either Little Endian or Big Endian format.
Swapping is performed according to the true size of the type given.
Definition at line 45 of file vtkByteSwap.h.