VTK
Public Member Functions | Public Attributes | List of all members
vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, false > Struct Template Reference

#include <vtkSMPTools.h>

Public Member Functions

 vtkSMPTools_FunctorInternal (Functor &f)
 
void Execute (vtkIdType first, vtkIdType last)
 
void For (vtkIdType first, vtkIdType last, vtkIdType grain)
 
vtkSMPTools_FunctorInternal< Functor, false > & operator= (const vtkSMPTools_FunctorInternal< Functor, false > &)
 
 vtkSMPTools_FunctorInternal (const vtkSMPTools_FunctorInternal< Functor, false > &)
 

Public Attributes

Functor & F
 

Detailed Description

template<typename Functor>
struct vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, false >

Definition at line 78 of file vtkSMPTools.h.

Constructor & Destructor Documentation

◆ vtkSMPTools_FunctorInternal() [1/2]

template<typename Functor >
vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, false >::vtkSMPTools_FunctorInternal ( Functor &  f)
inline

Definition at line 81 of file vtkSMPTools.h.

◆ vtkSMPTools_FunctorInternal() [2/2]

template<typename Functor >
vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, false >::vtkSMPTools_FunctorInternal ( const vtkSMPTools_FunctorInternal< Functor, false > &  )

Member Function Documentation

◆ Execute()

template<typename Functor >
void vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, false >::Execute ( vtkIdType  first,
vtkIdType  last 
)
inline

Definition at line 82 of file vtkSMPTools.h.

◆ For()

template<typename Functor >
void vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, false >::For ( vtkIdType  first,
vtkIdType  last,
vtkIdType  grain 
)
inline

Definition at line 86 of file vtkSMPTools.h.

◆ operator=()

template<typename Functor >
vtkSMPTools_FunctorInternal< Functor, false > & vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, false >::operator= ( const vtkSMPTools_FunctorInternal< Functor, false > &  )

Member Data Documentation

◆ F

template<typename Functor >
Functor& vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, false >::F

Definition at line 80 of file vtkSMPTools.h.


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