VTK
Public Types | Public Member Functions
vtkDoubleDispatcherPrivate::FunctorDoubleDispatcherHelper< BaseLhs, BaseRhs, SomeLhs, SomeRhs, RT, CastLhs, CastRhs, Fun > Class Template Reference

#include <vtkDispatcher_Private.h>

List of all members.

Public Types

typedef RT ResultType

Public Member Functions

 FunctorDoubleDispatcherHelper (const FunctorDoubleDispatcherHelper &rhs)
 FunctorDoubleDispatcherHelper (Fun fun)
ResultType operator() (BaseLhs &lhs, BaseRhs &rhs)

Detailed Description

template<class BaseLhs, class BaseRhs, class SomeLhs, class SomeRhs, typename RT, class CastLhs, class CastRhs, class Fun>
class vtkDoubleDispatcherPrivate::FunctorDoubleDispatcherHelper< BaseLhs, BaseRhs, SomeLhs, SomeRhs, RT, CastLhs, CastRhs, Fun >

Definition at line 208 of file vtkDispatcher_Private.h.


Member Typedef Documentation

template<class BaseLhs , class BaseRhs , class SomeLhs , class SomeRhs , typename RT , class CastLhs , class CastRhs , class Fun >
typedef RT vtkDoubleDispatcherPrivate::FunctorDoubleDispatcherHelper< BaseLhs, BaseRhs, SomeLhs, SomeRhs, RT, CastLhs, CastRhs, Fun >::ResultType

Definition at line 212 of file vtkDispatcher_Private.h.


Constructor & Destructor Documentation

template<class BaseLhs , class BaseRhs , class SomeLhs , class SomeRhs , typename RT , class CastLhs , class CastRhs , class Fun >
vtkDoubleDispatcherPrivate::FunctorDoubleDispatcherHelper< BaseLhs, BaseRhs, SomeLhs, SomeRhs, RT, CastLhs, CastRhs, Fun >::FunctorDoubleDispatcherHelper ( const FunctorDoubleDispatcherHelper< BaseLhs, BaseRhs, SomeLhs, SomeRhs, RT, CastLhs, CastRhs, Fun > &  rhs) [inline]

Definition at line 213 of file vtkDispatcher_Private.h.

template<class BaseLhs , class BaseRhs , class SomeLhs , class SomeRhs , typename RT , class CastLhs , class CastRhs , class Fun >
vtkDoubleDispatcherPrivate::FunctorDoubleDispatcherHelper< BaseLhs, BaseRhs, SomeLhs, SomeRhs, RT, CastLhs, CastRhs, Fun >::FunctorDoubleDispatcherHelper ( Fun  fun) [inline]

Definition at line 214 of file vtkDispatcher_Private.h.


Member Function Documentation

template<class BaseLhs , class BaseRhs , class SomeLhs , class SomeRhs , typename RT , class CastLhs , class CastRhs , class Fun >
ResultType vtkDoubleDispatcherPrivate::FunctorDoubleDispatcherHelper< BaseLhs, BaseRhs, SomeLhs, SomeRhs, RT, CastLhs, CastRhs, Fun >::operator() ( BaseLhs &  lhs,
BaseRhs &  rhs 
) [inline]

Definition at line 216 of file vtkDispatcher_Private.h.


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