VTK
Public Member Functions | Public Attributes | List of all members
vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true > 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, true > & operator= (const vtkSMPTools_FunctorInternal< Functor, true > &)
 
 vtkSMPTools_FunctorInternal (const vtkSMPTools_FunctorInternal< Functor, true > &)
 

Public Attributes

Functor & F
 
vtkSMPThreadLocal< unsigned char > Initialized
 

Detailed Description

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

Definition at line 97 of file vtkSMPTools.h.

Constructor & Destructor Documentation

◆ vtkSMPTools_FunctorInternal() [1/2]

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

Definition at line 101 of file vtkSMPTools.h.

◆ vtkSMPTools_FunctorInternal() [2/2]

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

Member Function Documentation

◆ Execute()

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

Definition at line 102 of file vtkSMPTools.h.

◆ For()

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

Definition at line 112 of file vtkSMPTools.h.

◆ operator=()

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

Member Data Documentation

◆ F

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

Definition at line 99 of file vtkSMPTools.h.

◆ Initialized

template<typename Functor >
vtkSMPThreadLocal<unsigned char> vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::Initialized

Definition at line 100 of file vtkSMPTools.h.


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