MCPcopy Create free account
hub / github.com/DCMTK/dcmtk / DcmFileFormat

Method DcmFileFormat

dcmdata/libsrc/dcfilefo.cc:55–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54
55DcmFileFormat::DcmFileFormat()
56 : DcmSequenceOfItems(InternalUseTag)
57{
58 Bdebug((5, "dcfilefo:DcmFileFormat::DcmFileFormat()" ));
59 debug(( 8, "Object pointer this=0x%p", this ));
60
61 DcmMetaInfo *MetaInfo = new DcmMetaInfo();
62 DcmSequenceOfItems::itemList->insert( MetaInfo );
63 DcmDataset *Dataset = new DcmDataset();
64 DcmSequenceOfItems::itemList->insert( Dataset );
65 Edebug(());
66
67}
68
69
70// ********************************

Callers

nothing calls this directly

Calls 2

insertMethod · 0.45
identMethod · 0.45

Tested by

no test coverage detected