a class that allows for a lookup of Transfer Syntax properties and readable descriptions
More...
|
const char * | xferID |
| transfer syntax UID
|
|
const char * | xferName |
| transfer syntax name
|
|
E_TransferSyntax | xferSyn |
| transfer syntax enum
|
|
E_ByteOrder | byteOrder |
| transfer syntax byte order
|
|
E_VRType | vrType |
| transfer syntax VR encoding (implicit/explicit)
|
|
E_JPEGEncapsulated | encapsulated |
| transfer syntax encapsulated or native
|
|
Uint32 | JPEGProcess8 |
| 8-bit lossy JPEG process ID for this transfer syntax, 0 if not applicable
|
|
Uint32 | JPEGProcess12 |
| 12-bit lossy JPEG process ID for this transfer syntax, 0 if not applicable
|
|
OFBool | lossy |
| flag indicating whether this transfer syntax uses a lossy compression
|
|
OFBool | retired |
| flag indicating whether this transfer syntax has been retired from DICOM
|
|
E_StreamCompression | streamCompression |
| transfer syntax stream compression type
|
|
a class that allows for a lookup of Transfer Syntax properties and readable descriptions
DcmXfer::DcmXfer |
( |
E_TransferSyntax |
xfer | ) |
|
DcmXfer::DcmXfer |
( |
const char * |
xferName_xferID | ) |
|
constructor
- Parameters
-
xferName_xferID | transfer syntax name as string |
Uint32 DcmXfer::getJPEGProcess12Bit |
( |
| ) |
const |
|
inline |
return 12-bit JPEG process ID for this transfer syntax.
Lossy JPEG transfer syntaxes support two alternative JPEG encoding processes - 8 and 12 bits. When called for a non-JPEG transfer syntax, returns 0.
- Returns
- 12-bit JPEG process ID
Uint32 DcmXfer::getJPEGProcess8Bit |
( |
| ) |
const |
|
inline |
return 8-bit JPEG process ID for this transfer syntax.
Lossy JPEG transfer syntaxes support two alternative JPEG encoding processes - 8 and 12 bits. When called for a non-JPEG transfer syntax, returns 0.
- Returns
- 8-bit JPEG process ID
E_StreamCompression DcmXfer::getStreamCompression |
( |
| ) |
const |
|
inline |
get stream compression type for this transfer syntax
- Returns
- stream compression type for this transfer syntax
OFBool DcmXfer::isLossless |
( |
| ) |
const |
|
inline |
check whether transfer syntax uses a lossless compression or no compression
- Returns
- true if transfer syntax uses a lossless compression or no compression, false otherwise
OFBool DcmXfer::isLossy |
( |
| ) |
const |
|
inline |
check whether transfer syntax uses a lossy compression
- Returns
- true if transfer syntax uses a lossy compression, false otherwise
OFBool DcmXfer::isRetired |
( |
| ) |
const |
|
inline |
check whether transfer syntax is retired
- Returns
- true if transfer syntax is retired, false otherwise
Uint32 DcmXfer::sizeofTagHeader |
( |
DcmEVR |
evr | ) |
const |
return the number of bytes needed to describe the tag, length, VR and any reserved fields for this transfer syntax when encoding the specified VR.
- Parameters
-
evr | value representation to be encoded in this transfer syntax |
- Returns
- number of bytes needed
The documentation for this class was generated from the following file:
- dcmdata/include/dcmtk/dcmdata/dcxfer.h