VTK  9.4.20250509
Public Attributes | List of all members
vtkCellGridSidesQuery::SideSetArray Struct Reference

A structure created by the GetSideSetArrays() method for responders to use. More...

#include <vtkCellGridSidesQuery.h>

Collaboration diagram for vtkCellGridSidesQuery::SideSetArray:
[legend]

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< vtkIdTypeArraySides
 An array of tuples of (cell-id, side-id) specifying sides.
 

Detailed Description

A structure created by the GetSideSetArrays() method for responders to use.

Definition at line 105 of file vtkCellGridSidesQuery.h.

Member Data Documentation

◆ CellType

vtkStringToken vtkCellGridSidesQuery::SideSetArray::CellType

The type of parent cell which created the sides.

Definition at line 108 of file vtkCellGridSidesQuery.h.

◆ SideShape

vtkStringToken vtkCellGridSidesQuery::SideSetArray::SideShape

The shape of all the sides in the Sides array.

Definition at line 110 of file vtkCellGridSidesQuery.h.

◆ Sides

vtkSmartPointer<vtkIdTypeArray> vtkCellGridSidesQuery::SideSetArray::Sides

An array of tuples of (cell-id, side-id) specifying sides.

Definition at line 112 of file vtkCellGridSidesQuery.h.


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