Searched defs:SwapArray (Results 1 – 4 of 4) sorted by relevance
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/Common/ |
H A D | gdcmSwapper.h | 28 template <typename T> static void SwapArray(T *, unsigned int ) {} in SwapArray() function 36 static void SwapArray(T *array, unsigned int n) in SwapArray() function
|
H A D | gdcmSwapper.txx | 129 template <> inline void SwapperNoOp::SwapArray(uint8_t *, unsigned int ) {} in SwapArray() function in gdcm::SwapperNoOp 131 template <> inline void SwapperNoOp::SwapArray(float *array, unsigned int n) in SwapArray() function in gdcm::SwapperNoOp 143 template <> inline void SwapperNoOp::SwapArray(double *array, unsigned int n) in SwapArray() function in gdcm::SwapperNoOp
|
/dports/devel/gdcm/gdcm-3.0.10/Source/Common/ |
H A D | gdcmSwapper.h | 28 template <typename T> static void SwapArray(T *, unsigned int ) {} in SwapArray() function 36 static void SwapArray(T *array, unsigned int n) in SwapArray() function
|
H A D | gdcmSwapper.txx | 129 template <> inline void SwapperNoOp::SwapArray(uint8_t *, unsigned int ) {} in SwapArray() function in gdcm::SwapperNoOp 131 template <> inline void SwapperNoOp::SwapArray(float *array, unsigned int n) in SwapArray() function in gdcm::SwapperNoOp 143 template <> inline void SwapperNoOp::SwapArray(double *array, unsigned int n) in SwapArray() function in gdcm::SwapperNoOp
|