VTK  9.3.20240327
Classes | Public Member Functions | Public Attributes | List of all members
vtkDIYGhostUtilities::StructuredGridInformation Struct Reference

#include <vtkDIYGhostUtilities.h>

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

Classes

struct  OuterPointLayersType
 This structure represents the set of points and their corresponding extent of an external face of the structured grid. More...
 

Public Member Functions

 ~StructuredGridInformation () override=default
 
- Public Member Functions inherited from vtkDIYGhostUtilities::GridInformation
 ~GridInformation () override=default
 
bool InputNeedsGhostsPeeledOff () const override
 
- Public Member Functions inherited from vtkDIYGhostUtilities::DataSetInformation
virtual ~DataSetInformation ()=default
 

Public Attributes

OuterPointLayersType OuterPointLayers [6]
 Array of 6 external faces. More...
 
vtkPointsInputPoints
 Handle on input points for current block. More...
 
vtkStructuredGridInput
 
- Public Attributes inherited from vtkDIYGhostUtilities::GridInformation
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

Definition at line 308 of file vtkDIYGhostUtilities.h.

Constructor & Destructor Documentation

◆ ~StructuredGridInformation()

vtkDIYGhostUtilities::StructuredGridInformation::~StructuredGridInformation ( )
overridedefault

Member Data Documentation

◆ OuterPointLayers

OuterPointLayersType vtkDIYGhostUtilities::StructuredGridInformation::OuterPointLayers[6]

Array of 6 external faces.

Each outer point layer holds a copy of the points of the external face, as well as its extent. This array is indexed in the same fashion as grid extents.

Definition at line 333 of file vtkDIYGhostUtilities.h.

◆ InputPoints

vtkPoints* vtkDIYGhostUtilities::StructuredGridInformation::InputPoints

Handle on input points for current block.

Definition at line 338 of file vtkDIYGhostUtilities.h.

◆ Input

vtkStructuredGrid* vtkDIYGhostUtilities::StructuredGridInformation::Input

Definition at line 340 of file vtkDIYGhostUtilities.h.


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