VTK
9.4.20250102
|
Records held by a hash-entry that represent the side of one cell. More...
#include <vtkCellGridSidesCache.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 44 of file vtkCellGridSidesCache.h.
|
inline |
Compare side-hashes to allow set insertion.
Definition at line 56 of file vtkCellGridSidesCache.h.
vtkStringToken vtkCellGridSidesCache::Side::CellType |
The type of cell whose side is hashed.
Definition at line 47 of file vtkCellGridSidesCache.h.
vtkStringToken vtkCellGridSidesCache::Side::SideShape |
The shape of the side being hashed.
Definition at line 49 of file vtkCellGridSidesCache.h.
vtkIdType vtkCellGridSidesCache::Side::DOF |
The degree of freedom starting the hash sequence.
Definition at line 51 of file vtkCellGridSidesCache.h.
int vtkCellGridSidesCache::Side::SideId |
The ID of the side being hashed.
Definition at line 53 of file vtkCellGridSidesCache.h.