|
Medical Imaging Interaction Toolkit
2025.08.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 179 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 182 of file mitkSegTool2D.h.
| mitk::Image::ConstPointer mitk::SegTool2D::SliceInformation::slice |
Definition at line 181 of file mitkSegTool2D.h.
| unsigned int mitk::SegTool2D::SliceInformation::slicePosition |
Definition at line 184 of file mitkSegTool2D.h.
| mitk::TimeStepType mitk::SegTool2D::SliceInformation::timestep |
Definition at line 183 of file mitkSegTool2D.h.