Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit

#include <mitkSegTool2D.h>

Collaboration diagram for mitk::SegTool2D::SliceInformation:

Public Member Functions

 SliceInformation ()
 
 SliceInformation (mitk::Image *slice, mitk::PlaneGeometry *plane, unsigned int timestep)
 

Public Attributes

mitk::Image::Pointer slice
 
mitk::PlaneGeometryplane
 
unsigned int timestep
 

Detailed Description

Definition at line 103 of file mitkSegTool2D.h.

Constructor & Destructor Documentation

mitk::SegTool2D::SliceInformation::SliceInformation ( )
inline

Definition at line 109 of file mitkSegTool2D.h.

mitk::SegTool2D::SliceInformation::SliceInformation ( mitk::Image slice,
mitk::PlaneGeometry plane,
unsigned int  timestep 
)
inline

Definition at line 110 of file mitkSegTool2D.h.

Member Data Documentation

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

Definition at line 106 of file mitkSegTool2D.h.

Referenced by mitk::SegTool2D::WriteSliceToVolume().

mitk::Image::Pointer mitk::SegTool2D::SliceInformation::slice
unsigned int mitk::SegTool2D::SliceInformation::timestep

Definition at line 107 of file mitkSegTool2D.h.

Referenced by mitk::SegTool2D::WriteSliceToVolume().


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