Search found 1 match

by DrManette
Sun, 2019-10-20, 22:17
Forum: DCMTK - General
Topic: Newbie questions on DcmFileFormat and DcmInputStream
Replies: 2
Views: 2669

Newbie questions on DcmFileFormat and DcmInputStream

Hi, I've just started to use DCMTK and have a few questions regarding the first step: reading a file. 1. Is there a way to read a file really lazy? It seems DcmFileFormat::read and DcmFileFormat::loadFile reads more than just the header. 2. When you copy a DcmFileFormat object, is it a shallow copy?...