NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
niftk::GeneralSegmentorEventInterface Class Reference

Interface class, simply to callback onto niftkGeneralSegmentorController class for Undo/Redo purposes. More...

Inheritance diagram for niftk::GeneralSegmentorEventInterface:
Inheritance graph
[legend]
Collaboration diagram for niftk::GeneralSegmentorEventInterface:
Collaboration graph
[legend]

Public Types

typedef
GeneralSegmentorEventInterface 
Self
 
typedef itk::SmartPointer
< const Self
ConstPointer
 
typedef itk::SmartPointer< SelfPointer
 

Public Member Functions

void SetGeneralSegmentorController (GeneralSegmentorController *generalSegmentorController)
 Sets the view to callback on to. More...
 
virtual void ExecuteOperation (mitk::Operation *op) override
 Main execution function. More...
 

Static Public Member Functions

static Pointer New ()
 Creates the object via the ITK object factory. More...
 

Protected Member Functions

 GeneralSegmentorEventInterface ()
 
virtual ~GeneralSegmentorEventInterface ()
 

Detailed Description

Interface class, simply to callback onto niftkGeneralSegmentorController class for Undo/Redo purposes.

Member Typedef Documentation

Constructor & Destructor Documentation

niftk::GeneralSegmentorEventInterface::GeneralSegmentorEventInterface ( )
protected
niftk::GeneralSegmentorEventInterface::~GeneralSegmentorEventInterface ( )
protectedvirtual

Member Function Documentation

void niftk::GeneralSegmentorEventInterface::ExecuteOperation ( mitk::Operation *  op)
overridevirtual

Main execution function.

static Pointer niftk::GeneralSegmentorEventInterface::New ( )
static

Creates the object via the ITK object factory.

void niftk::GeneralSegmentorEventInterface::SetGeneralSegmentorController ( GeneralSegmentorController generalSegmentorController)

Sets the view to callback on to.


The documentation for this class was generated from the following files: