MCPcopy Create free account
hub / github.com/Kitware/VTK / Hash

Function Hash

Common/DataModel/vtkCellMetadata.h:98–98  ·  view source on GitHub ↗

* Return a hash of the cell type. * * WARNING: If you change this method, you must also update * vtkCellGrid::AddCellMetadata() and vtkCellGrid::GetCellsOfType(). */

Source from the content-addressed store, hash-verified

96 * vtkCellGrid::AddCellMetadata() and vtkCellGrid::GetCellsOfType().
97 */
98 CellTypeId Hash() { return vtkStringToken(this->GetClassName()).GetId(); }
99
100 /**
101 * Set the vtkCellGrid holding DOF arrays required by this cell.

Callers 9

HashType HashMethod · 0.85
operator()Method · 0.85
DoHashTestFunction · 0.85
robin_setMethod · 0.85
robin_mapMethod · 0.85
hopscotch_setMethod · 0.85
hopscotch_mapMethod · 0.85
bhopscotch_setMethod · 0.85
bhopscotch_mapMethod · 0.85

Calls 3

vtkStringTokenFunction · 0.50
GetIdMethod · 0.45
GetClassNameMethod · 0.45

Tested by 1

DoHashTestFunction · 0.68