13 #ifndef mitkDiffSliceOperation_h_Included 14 #define mitkDiffSliceOperation_h_Included 20 #include <vtkSmartPointer.h> 80 void OnImageDeleted();
TimeStepType GetTimeStep() const
Set timeStep.
Base class of all Operation-classes.
#define MITKSEGMENTATION_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
vtkSmartPointer< vtkImageData > m_Slice
An Operation for applying an edited slice to the volume.
abstract class, that can be used by Undo to undo an operation.
const mitk::Image * GetImage() const
unsigned long m_DeleteObserverTag
#define mitkClassMacro(className, SuperClassName)
mitk::BaseGeometry::ConstPointer m_GuardReferenceGeometry
Image class for storing images.
std::vcl_size_t TimeStepType
SlicedGeometry3D::ConstPointer m_SliceGeometry
Describes the geometry of a data object consisting of slices.
const BaseGeometry * GetWorldGeometry() const
Get the axis where the slice has to be applied in the volume.
BaseGeometry::ConstPointer m_WorldGeometry
const SlicedGeometry3D * GetSliceGeometry() const
Get the axis where the slice has to be applied in the volume.
CompressedImageContainer m_CompressedImageContainer
BaseGeometry Describes the geometry of a data object.
mitk::Image * GetImage()
Get th image volume.