|
VTK
9.6.20260605
|
Information to collect on a per-vtkCellAttribute basis. More...
#include <vtkCellGridSummaryInformationQuery.h>
Public Attributes | |
| std::array< int, 2 > | OrderRange |
| The range of polynomial interpolation orders this attribute employs. | |
| vtkIdType | DOFCount { 0 } |
| The number of degrees of freedom used to represent the corresponding cell attribute. | |
Information to collect on a per-vtkCellAttribute basis.
Definition at line 64 of file vtkCellGridSummaryInformationQuery.h.
| std::array<int, 2> vtkCellGridSummaryInformationQuery::SummaryInformation::OrderRange |
The range of polynomial interpolation orders this attribute employs.
Initialized to {INT_MAX, INT_MIN} so the first AddOrder() call sets both bounds.
Definition at line 69 of file vtkCellGridSummaryInformationQuery.h.
| vtkIdType vtkCellGridSummaryInformationQuery::SummaryInformation::DOFCount { 0 } |
The number of degrees of freedom used to represent the corresponding cell attribute.
Note that DOF shared by cells of different types or across different cell grids will be counted multiple times to avoid excessive memory consumption.
Definition at line 76 of file vtkCellGridSummaryInformationQuery.h.