VTK
9.4.20241108
|
#include "vtkCompiler.h"
#include "vtkDGCell.h"
#include "vtkDGOperationStateEntry.h"
#include "vtkSMPThreadLocal.h"
Go to the source code of this file.
Classes | |
class | vtkDGOperationBase |
A base class for operator evaluators. More... | |
struct | vtkDGOperationBase::RangeKey |
A range of cell IDs handled by a vtkDGCell::Source instance. More... | |
class | vtkDGOperation< InputIterator, OutputIterator > |
Invoke an operator on DG cells/sides. More... | |
struct | vtkDGOperation< InputIterator, OutputIterator >::Worker |
A vtkSMPTools worker class for evaluating an operation across a range of cells. More... | |