Private Member Functions | |
| DcmRepresentationEntry (const E_TransferSyntax rt, const DcmRepresentationParameter *rp, DcmPixelSequence *pixSeq) | |
| constructor | |
| DcmRepresentationEntry (const DcmRepresentationEntry &oldEntry) | |
| copy constructor | |
| ~DcmRepresentationEntry () | |
| destructor | |
| OFBool | operator== (const DcmRepresentationEntry &x) const |
| comparison operator | |
| OFBool | operator!= (const DcmRepresentationEntry &x) const |
| comparison operator | |
| DcmRepresentationEntry & | operator= (const DcmRepresentationEntry &) |
| private undefined copy assignment operator | |
Private Attributes | |
| E_TransferSyntax | repType |
| transfer syntax | |
| DcmRepresentationParameter * | repParam |
| representation parameter for this pixel sequence | |
| DcmPixelSequence * | pixSeq |
| the compressed pixel sequence itself | |
Friends | |
| class | DcmPixelData |
There can be multiple compressed versions in parallel, with different transfer syntaxes (compression algorithms) or representation parameters (e.g. compression factors).
Definition at line 88 of file dcpixel.h.
| DcmRepresentationEntry::DcmRepresentationEntry | ( | const E_TransferSyntax | rt, | |
| const DcmRepresentationParameter * | rp, | |||
| DcmPixelSequence * | pixSeq | |||
| ) | [private] |
constructor
| rt | transfer syntax | |
| rp | pointer to representation parameter on heap, will be deleted when this object destructs. | |
| pixSeq | pointer to pixel sequence on heap, will be deleted when this object destructs. |