VTK
9.1.0
|
#include <vtkDIYGhostUtilities.h>
Public Attributes | |
vtkSmartPointer< vtkDataArray > | CoordinateGhosts [6] |
Coordinates of ghosts copied from connected neighbors. | |
vtkSmartPointer< vtkDataArray > | XCoordinates |
Point coordinates without ghosts. | |
vtkSmartPointer< vtkDataArray > | YCoordinates |
Point coordinates without ghosts. | |
vtkSmartPointer< vtkDataArray > | ZCoordinates |
Point coordinates without ghosts. | |
Public Attributes inherited from vtkDIYGhostUtilities::GridInformation | |
ExtentType | Extent |
Extent without ghost layers. | |
ExtentType | ExtentGhostThickness |
Definition at line 224 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::XCoordinates |
Point coordinates without ghosts.
Definition at line 230 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::YCoordinates |
Point coordinates without ghosts.
Definition at line 231 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkDataArray> vtkDIYGhostUtilities::RectilinearGridInformation::ZCoordinates |
Point coordinates without ghosts.
Definition at line 232 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 240 of file vtkDIYGhostUtilities.h.