VTK  9.2.6
Public Attributes | List of all members
vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D Struct Reference

Grid interfacing with block's grid. More...

#include <vtkDIYGhostUtilities.h>

Public Attributes

int StartX = 0
 Start point extent coordinate in the x dimension.
 
int StartY = 0
 Start point extent coordinate in the y dimension.
 
int EndX = 0
 End point extent coordinate in the x dimension.
 
int EndY = 0
 End point extent coordinate in the y dimension.
 
int XOrientation = 0
 Orientation of the x dimension.
 
int YOrientation = 0
 Orientation of the y dimension.
 
int ExtentId = -1
 Index of the extent of the current grid.
 

Detailed Description

Grid interfacing with block's grid.

This grid is a 2D grid and can be arbritrarely oriented depending on how grids connect.

Definition at line 368 of file vtkDIYGhostUtilities.h.

Member Data Documentation

◆ StartX

int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::StartX = 0

Start point extent coordinate in the x dimension.

Definition at line 373 of file vtkDIYGhostUtilities.h.

◆ StartY

int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::StartY = 0

Start point extent coordinate in the y dimension.

Definition at line 378 of file vtkDIYGhostUtilities.h.

◆ EndX

int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::EndX = 0

End point extent coordinate in the x dimension.

Definition at line 383 of file vtkDIYGhostUtilities.h.

◆ EndY

int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::EndY = 0

End point extent coordinate in the y dimension.

Definition at line 388 of file vtkDIYGhostUtilities.h.

◆ XOrientation

int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::XOrientation = 0

Orientation of the x dimension.

(Either +1 or -1)

Definition at line 393 of file vtkDIYGhostUtilities.h.

◆ YOrientation

int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::YOrientation = 0

Orientation of the y dimension.

(Either +1 or -1)

Definition at line 398 of file vtkDIYGhostUtilities.h.

◆ ExtentId

int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::ExtentId = -1

Index of the extent of the current grid.

This is a value between 0 and 5, describing which external face of the structured grid this 2D grid represents.

Definition at line 404 of file vtkDIYGhostUtilities.h.


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