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

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

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

Public Types

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

Public Member Functions

void SetPolyTool (PolyTool *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

 PolyToolEventInterface ()
 
 ~PolyToolEventInterface ()
 

Detailed Description

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

niftk::PolyToolEventInterface::PolyToolEventInterface ( )
protected
niftk::PolyToolEventInterface::~PolyToolEventInterface ( )
protected

Member Function Documentation

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

Main execution function.

static Pointer niftk::PolyToolEventInterface::New ( )
static

Creates the object via the ITK object factory.

void niftk::PolyToolEventInterface::SetPolyTool ( PolyTool tool)

Sets the tool to callback on to.


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