|
GDCM
2.2.4
|
SwapCode representation. More...
#include <gdcmSwapCode.h>
Public Types | |
| enum | SwapCodeType { Unknown = 0, LittleEndian = 1234, BigEndian = 4321, BadLittleEndian = 3412, BadBigEndian = 2143 } |
Public Member Functions | |
| SwapCode (SwapCodeType sc=Unknown) | |
| operator SwapCode::SwapCodeType () const | |
Static Public Member Functions | |
| static const char * | GetSwapCodeString (SwapCode const &sc) |
Static Protected Member Functions | |
| static int | GetIndex (SwapCode const &sc) |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SwapCode &sc) |
SwapCode representation.
|
inline |
|
staticprotected |
|
static |
Referenced by gdcm::operator<<().
|
inline |
|
friend |
1.8.6