VTK
9.4.20241108
|
#include "vtkCompiler.h"
#include "vtkDGOperationState.h"
#include "vtkType.h"
#include <functional>
#include <memory>
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. | |
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.