VTK  9.1.0
Public Types | Public Member Functions | List of all members
vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 > Class Template Reference

#include <vtkDispatcher_Private.h>

Public Types

typedef FunctorImpl< R, Parm1, Parm2 > Impl
 
typedef R ResultType
 

Public Member Functions

 Functor ()
 
 Functor (const Functor &rhs)
 
template<typename Fun >
 Functor (const Fun &fun)
 
Functoroperator= (const Functor &rhs)
 
ResultType operator() (Parm1 &p1, Parm2 &p2)
 

Detailed Description

template<typename R, typename Parm1, typename Parm2>
class vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >

Definition at line 321 of file vtkDispatcher_Private.h.

Member Typedef Documentation

◆ Impl

template<typename R , typename Parm1 , typename Parm2 >
typedef FunctorImpl<R, Parm1, Parm2> vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Impl

Definition at line 324 of file vtkDispatcher_Private.h.

◆ ResultType

template<typename R , typename Parm1 , typename Parm2 >
typedef R vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::ResultType

Definition at line 325 of file vtkDispatcher_Private.h.

Constructor & Destructor Documentation

◆ Functor() [1/3]

template<typename R , typename Parm1 , typename Parm2 >
vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Functor ( )
inline

Definition at line 327 of file vtkDispatcher_Private.h.

◆ Functor() [2/3]

template<typename R , typename Parm1 , typename Parm2 >
vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Functor ( const Functor< R, Parm1, Parm2 > &  rhs)
inline

Definition at line 332 of file vtkDispatcher_Private.h.

◆ Functor() [3/3]

template<typename R , typename Parm1 , typename Parm2 >
template<typename Fun >
vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::Functor ( const Fun &  fun)
inline

Definition at line 338 of file vtkDispatcher_Private.h.

Member Function Documentation

◆ operator=()

template<typename R , typename Parm1 , typename Parm2 >
Functor & vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::operator= ( const Functor< R, Parm1, Parm2 > &  rhs)
inline

Definition at line 343 of file vtkDispatcher_Private.h.

◆ operator()()

template<typename R , typename Parm1 , typename Parm2 >
ResultType vtkDoubleDispatcherPrivate::Functor< R, Parm1, Parm2 >::operator() ( Parm1 &  p1,
Parm2 &  p2 
)
inline

Definition at line 350 of file vtkDispatcher_Private.h.


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