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

#include <vtkSMPTools.h>

Collaboration diagram for vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >:
[legend]

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 95 of file vtkSMPTools.h.

Constructor & Destructor Documentation

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

Definition at line 99 of file vtkSMPTools.h.

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

Member Function Documentation

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

Definition at line 100 of file vtkSMPTools.h.

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

Definition at line 110 of file vtkSMPTools.h.

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

Member Data Documentation

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

Definition at line 97 of file vtkSMPTools.h.

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

Definition at line 98 of file vtkSMPTools.h.


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