VTK  9.4.20250102
Public Member Functions | Public Attributes | List of all members
vtkCellGridSidesCache::Side Struct Reference

Records held by a hash-entry that represent the side of one cell. More...

#include <vtkCellGridSidesCache.h>

Collaboration diagram for vtkCellGridSidesCache::Side:
[legend]

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.
 

Detailed Description

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.

Member Function Documentation

◆ operator<()

bool vtkCellGridSidesCache::Side::operator< ( const Side other) const
inline

Compare side-hashes to allow set insertion.

Definition at line 56 of file vtkCellGridSidesCache.h.

Member Data Documentation

◆ CellType

vtkStringToken vtkCellGridSidesCache::Side::CellType

The type of cell whose side is hashed.

Definition at line 47 of file vtkCellGridSidesCache.h.

◆ SideShape

vtkStringToken vtkCellGridSidesCache::Side::SideShape

The shape of the side being hashed.

Definition at line 49 of file vtkCellGridSidesCache.h.

◆ DOF

vtkIdType vtkCellGridSidesCache::Side::DOF

The degree of freedom starting the hash sequence.

Definition at line 51 of file vtkCellGridSidesCache.h.

◆ SideId

int vtkCellGridSidesCache::Side::SideId

The ID of the side being hashed.

Definition at line 53 of file vtkCellGridSidesCache.h.


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