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

#include <vtkSMPTools.h>

List of all members.

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


Constructor & Destructor Documentation

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

Definition at line 82 of file vtkSMPTools.h.

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

Member Function Documentation

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

Definition at line 83 of file vtkSMPTools.h.

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

Definition at line 87 of file vtkSMPTools.h.

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

Member Data Documentation

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

Definition at line 81 of file vtkSMPTools.h.


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