VTK
9.4.20250509
|
A structure created by the GetSideSetArrays() method for responders to use. More...
#include <vtkCellGridSidesQuery.h>
Public Attributes | |
vtkStringToken | CellType |
The type of parent cell which created the sides. | |
vtkStringToken | SideShape |
The shape of all the sides in the Sides array. | |
vtkSmartPointer< vtkIdTypeArray > | Sides |
An array of tuples of (cell-id, side-id) specifying sides. | |
A structure created by the GetSideSetArrays() method for responders to use.
Definition at line 105 of file vtkCellGridSidesQuery.h.
vtkStringToken vtkCellGridSidesQuery::SideSetArray::CellType |
The type of parent cell which created the sides.
Definition at line 108 of file vtkCellGridSidesQuery.h.
vtkStringToken vtkCellGridSidesQuery::SideSetArray::SideShape |
The shape of all the sides in the Sides array.
Definition at line 110 of file vtkCellGridSidesQuery.h.
vtkSmartPointer<vtkIdTypeArray> vtkCellGridSidesQuery::SideSetArray::Sides |
An array of tuples of (cell-id, side-id) specifying sides.
Definition at line 112 of file vtkCellGridSidesQuery.h.