Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
#include <mitkSegTool2D.h>
Public Member Functions | |
SliceInformation ()=default | |
SliceInformation (const mitk::Image *aSlice, const mitk::PlaneGeometry *aPlane, mitk::TimeStepType aTimestep) | |
Public Attributes | |
mitk::Image::ConstPointer | slice |
const mitk::PlaneGeometry * | plane |
mitk::TimeStepType | timestep |
unsigned int | slicePosition |
Definition at line 162 of file mitkSegTool2D.h.
|
default |
mitk::SegTool2D::SliceInformation::SliceInformation | ( | const mitk::Image * | aSlice, |
const mitk::PlaneGeometry * | aPlane, | ||
mitk::TimeStepType | aTimestep | ||
) |
const mitk::PlaneGeometry* mitk::SegTool2D::SliceInformation::plane |
Definition at line 165 of file mitkSegTool2D.h.
mitk::Image::ConstPointer mitk::SegTool2D::SliceInformation::slice |
Definition at line 164 of file mitkSegTool2D.h.
unsigned int mitk::SegTool2D::SliceInformation::slicePosition |
Definition at line 167 of file mitkSegTool2D.h.
mitk::TimeStepType mitk::SegTool2D::SliceInformation::timestep |
Definition at line 166 of file mitkSegTool2D.h.