DSRTreeNode Class Reference

Class for tree nodes. More...

Inheritance diagram for DSRTreeNode:

DSRTypes DSRDocumentTreeNode DSRByReferenceTreeNode DSRCodeTreeNode DSRCompositeTreeNode DSRContainerTreeNode DSRDateTimeTreeNode DSRDateTreeNode DSRImageTreeNode DSRNumTreeNode DSRPNameTreeNode DSRSCoord3DTreeNode DSRSCoordTreeNode DSRTCoordTreeNode DSRTextTreeNode DSRTimeTreeNode DSRUIDRefTreeNode DSRWaveformTreeNode List of all members.

Public Member Functions

 DSRTreeNode ()
 default constructor
virtual ~DSRTreeNode ()
 destructor

Protected Attributes

DSRTreeNodePrev
 pointer to previous tree node (if any)
DSRTreeNodeNext
 pointer to next tree node (if any)
DSRTreeNodeDown
 pointer to first child node (if any)
const size_t Ident
 unique identifier (created automatically)

Private Member Functions

 DSRTreeNode (const DSRTreeNode &)
DSRTreeNodeoperator= (const DSRTreeNode &)

Static Private Attributes

static size_t IdentCounter
 global counter used to create the unique identifiers

Friends

class DSRTreeNodeCursor
class DSRTree

Detailed Description

Class for tree nodes.

Definition at line 46 of file dsrtree.h.


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


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1