VTK
9.4.20250217
|
Structure storing information needed by a block on it's own grid structure. More...
#include <vtkDIYGhostUtilities.h>
Public Member Functions | |
~GridInformation () override=default | |
bool | InputNeedsGhostsPeeledOff () const override |
![]() | |
virtual | ~DataSetInformation ()=default |
virtual bool | InputNeedsGhostsPeeledOff () const =0 |
Public Attributes | |
ExtentType | Extent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Extent without ghost layers. | |
ExtentType | InputExtent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Input extent without any modification. | |
ExtentType | ExtentGhostThickness |
Structure storing information needed by a block on it's own grid structure.
Definition at line 193 of file vtkDIYGhostUtilities.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements vtkDIYGhostUtilities::DataSetInformation.
Definition at line 197 of file vtkDIYGhostUtilities.h.
ExtentType vtkDIYGhostUtilities::GridInformation::Extent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Extent without ghost layers.
Definition at line 202 of file vtkDIYGhostUtilities.h.
ExtentType vtkDIYGhostUtilities::GridInformation::InputExtent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Input extent without any modification.
Definition at line 207 of file vtkDIYGhostUtilities.h.
ExtentType vtkDIYGhostUtilities::GridInformation::ExtentGhostThickness |
Definition at line 209 of file vtkDIYGhostUtilities.h.