| 
    MeVisLab Toolbox 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.   | |
Public Attributes | |
| MLint | zPosition | 
| Spatial position of the frame.   | |
| MLint | tPosition | 
| Temporal position of the frame.   | |
| MLint | uPosition | 
| U-Dimension position of the frame.   | |
| MLdouble | doubleVal | 
| Pointer to a tag from that frame.   | |
Helper structure to store a z, t, u position with an associated double value.
Definition at line 70 of file mlDicomFrameSelectionTools.h.
      
  | 
  inline | 
Default and convenience constructor.
Definition at line 72 of file mlDicomFrameSelectionTools.h.
| MLdouble ml::DicomToMLTools::PositionSpecificDouble::doubleVal | 
Pointer to a tag from that frame.
Definition at line 85 of file mlDicomFrameSelectionTools.h.
| MLint ml::DicomToMLTools::PositionSpecificDouble::tPosition | 
Temporal position of the frame.
Definition at line 79 of file mlDicomFrameSelectionTools.h.
| MLint ml::DicomToMLTools::PositionSpecificDouble::uPosition | 
U-Dimension position of the frame.
Definition at line 82 of file mlDicomFrameSelectionTools.h.
| MLint ml::DicomToMLTools::PositionSpecificDouble::zPosition | 
Spatial position of the frame.
Definition at line 76 of file mlDicomFrameSelectionTools.h.