VTK
9.1.0
|
Structure to inherit from for data sets having a structured grid topology. More...
#include <vtkDIYGhostUtilities.h>
Public Member Functions | |
GridBlockStructure (const int *extent, int dim) | |
GridBlockStructure constructor. More... | |
Public Attributes | |
ExtentType | Extent |
Extent of neighboring block with no ghosts. More... | |
ExtentType | ShiftedExtentWithNewGhosts |
Extent of neighboring block that include ghost layers, shifted to match our mapping of the extent in the 3D world. More... | |
ExtentType | ShiftedExtent |
Extent of the neighboring block, shifted to match our mapping of the extent in the 3D world. More... | |
unsigned char | AdjacencyMask |
Binary mask encoding the adjacency of the neighboring block w.r.t. More... | |
int | DataDimension |
This stores the dimension of the grid (1D, 2D, or 3D). More... | |
Public Attributes inherited from vtkDIYGhostUtilities::DataSetBlockStructure | |
vtkSmartPointer< vtkFieldData > | GhostCellData = nullptr |
vtkSmartPointer< vtkFieldData > | GhostPointData = nullptr |
Structure to inherit from for data sets having a structured grid topology.
Definition at line 138 of file vtkDIYGhostUtilities.h.
vtkDIYGhostUtilities::GridBlockStructure::GridBlockStructure | ( | const int * | extent, |
int | dim | ||
) |
GridBlockStructure
constructor.
It takes the extent of a neighbor block as input.
ExtentType vtkDIYGhostUtilities::GridBlockStructure::Extent |
Extent of neighboring block with no ghosts.
Definition at line 148 of file vtkDIYGhostUtilities.h.
ExtentType vtkDIYGhostUtilities::GridBlockStructure::ShiftedExtentWithNewGhosts |
Extent of neighboring block that include ghost layers, shifted to match our mapping of the extent in the 3D world.
Definition at line 154 of file vtkDIYGhostUtilities.h.
ExtentType vtkDIYGhostUtilities::GridBlockStructure::ShiftedExtent |
Extent of the neighboring block, shifted to match our mapping of the extent in the 3D world.
Definition at line 159 of file vtkDIYGhostUtilities.h.
unsigned char vtkDIYGhostUtilities::GridBlockStructure::AdjacencyMask |
Binary mask encoding the adjacency of the neighboring block w.r.t.
current block. This mask shall be written / read using Adjacency enumeration.
Definition at line 165 of file vtkDIYGhostUtilities.h.
int vtkDIYGhostUtilities::GridBlockStructure::DataDimension |
This stores the dimension of the grid (1D, 2D, or 3D).
Definition at line 170 of file vtkDIYGhostUtilities.h.