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

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

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

Public Types

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

Public Member Functions

void SetDrawTool (DrawTool *tool)
 Sets the tool 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

 DrawToolEventInterface ()
 
 ~DrawToolEventInterface ()
 

Detailed Description

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

niftk::DrawToolEventInterface::DrawToolEventInterface ( )
protected
niftk::DrawToolEventInterface::~DrawToolEventInterface ( )
protected

Member Function Documentation

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

Main execution function.

static Pointer niftk::DrawToolEventInterface::New ( )
static

Creates the object via the ITK object factory.

void niftk::DrawToolEventInterface::SetDrawTool ( DrawTool tool)

Sets the tool to callback on to.


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