MeVisLab Toolbox Reference
|
Structure providing SEG IOD specific information for and about composed BitImage Frame heap to be saved. More...
#include <mlEnhancedMultiFrameTools.h>
Public Attributes | |
MLint | startFrame |
The index of the first frame in the Enhanced multi-frame Heap of frames unrolled in the z-dimension. | |
MLint | segmentFrames |
The number of frames in the Enhanced multi-frame Heap of frames unrolled in the z-dimension. | |
SubImageBox | box |
The subimage box of the segment in voxel position related to the inputPagedImage. | |
Structure providing SEG IOD specific information for and about composed BitImage Frame heap to be saved.
Definition at line 211 of file mlEnhancedMultiFrameTools.h.
SubImageBox ml::SegmentInfos::box |
The subimage box of the segment in voxel position related to the inputPagedImage.
Definition at line 217 of file mlEnhancedMultiFrameTools.h.
MLint ml::SegmentInfos::segmentFrames |
The number of frames in the Enhanced multi-frame Heap of frames unrolled in the z-dimension.
Definition at line 215 of file mlEnhancedMultiFrameTools.h.
MLint ml::SegmentInfos::startFrame |
The index of the first frame in the Enhanced multi-frame Heap of frames unrolled in the z-dimension.
Definition at line 213 of file mlEnhancedMultiFrameTools.h.