VTK
9.3.20240919
|
Records held by a hash-entry that represent the side of one cell. More...
#include <vtkCellGridSidesQuery.h>
Public Member Functions | |
bool | operator< (const Side &other) const |
Compare side-hashes to allow set insertion. | |
Public Attributes | |
vtkStringToken | CellType |
The type of cell whose side is hashed. | |
vtkStringToken | SideShape |
The shape of the side being hashed. | |
vtkIdType | DOF |
The degree of freedom starting the hash sequence. | |
int | SideId |
The ID of the side being hashed. | |
Records held by a hash-entry that represent the side of one cell.
All instances of Side owned by a single hash-entry have the same hash but correspond to distinct sides of different cells.
Definition at line 117 of file vtkCellGridSidesQuery.h.
|
inline |
Compare side-hashes to allow set insertion.
Definition at line 129 of file vtkCellGridSidesQuery.h.
vtkStringToken vtkCellGridSidesQuery::Side::CellType |
The type of cell whose side is hashed.
Definition at line 120 of file vtkCellGridSidesQuery.h.
vtkStringToken vtkCellGridSidesQuery::Side::SideShape |
The shape of the side being hashed.
Definition at line 122 of file vtkCellGridSidesQuery.h.
vtkIdType vtkCellGridSidesQuery::Side::DOF |
The degree of freedom starting the hash sequence.
Definition at line 124 of file vtkCellGridSidesQuery.h.
int vtkCellGridSidesQuery::Side::SideId |
The ID of the side being hashed.
Definition at line 126 of file vtkCellGridSidesQuery.h.