MeVisLab Toolbox Reference
ml::DicomToMLTools::FrameSpecificTags Struct Reference

Helper structure to store a z, t, u position of a frame in a structured multi-frame tree, and a tag belonging to that frame. More...

#include <mlDicomFrameSelectionTools.h>

Public Member Functions

 FrameSpecificTags (MLint z=0, MLint t=0, MLint u=0)
 Default and convenience constructor. More...
 

Public Attributes

MLint zPosition
 Spatial position of the frame. More...
 
MLint tPosition
 Temporal position of the frame. More...
 
MLint uPosition
 U-Dimension position of the frame. More...
 
std::map< DCMTree::RawTagId, DCMTree::Const_TagPtrtagMap
 Storage for found pointers (does not use DCMTree::Tree because it supports no addition of constant tags without deep-copying). More...
 

Detailed Description

Helper structure to store a z, t, u position of a frame in a structured multi-frame tree, and a tag belonging to that frame.

Definition at line 47 of file mlDicomFrameSelectionTools.h.

Constructor & Destructor Documentation

◆ FrameSpecificTags()

ml::DicomToMLTools::FrameSpecificTags::FrameSpecificTags ( MLint  z = 0,
MLint  t = 0,
MLint  u = 0 
)
inline

Default and convenience constructor.

Definition at line 49 of file mlDicomFrameSelectionTools.h.

Member Data Documentation

◆ tagMap

std::map<DCMTree::RawTagId, DCMTree::Const_TagPtr> ml::DicomToMLTools::FrameSpecificTags::tagMap

Storage for found pointers (does not use DCMTree::Tree because it supports no addition of constant tags without deep-copying).

Definition at line 63 of file mlDicomFrameSelectionTools.h.

◆ tPosition

MLint ml::DicomToMLTools::FrameSpecificTags::tPosition

Temporal position of the frame.

Definition at line 56 of file mlDicomFrameSelectionTools.h.

◆ uPosition

MLint ml::DicomToMLTools::FrameSpecificTags::uPosition

U-Dimension position of the frame.

Definition at line 59 of file mlDicomFrameSelectionTools.h.

◆ zPosition

MLint ml::DicomToMLTools::FrameSpecificTags::zPosition

Spatial position of the frame.

Definition at line 53 of file mlDicomFrameSelectionTools.h.


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