Medical Imaging Interaction Toolkit  2023.12.99-208cf859
Medical Imaging Interaction Toolkit
mitk::SegTool2D::SliceInformation Struct Reference

#include <mitkSegTool2D.h>

Collaboration diagram for mitk::SegTool2D::SliceInformation:

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::PlaneGeometryplane
 
mitk::TimeStepType timestep
 
unsigned int slicePosition
 

Detailed Description

Definition at line 162 of file mitkSegTool2D.h.

Constructor & Destructor Documentation

◆ SliceInformation() [1/2]

mitk::SegTool2D::SliceInformation::SliceInformation ( )
default

◆ SliceInformation() [2/2]

mitk::SegTool2D::SliceInformation::SliceInformation ( const mitk::Image aSlice,
const mitk::PlaneGeometry aPlane,
mitk::TimeStepType  aTimestep 
)

Member Data Documentation

◆ plane

const mitk::PlaneGeometry* mitk::SegTool2D::SliceInformation::plane

Definition at line 165 of file mitkSegTool2D.h.

◆ slice

mitk::Image::ConstPointer mitk::SegTool2D::SliceInformation::slice

Definition at line 164 of file mitkSegTool2D.h.

◆ slicePosition

unsigned int mitk::SegTool2D::SliceInformation::slicePosition

Definition at line 167 of file mitkSegTool2D.h.

◆ timestep

mitk::TimeStepType mitk::SegTool2D::SliceInformation::timestep

Definition at line 166 of file mitkSegTool2D.h.


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