VTK  9.3.20241006
Classes | Typedefs
vtkDGOperationStateEntry.h File Reference
#include "vtkCompiler.h"
#include "vtkDGOperationState.h"
#include "vtkType.h"
#include <functional>
#include <memory>
Include dependency graph for vtkDGOperationStateEntry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkDGOperationStateEntryBase
 This is a base class that exists so that vtkDGOperationState can provide a virtual CloneInto method that accepts any of the templated subclasses below. More...
 
class  vtkDGOperationStateEntry< InputIterator, OutputIterator >
 Encapsulate the state required to evaluate DG cell-attributes. More...
 

Typedefs

template<typename InputIterator , typename OutputIterator >
using vtkDGCellRangeEvaluator = std::function< void(InputIterator &inIter, OutputIterator &outIter, vtkTypeUInt64 begin, vtkTypeUInt64 end)>
 Signature for a method to evaluate data on a single vtkDGCell::Source instance.
 

Typedef Documentation

◆ vtkDGCellRangeEvaluator

template<typename InputIterator , typename OutputIterator >
using vtkDGCellRangeEvaluator = std::function<void( InputIterator& inIter, OutputIterator& outIter, vtkTypeUInt64 begin, vtkTypeUInt64 end)>

Signature for a method to evaluate data on a single vtkDGCell::Source instance.

Definition at line 20 of file vtkDGOperationStateEntry.h.