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

Interface class, simply to callback operations onto the PaintbrushTool. More...

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

Public Types

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

Public Member Functions

void SetPaintbrushTool (PaintbrushTool *paintbrushTool)
 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

 PaintbrushToolEventInterface ()
 
 ~PaintbrushToolEventInterface ()
 

Detailed Description

Interface class, simply to callback operations onto the PaintbrushTool.

Member Typedef Documentation

typedef itk::SmartPointer<const Self> niftk::PaintbrushToolEventInterface::ConstPointer

Constructor & Destructor Documentation

niftk::PaintbrushToolEventInterface::PaintbrushToolEventInterface ( )
protected
niftk::PaintbrushToolEventInterface::~PaintbrushToolEventInterface ( )
protected

Member Function Documentation

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

Main execution function.

static Pointer niftk::PaintbrushToolEventInterface::New ( )
static

Creates the object via the ITK object factory.

void niftk::PaintbrushToolEventInterface::SetPaintbrushTool ( PaintbrushTool paintbrushTool)

Sets the tool to callback on to.


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