#include "vtkObject.h"


Go to the source code of this file.
Classes | |
| class | vtkByteSwap |
| perform machine dependent byte swapping More... | |
Defines | |
| #define | VTK_BYTE_SWAP_DECL(T) |
| #define VTK_BYTE_SWAP_DECL | ( | T | ) |
Value:
static void SwapLE(T* p); \ static void SwapBE(T* p); \ static void SwapLERange(T* p, vtkIdType num); \ static void SwapBERange(T* p, vtkIdType num); \ static void SwapLERangeWrite(const T* p, vtkIdType num, FILE* file); \ static void SwapBERangeWrite(const T* p, vtkIdType num, FILE* file); \ static void SwapLERangeWrite(const T* p, vtkIdType num, ostream* os); \ static void SwapBERangeWrite(const T* p, vtkIdType num, ostream* os)
Definition at line 42 of file vtkByteSwap.h.
1.5.6