VTK  9.6.20260605
vtkCellGridSummaryInformationQuery::SummaryInformation Struct Reference

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.
 

Detailed Description

Information to collect on a per-vtkCellAttribute basis.

Definition at line 64 of file vtkCellGridSummaryInformationQuery.h.

Member Data Documentation

◆ OrderRange

std::array<int, 2> vtkCellGridSummaryInformationQuery::SummaryInformation::OrderRange
Initial value:
{ std::numeric_limits<int>::max(),
std::numeric_limits<int>::min() }

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.

◆ DOFCount

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.


The documentation for this struct was generated from the following file: