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

Method DcmStack

dcmdata/libsrc/dcstack.cc:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71DcmStack::DcmStack()
72{
73Bdebug((6, "dcstack:DcmStack::DcmStack()" ));
74debug(( 8, "Object pointer this=0x%p", this ));
75
76 topNode = (DcmStackNode*)NULL;
77 cardinality = 0;
78Edebug(());
79
80}
81
82
83// ************************************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected