VTK
9.4.20250114
|
Encapsulate the state required to evaluate DG cell-attributes. More...
#include <vtkDGOperationStateEntry.h>
Public Member Functions | |
vtkDGOperationStateEntry ()=default | |
vtkDGOperationStateEntry (const vtkDGOperationStateEntry< InputIterator, OutputIterator > &other) | |
vtkDGOperationStateEntry< InputIterator, OutputIterator > & | operator= (vtkDGOperationStateEntry< InputIterator, OutputIterator > &&other)=default |
vtkDGOperationStateEntry< InputIterator, OutputIterator > & | operator= (const vtkDGOperationStateEntry< InputIterator, OutputIterator > &other) |
Public Member Functions inherited from vtkDGOperationStateEntryBase | |
virtual | ~vtkDGOperationStateEntryBase ()=default |
Public Attributes | |
std::unique_ptr< vtkDGOperationState > | State |
vtkDGCellRangeEvaluator< InputIterator, OutputIterator > | Function |
Encapsulate the state required to evaluate DG cell-attributes.
Definition at line 39 of file vtkDGOperationStateEntry.h.
|
default |
|
inline |
Definition at line 43 of file vtkDGOperationStateEntry.h.
|
default |
|
inline |
Definition at line 50 of file vtkDGOperationStateEntry.h.
std::unique_ptr<vtkDGOperationState> vtkDGOperationStateEntry< InputIterator, OutputIterator >::State |
Definition at line 58 of file vtkDGOperationStateEntry.h.
vtkDGCellRangeEvaluator<InputIterator, OutputIterator> vtkDGOperationStateEntry< InputIterator, OutputIterator >::Function |
Definition at line 59 of file vtkDGOperationStateEntry.h.