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

Method DcmStackNode

dcmdata/libsrc/dcstack.cc:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32DcmStackNode::DcmStackNode( DcmObject *obj )
33{
34Bdebug((6, "dcstack:DcmStackNode::DcmStackNode(DcmObject*)" ));
35debug(( 8, "Object pointer this=0x%p", this ));
36
37 objNodeValue = obj;
38 link = (DcmStackNode*)NULL;
39Edebug(());
40
41}
42
43
44// ********************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected