|
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 91 of file vtkSMPTools.h.
|
inline |
Definition at line 95 of file vtkSMPTools.h.
| vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::vtkSMPTools_FunctorInternal | ( | const vtkSMPTools_FunctorInternal< Functor, true > & | ) |
|
inline |
Definition at line 96 of file vtkSMPTools.h.
|
inline |
Definition at line 106 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 93 of file vtkSMPTools.h.
| vtkSMPThreadLocal<unsigned char> vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::Initialized |
Definition at line 94 of file vtkSMPTools.h.
1.8.13