21 InputIterator& inIter, OutputIterator& outIter, vtkTypeUInt64 begin, vtkTypeUInt64 end)>;
This is a base class that exists so that vtkDGOperationState can provide a virtual CloneInto method t...
virtual ~vtkDGOperationStateEntryBase()=default
Encapsulate the state required to evaluate DG cell-attributes.
std::unique_ptr< vtkDGOperationState > State
vtkDGOperationStateEntry(const vtkDGOperationStateEntry< InputIterator, OutputIterator > &other)
vtkDGOperationStateEntry< InputIterator, OutputIterator > & operator=(const vtkDGOperationStateEntry< InputIterator, OutputIterator > &other)
vtkDGOperationStateEntry< InputIterator, OutputIterator > & operator=(vtkDGOperationStateEntry< InputIterator, OutputIterator > &&other)=default
vtkDGCellRangeEvaluator< InputIterator, OutputIterator > Function
vtkDGOperationStateEntry()=default
std::function< void(InputIterator &inIter, OutputIterator &outIter, vtkTypeUInt64 begin, vtkTypeUInt64 end)> vtkDGCellRangeEvaluator
Signature for a method to evaluate data on a single vtkDGCell::Source instance.