Protected class of mitk::SegmentationInterpolationController. Don't use (you shouldn't be able to do so)! More...
#include <mitkSegmentationInterpolationController.h>
Public Member Functions | |
SetChangedSliceOptions (unsigned int sd, unsigned int si, unsigned int d0, unsigned int d1, unsigned int t, void *pixels) | |
Public Attributes | |
unsigned int | sliceDimension |
unsigned int | sliceIndex |
unsigned int | dim0 |
unsigned int | dim1 |
unsigned int | timeStep |
void * | pixelData |
Protected class of mitk::SegmentationInterpolationController. Don't use (you shouldn't be able to do so)!
Definition at line 146 of file mitkSegmentationInterpolationController.h.
mitk::SegmentationInterpolationController::SetChangedSliceOptions::SetChangedSliceOptions | ( | unsigned int | sd, |
unsigned int | si, | ||
unsigned int | d0, | ||
unsigned int | d1, | ||
unsigned int | t, | ||
void * | pixels | ||
) | [inline] |
Definition at line 149 of file mitkSegmentationInterpolationController.h.
: sliceDimension(sd), sliceIndex(si), dim0(d0), dim1(d1), timeStep(t), pixelData(pixels) { }
Definition at line 156 of file mitkSegmentationInterpolationController.h.
Referenced by mitk::SegmentationInterpolationController::ScanChangedSlice().
Definition at line 157 of file mitkSegmentationInterpolationController.h.
Referenced by mitk::SegmentationInterpolationController::ScanChangedSlice().
Definition at line 159 of file mitkSegmentationInterpolationController.h.
Referenced by mitk::SegmentationInterpolationController::ScanChangedSlice().
Definition at line 154 of file mitkSegmentationInterpolationController.h.
Referenced by mitk::SegmentationInterpolationController::ScanChangedSlice().
Definition at line 155 of file mitkSegmentationInterpolationController.h.
Referenced by mitk::SegmentationInterpolationController::ScanChangedSlice().
Definition at line 158 of file mitkSegmentationInterpolationController.h.
Referenced by mitk::SegmentationInterpolationController::ScanChangedSlice().