Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::MessageDelegate3< R, T, U, V, A > Class Template Reference

#include <mitkMessage.h>

Inheritance diagram for mitk::MessageDelegate3< R, T, U, V, A >:
Collaboration diagram for mitk::MessageDelegate3< R, T, U, V, A >:

Public Member Functions

 MessageDelegate3 (R *object, A(R::*memberFunctionPointer)(T, U, V))
 
virtual ~MessageDelegate3 ()
 
virtual A Execute (T t, U u, V v) const
 
bool operator== (const MessageAbstractDelegate3< T, U, V, A > *c) const
 
MessageAbstractDelegate3< T, U, V, A > * Clone () const
 
- Public Member Functions inherited from mitk::MessageAbstractDelegate3< T, U, V, A >
virtual ~MessageAbstractDelegate3 ()
 

Detailed Description

template<class R, typename T, typename U, typename V, typename A = void>
class mitk::MessageDelegate3< R, T, U, V, A >

Definition at line 267 of file mitkMessage.h.

Constructor & Destructor Documentation

template<class R, typename T, typename U, typename V, typename A = void>
mitk::MessageDelegate3< R, T, U, V, A >::MessageDelegate3 ( R *  object,
A(R::*)(T, U, V)  memberFunctionPointer 
)
inline

Definition at line 272 of file mitkMessage.h.

Referenced by mitk::MessageDelegate3< R, T, U, V, A >::Clone().

template<class R, typename T, typename U, typename V, typename A = void>
virtual mitk::MessageDelegate3< R, T, U, V, A >::~MessageDelegate3 ( )
inlinevirtual

Definition at line 277 of file mitkMessage.h.

Member Function Documentation

template<class R, typename T, typename U, typename V, typename A = void>
MessageAbstractDelegate3<T, U, V, A>* mitk::MessageDelegate3< R, T, U, V, A >::Clone ( ) const
inlinevirtual
template<class R, typename T, typename U, typename V, typename A = void>
virtual A mitk::MessageDelegate3< R, T, U, V, A >::Execute ( t,
u,
v 
) const
inlinevirtual

Implements mitk::MessageAbstractDelegate3< T, U, V, A >.

Definition at line 279 of file mitkMessage.h.

template<class R, typename T, typename U, typename V, typename A = void>
bool mitk::MessageDelegate3< R, T, U, V, A >::operator== ( const MessageAbstractDelegate3< T, U, V, A > *  c) const
inlinevirtual

Implements mitk::MessageAbstractDelegate3< T, U, V, A >.

Definition at line 284 of file mitkMessage.h.


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