MeVisLab Toolbox Reference
ml::DicomToMLTools::PositionSpecificDouble Struct Reference

Helper structure to store a z, t, u position with an associated double value. More...

#include <mlDicomFrameSelectionTools.h>

Public Member Functions

 PositionSpecificDouble (MLint z=0, MLint t=0, MLint u=0, MLdouble v=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...
 
MLdouble doubleVal
 Pointer to a tag from that frame. More...
 

Detailed Description

Helper structure to store a z, t, u position with an associated double value.

Definition at line 70 of file mlDicomFrameSelectionTools.h.

Constructor & Destructor Documentation

◆ PositionSpecificDouble()

ml::DicomToMLTools::PositionSpecificDouble::PositionSpecificDouble ( MLint  z = 0,
MLint  t = 0,
MLint  u = 0,
MLdouble  v = 0. 
)
inline

Default and convenience constructor.

Definition at line 72 of file mlDicomFrameSelectionTools.h.

Member Data Documentation

◆ doubleVal

MLdouble ml::DicomToMLTools::PositionSpecificDouble::doubleVal

Pointer to a tag from that frame.

Definition at line 85 of file mlDicomFrameSelectionTools.h.

◆ tPosition

MLint ml::DicomToMLTools::PositionSpecificDouble::tPosition

Temporal position of the frame.

Definition at line 79 of file mlDicomFrameSelectionTools.h.

◆ uPosition

MLint ml::DicomToMLTools::PositionSpecificDouble::uPosition

U-Dimension position of the frame.

Definition at line 82 of file mlDicomFrameSelectionTools.h.

◆ zPosition

MLint ml::DicomToMLTools::PositionSpecificDouble::zPosition

Spatial position of the frame.

Definition at line 76 of file mlDicomFrameSelectionTools.h.


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