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::ContourToolEventInterface Class Reference

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

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

Public Types

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

Public Member Functions

void SetContourTool (ContourTool *tool)
 Sets the tool to callback on to. More...
 
virtual void ExecuteOperation (mitk::Operation *op)
 Main execution function. More...
 

Static Public Member Functions

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

Protected Member Functions

 ContourToolEventInterface ()
 
 ~ContourToolEventInterface ()
 

Detailed Description

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

Member Typedef Documentation

typedef itk::SmartPointer<const Self> niftk::ContourToolEventInterface::ConstPointer
typedef itk::SmartPointer<Self> niftk::ContourToolEventInterface::Pointer

Constructor & Destructor Documentation

niftk::ContourToolEventInterface::ContourToolEventInterface ( )
protected
niftk::ContourToolEventInterface::~ContourToolEventInterface ( )
protected

Member Function Documentation

void niftk::ContourToolEventInterface::ExecuteOperation ( mitk::Operation *  op)
virtual

Main execution function.

static Pointer niftk::ContourToolEventInterface::New ( )
static

Creates the object via the ITK object factory.

void niftk::ContourToolEventInterface::SetContourTool ( ContourTool tool)

Sets the tool to callback on to.


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