DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Class for tree nodes. More...
Public Member Functions | |
DSRTreeNode () | |
default constructor | |
virtual | ~DSRTreeNode () |
destructor | |
Protected Attributes | |
DSRTreeNode * | Prev |
pointer to previous tree node (if any) | |
DSRTreeNode * | Next |
pointer to next tree node (if any) | |
DSRTreeNode * | Down |
pointer to first child node (if any) | |
const size_t | Ident |
unique identifier (created automatically) | |
Private Member Functions | |
DSRTreeNode (const DSRTreeNode &) | |
DSRTreeNode & | operator= (const DSRTreeNode &) |
Static Private Attributes | |
static size_t | IdentCounter |
global counter used to create the unique identifiers | |
Friends | |
class | DSRTreeNodeCursor |
class | DSRTree |
Class for tree nodes.