VTK
9.2.6
|
Structure storing information needed by a block on it's own grid structure. More...
#include <vtkDIYGhostUtilities.h>
Public Member Functions | |
bool | InputNeedsGhostsPeeledOff () const override |
Public Attributes | |
ExtentType | Extent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Extent without ghost layers. More... | |
ExtentType | InputExtent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Input extent without any modification. More... | |
ExtentType | ExtentGhostThickness |
Structure storing information needed by a block on it's own grid structure.
Definition at line 200 of file vtkDIYGhostUtilities.h.
|
inlineoverridevirtual |
Implements vtkDIYGhostUtilities::DataSetInformation.
Definition at line 202 of file vtkDIYGhostUtilities.h.
ExtentType vtkDIYGhostUtilities::GridInformation::Extent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Extent without ghost layers.
Definition at line 207 of file vtkDIYGhostUtilities.h.
ExtentType vtkDIYGhostUtilities::GridInformation::InputExtent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Input extent without any modification.
Definition at line 212 of file vtkDIYGhostUtilities.h.
ExtentType vtkDIYGhostUtilities::GridInformation::ExtentGhostThickness |
Definition at line 214 of file vtkDIYGhostUtilities.h.