Encapsulate the state required to evaluate DG cell-attributes.
More...
#include <vtkDGOperationState.h>
Encapsulate the state required to evaluate DG cell-attributes.
This object holds input vtkDGOperatorEntry objects, input array pointers, and working-space tuples (std::vector
and std::array
ivars) required to evaluate a single vtkCellAttribute on cells corresponding to a single vtkDGCell::Source entry. vtkDGOperation holds one instance of vtkDGOperationState for each vtkDGCell::Source entry in a particular vtkDGCell instance with arrays populated by a single vtkCellAttribute.
Definition at line 25 of file vtkDGOperationState.h.
◆ vtkDGOperationState() [1/2]
◆ vtkDGOperationState() [2/2]
◆ ~vtkDGOperationState()
virtual vtkDGOperationState::~vtkDGOperationState |
( |
| ) |
|
|
virtualdefault |
◆ CloneInto()
◆ OpEntry
◆ CellConnectivity
◆ CellValues
◆ SideConnectivity
◆ Offset
vtkTypeUInt64 vtkDGOperationState::Offset |
◆ SideTuple
std::array<vtkTypeUInt64, 2> vtkDGOperationState::SideTuple |
|
mutable |
◆ RST
std::array<double, 3> vtkDGOperationState::RST { { 0, 0, 0 } } |
|
mutable |
◆ ConnTuple
std::vector<vtkTypeUInt64> vtkDGOperationState::ConnTuple |
|
mutable |
◆ ValueTuple
std::vector<double> vtkDGOperationState::ValueTuple |
|
mutable |
◆ BasisTuple
std::vector<double> vtkDGOperationState::BasisTuple |
|
mutable |
◆ LastCellId
vtkTypeUInt64 vtkDGOperationState::LastCellId { ~0ULL } |
|
mutable |
◆ NumberOfValuesPerFunction
int vtkDGOperationState::NumberOfValuesPerFunction { 0 } |
|
mutable |
◆ ShapeGradientEntry
◆ ShapeConnectivity
◆ ShapeValues
◆ ShapeConnTuple
std::vector<vtkTypeUInt64> vtkDGOperationState::ShapeConnTuple |
|
mutable |
◆ ShapeValueTuple
std::vector<double> vtkDGOperationState::ShapeValueTuple |
|
mutable |
◆ ShapeBasisTuple
std::vector<double> vtkDGOperationState::ShapeBasisTuple |
|
mutable |
◆ Jacobian
std::vector<double> vtkDGOperationState::Jacobian |
|
mutable |
◆ NumberOfShapeValuesPerFunction
int vtkDGOperationState::NumberOfShapeValuesPerFunction { 0 } |
|
mutable |
◆ LastShapeCellId
vtkTypeUInt64 vtkDGOperationState::LastShapeCellId { ~0ULL } |
|
mutable |
The documentation for this class was generated from the following file: