|
VTK
|
#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 |
Definition at line 96 of file vtkSMPTools.h.
|
inline |
Definition at line 100 of file vtkSMPTools.h.
| vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::vtkSMPTools_FunctorInternal | ( | const vtkSMPTools_FunctorInternal< Functor, true > & | ) |
|
inline |
Definition at line 101 of file vtkSMPTools.h.
|
inline |
Definition at line 111 of file vtkSMPTools.h.
| vtkSMPTools_FunctorInternal<Functor, true>& vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::operator= | ( | const vtkSMPTools_FunctorInternal< Functor, true > & | ) |
| Functor& vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::F |
Definition at line 98 of file vtkSMPTools.h.
| vtkSMPThreadLocal<unsigned char> vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::Initialized |
Definition at line 99 of file vtkSMPTools.h.
1.8.13