* Return a hash of the cell type. * * WARNING: If you change this method, you must also update * vtkCellGrid::AddCellMetadata() and vtkCellGrid::GetCellsOfType(). */
| 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. |