DCMTK  Version 3.6.1 20120515
OFFIS DICOM Toolkit
Public Member Functions | Public Attributes | Private Member Functions
DcmPathNode Class Reference

Class representing a node in DcmPath. More...

List of all members.

Public Member Functions

 DcmPathNode ()
 Constructor.
 DcmPathNode (DcmObject *obj, Uint32 itemNo)
 Constructor.
 ~DcmPathNode ()
 Destructor.

Public Attributes

DcmObjectm_obj
 Pointer to object this search node points to.
Uint32 m_itemNo
 The item number of the item in m_obj; only useful if m_obj is an item.

Private Member Functions

 DcmPathNode (const DcmPathNode &rhs)
 Private undefined copy constructor.
DcmPathNodeoperator= (const DcmPathNode &arg)
 Private undefined assignment operator.

Detailed Description

Class representing a node in DcmPath.

A node contains just a pointer to a DcmObject (e.g. a sequence or an item). Additionally an item number is stored which also makes sense in case that the object pointed to is an item. The item number is necessary because when having only a pointer to a DcmItem there is no way to find out at which position the item actually has in the surrounding sequence.


Constructor & Destructor Documentation

Constructor.

Creates empty path node.

DcmPathNode::DcmPathNode ( DcmObject obj,
Uint32  itemNo 
) [inline]

Constructor.

Creates search node from object pointer and item number.

Parameters:
obj[in] The object the search node points to. The memory of the given DICOM object is not handled by the node itself but must be handled (i.e. freed) from outside.
itemNo[in] The item number that should be set. Only relevant if obj parameter contains an item

Destructor.

Nothing to do, the DICOM object is not freed automatically!


The documentation for this class was generated from the following file:


Generated on Tue May 15 2012 for DCMTK Version 3.6.1 20120515 by Doxygen 1.7.5.1-20111027