| 
    VTK
    9.3.0
    
   | 
 
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 | 
  Public Member Functions inherited from vtkDIYGhostUtilities::DataSetInformation | |
| virtual | ~DataSetInformation ()=default | 
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 191 of file vtkDIYGhostUtilities.h.
      
  | 
  overridedefault | 
      
  | 
  inlineoverridevirtual | 
Implements vtkDIYGhostUtilities::DataSetInformation.
Definition at line 195 of file vtkDIYGhostUtilities.h.
| ExtentType vtkDIYGhostUtilities::GridInformation::Extent = ExtentType{ 1, -1, 1, -1, 1, -1 } | 
Extent without ghost layers.
Definition at line 200 of file vtkDIYGhostUtilities.h.
| ExtentType vtkDIYGhostUtilities::GridInformation::InputExtent = ExtentType{ 1, -1, 1, -1, 1, -1 } | 
Input extent without any modification.
Definition at line 205 of file vtkDIYGhostUtilities.h.
| ExtentType vtkDIYGhostUtilities::GridInformation::ExtentGhostThickness | 
Definition at line 207 of file vtkDIYGhostUtilities.h.