VTK
9.4.20250130
|
#include "vtkObject.h"
#include "vtkCommonDataModelModule.h"
#include "vtkHashCombiner.h"
#include "vtkStringToken.h"
#include <functional>
#include <map>
#include <set>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | vtkCellGridSidesCache |
Hold a map from hash-ids (representing sides of cells of multiple types) to details on the cells that claim the corresponding side. More... | |
struct | vtkCellGridSidesCache::Side |
Records held by a hash-entry that represent the side of one cell. More... | |
struct | vtkCellGridSidesCache::Entry |
Each hash entry corresponds to one or more sides of one or more cells. More... | |