VTK  9.2.6
vtkDIYGhostUtilities::GridInformation Struct Reference

Structure storing information needed by a block on it's own grid structure. More...

#include <vtkDIYGhostUtilities.h>

Inheritance diagram for vtkDIYGhostUtilities::GridInformation:
[legend]
Collaboration diagram for vtkDIYGhostUtilities::GridInformation:
[legend]

Public Member Functions

bool InputNeedsGhostsPeeledOff () const override
 
- Public Member Functions inherited from vtkDIYGhostUtilities::DataSetInformation

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
 

Detailed Description

Structure storing information needed by a block on it's own grid structure.

Definition at line 200 of file vtkDIYGhostUtilities.h.

Member Function Documentation

◆ InputNeedsGhostsPeeledOff()

bool vtkDIYGhostUtilities::GridInformation::InputNeedsGhostsPeeledOff ( ) const
inlineoverridevirtual
Warning
This method does not work before the link map between blocks is computed.

Implements vtkDIYGhostUtilities::DataSetInformation.

Definition at line 202 of file vtkDIYGhostUtilities.h.

Member Data Documentation

◆ Extent

ExtentType vtkDIYGhostUtilities::GridInformation::Extent = ExtentType{ 1, -1, 1, -1, 1, -1 }

Extent without ghost layers.

Definition at line 207 of file vtkDIYGhostUtilities.h.

◆ InputExtent

ExtentType vtkDIYGhostUtilities::GridInformation::InputExtent = ExtentType{ 1, -1, 1, -1, 1, -1 }

Input extent without any modification.

Definition at line 212 of file vtkDIYGhostUtilities.h.

◆ ExtentGhostThickness

ExtentType vtkDIYGhostUtilities::GridInformation::ExtentGhostThickness

Definition at line 214 of file vtkDIYGhostUtilities.h.


The documentation for this struct was generated from the following file: