VTK
9.3.0
|
#include <vtkDIYGhostUtilities.h>
Public Member Functions | |
~RectilinearGridInformation () override=default | |
![]() | |
~GridInformation () override=default | |
bool | InputNeedsGhostsPeeledOff () const override |
![]() | |
virtual | ~DataSetInformation ()=default |
Public Attributes | |
vtkSmartPointer< vtkDataArray > | CoordinateGhosts [6] |
Coordinates of ghosts copied from connected neighbors. | |
vtkRectilinearGrid * | Input |
vtkSmartPointer< vtkDataArray > | XCoordinates |
Point coordinates without ghosts. | |
vtkSmartPointer< vtkDataArray > | YCoordinates |
Point coordinates without ghosts. | |
vtkSmartPointer< vtkDataArray > | ZCoordinates |
Point coordinates without ghosts. | |
![]() | |
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 |
Definition at line 255 of file vtkDIYGhostUtilities.h.
|
overridedefault |
vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::XCoordinates |
Point coordinates without ghosts.
Definition at line 263 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::YCoordinates |
Point coordinates without ghosts.
Definition at line 264 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::ZCoordinates |
Point coordinates without ghosts.
Definition at line 265 of file vtkDIYGhostUtilities.h.
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 273 of file vtkDIYGhostUtilities.h.
vtkRectilinearGrid* vtkDIYGhostUtilities::RectilinearGridInformation::Input |
Definition at line 275 of file vtkDIYGhostUtilities.h.