VTK
9.4.20250113
|
A vtkSMPTools worker class for evaluating an operation across a range of cells. More...
#include <vtkDGOperation.h>
Public Member Functions | |
Worker (InputIterator &inIter, OutputIterator &outIter, vtkDGCell *dgCell, vtkCellAttribute *cellAtt, vtkStringToken opName) | |
void | Initialize () |
void | operator() (vtkIdType begin, vtkIdType end) |
Public Attributes | |
InputIterator & | InIter |
OutputIterator & | OutIter |
vtkDGCell * | DGCell { nullptr } |
vtkCellAttribute * | CellAtt { nullptr } |
vtkStringToken | OpName |
vtkSMPThreadLocal< vtkDGOperation< InputIterator, OutputIterator > > | TLOp |
A vtkSMPTools worker class for evaluating an operation across a range of cells.
Definition at line 119 of file vtkDGOperation.h.
|
inline |
Definition at line 127 of file vtkDGOperation.h.
|
inline |
Definition at line 139 of file vtkDGOperation.h.
|
inline |
Definition at line 147 of file vtkDGOperation.h.
InputIterator& vtkDGOperation< InputIterator, OutputIterator >::Worker::InIter |
Definition at line 121 of file vtkDGOperation.h.
OutputIterator& vtkDGOperation< InputIterator, OutputIterator >::Worker::OutIter |
Definition at line 122 of file vtkDGOperation.h.
vtkDGCell* vtkDGOperation< InputIterator, OutputIterator >::Worker::DGCell { nullptr } |
Definition at line 123 of file vtkDGOperation.h.
vtkCellAttribute* vtkDGOperation< InputIterator, OutputIterator >::Worker::CellAtt { nullptr } |
Definition at line 124 of file vtkDGOperation.h.
vtkStringToken vtkDGOperation< InputIterator, OutputIterator >::Worker::OpName |
Definition at line 125 of file vtkDGOperation.h.
vtkSMPThreadLocal<vtkDGOperation<InputIterator, OutputIterator> > vtkDGOperation< InputIterator, OutputIterator >::Worker::TLOp |
Definition at line 137 of file vtkDGOperation.h.