MeVisLabToolboxReference
MeVis/Foundation/Sources/DicomTree/MLDicomTree/DCMTree_TagId.h File Reference

Class to wrap a tag-id. More...

#include <istream>
#include <ostream>
#include <string>
#include "DCMTree_Lib.h"
#include "DCMTree_Serialization.h"

Go to the source code of this file.

Classes

class  DCMTree::TagId
 Class to wrap a tag-id. More...

Namespaces

namespace  DCMTree
 

class to dump a DCMTree dicom message into a human readable file this class could be used as a starter to write a DCMTree::Writer subclass


Functions

std::ostream & DCMTree::operator<< (std::ostream &out, const TagId &t)
std::istream & DCMTree::operator>> (std::istream &in, TagId &t)

Detailed Description

Class to wrap a tag-id.

Author:
Sascha Bohnenkamp
Date:
10/2006

Definition in file DCMTree_TagId.h.