VTK  9.3.20240419
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

 ~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. 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 193 of file vtkDIYGhostUtilities.h.

Constructor & Destructor Documentation

◆ ~GridInformation()

vtkDIYGhostUtilities::GridInformation::~GridInformation ( )
overridedefault

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 197 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 202 of file vtkDIYGhostUtilities.h.

◆ InputExtent

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

Input extent without any modification.

Definition at line 207 of file vtkDIYGhostUtilities.h.

◆ ExtentGhostThickness

ExtentType vtkDIYGhostUtilities::GridInformation::ExtentGhostThickness

Definition at line 209 of file vtkDIYGhostUtilities.h.


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