|
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 98 of file vtkSMPTools.h.
| vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::vtkSMPTools_FunctorInternal | ( | Functor & | f | ) | [inline] |
Definition at line 102 of file vtkSMPTools.h.
| vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::vtkSMPTools_FunctorInternal | ( | const vtkSMPTools_FunctorInternal< Functor, true > & | ) |
| void vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::Execute | ( | vtkIdType | first, |
| vtkIdType | last | ||
| ) | [inline] |
Definition at line 103 of file vtkSMPTools.h.
| void vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::For | ( | vtkIdType | first, |
| vtkIdType | last, | ||
| vtkIdType | grain | ||
| ) | [inline] |
Definition at line 113 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 100 of file vtkSMPTools.h.
| vtkSMPThreadLocal<unsigned char> vtk::detail::smp::vtkSMPTools_FunctorInternal< Functor, true >::Initialized |
Definition at line 101 of file vtkSMPTools.h.
1.8.0