28#ifndef vtkCellGridSummaryInformationQuery_h
29#define vtkCellGridSummaryInformationQuery_h
32#include "vtkCommonDataModelModule.h"
37#include <unordered_map>
39VTK_ABI_NAMESPACE_BEGIN
59 vtkSetStringMacro(AttributeName)
60 vtkGetStringMacro(AttributeName)
69 std::array<int, 2>
OrderRange{ std::numeric_limits<int>::max(),
70 std::numeric_limits<int>::min() };
82 return this->SummaryInformationMap;
116 std::unordered_map<vtkCellAttribute*, SummaryInformation> SummaryInformationMap;
118 char* AttributeName =
nullptr;
A function defined over the physical domain of a vtkCellGrid.
vtkCellGridQuery()=default
a simple class to control print indentation
#define VTK_SIZEHINT(...)