PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
pacs-encoding.cppm File Reference

C++20 module partition for DICOM encoding types. More...

Include dependency graph for pacs-encoding.cppm:

Go to the source code of this file.

Namespaces

namespace  pacs
 
namespace  pacs::encoding
 
namespace  pacs::encoding::compression
 
namespace  pacs::encoding::simd
 

Detailed Description

C++20 module partition for DICOM encoding types.

This module partition exports encoding-related types:

  • vr_type: Value Representation enumeration
  • vr_info: VR metadata and validation
  • byte_order: Endianness enumeration
  • byte_swap: Byte swapping utilities
  • transfer_syntax: DICOM Transfer Syntax
  • Codecs: Explicit VR, Implicit VR, Big Endian
  • Compression codecs: JPEG, JPEG-LS, JPEG 2000, RLE
  • SIMD utilities: CPU feature detection, vectorized operations

Part of the kcenon.pacs module.

Definition in file pacs-encoding.cppm.