MLABDicomTree Class Reference

This class wraps a DCMTree::TreePtr for scripting use. More...

List of all members.

Public Slots

Scripting access
QString getPrivateCreator (int group, int element)
MLABDicomTaggetTag (const QString &name)
MLABDicomTaggetTagById (int group, int element)
QList< MLABDicomTag * > getTags ()


Detailed Description

This class wraps a DCMTree::TreePtr for scripting use.

Objects of this class are handed to the scripting API and deleted when not referenced anymore (at least under Python).


Member Function Documentation

QString MLABDicomTree::getPrivateCreator ( int  group,
int  element 
) [slot]

Get private creator string for id given by group id and element id.

MLABDicomTag* MLABDicomTree::getTag ( const QString &  name  )  [slot]

Get tag from DICOM tree selected either by name or by id with format "(xxxx,yyyy)", where xxxx is the group id and yyyy is the element id.

MLABDicomTag* MLABDicomTree::getTagById ( int  group,
int  element 
) [slot]

Get tag from DICOM tree selected by group and element id.

QList<MLABDicomTag*> MLABDicomTree::getTags (  )  [slot]

Get list of all DICOM tags contained in this tree.

This method is only accessible from Python.


Generated on Sat Sep 3 18:38:02 2011 for MeVisLab Scripting Reference by  doxygen 1.5.8