VTK  9.3.20240919
Public Member Functions | Public Attributes | List of all members
vtkCellGridSidesQuery::Side Struct Reference

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

#include <vtkCellGridSidesQuery.h>

Collaboration diagram for vtkCellGridSidesQuery::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 117 of file vtkCellGridSidesQuery.h.

Member Function Documentation

◆ operator<()

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

Compare side-hashes to allow set insertion.

Definition at line 129 of file vtkCellGridSidesQuery.h.

Member Data Documentation

◆ CellType

vtkStringToken vtkCellGridSidesQuery::Side::CellType

The type of cell whose side is hashed.

Definition at line 120 of file vtkCellGridSidesQuery.h.

◆ SideShape

vtkStringToken vtkCellGridSidesQuery::Side::SideShape

The shape of the side being hashed.

Definition at line 122 of file vtkCellGridSidesQuery.h.

◆ DOF

vtkIdType vtkCellGridSidesQuery::Side::DOF

The degree of freedom starting the hash sequence.

Definition at line 124 of file vtkCellGridSidesQuery.h.

◆ SideId

int vtkCellGridSidesQuery::Side::SideId

The ID of the side being hashed.

Definition at line 126 of file vtkCellGridSidesQuery.h.


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