VTK  9.3.20240907
Public Member Functions | Public Attributes | List of all members
vtkDIYGhostUtilities::RectilinearGridInformation Struct Reference

#include <vtkDIYGhostUtilities.h>

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

Public Member Functions

 ~RectilinearGridInformation () 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
 
virtual bool InputNeedsGhostsPeeledOff () const =0
 

Public Attributes

vtkSmartPointer< vtkDataArrayCoordinateGhosts [6]
 Coordinates of ghosts copied from connected neighbors.
 
vtkRectilinearGridInput
 
vtkSmartPointer< vtkDataArrayXCoordinates
 Point coordinates without ghosts.
 
vtkSmartPointer< vtkDataArrayYCoordinates
 Point coordinates without ghosts.
 
vtkSmartPointer< vtkDataArrayZCoordinates
 Point coordinates without ghosts.
 
- Public Attributes inherited from vtkDIYGhostUtilities::GridInformation
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

Definition at line 257 of file vtkDIYGhostUtilities.h.

Constructor & Destructor Documentation

◆ ~RectilinearGridInformation()

vtkDIYGhostUtilities::RectilinearGridInformation::~RectilinearGridInformation ( )
overridedefault

Member Data Documentation

◆ XCoordinates

vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::XCoordinates

Point coordinates without ghosts.

Definition at line 265 of file vtkDIYGhostUtilities.h.

◆ YCoordinates

vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::YCoordinates

Point coordinates without ghosts.

Definition at line 266 of file vtkDIYGhostUtilities.h.

◆ ZCoordinates

vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::ZCoordinates

Point coordinates without ghosts.

Definition at line 267 of file vtkDIYGhostUtilities.h.

◆ CoordinateGhosts

vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::CoordinateGhosts[6]

Coordinates of ghosts copied from connected neighbors.

This array maps to extents, i.e. the first element of this array stores the coordinates of the left side of the grid, the second the right side of the grid, and so on.

Definition at line 275 of file vtkDIYGhostUtilities.h.

◆ Input

vtkRectilinearGrid* vtkDIYGhostUtilities::RectilinearGridInformation::Input

Definition at line 277 of file vtkDIYGhostUtilities.h.


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