VTK  9.2.6
Public Member Functions | Public Attributes | List of all members
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 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
 

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

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

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.


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