VTK  9.4.20241108
Classes
vtkDGOperation.h File Reference
#include "vtkCompiler.h"
#include "vtkDGCell.h"
#include "vtkDGOperationStateEntry.h"
#include "vtkSMPThreadLocal.h"
Include dependency graph for vtkDGOperation.h:
This graph shows which files directly or indirectly include this file:

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...