VTK
9.1.0
|
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. | |
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 328 of file vtkDIYGhostUtilities.h.
int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::StartX = 0 |
Start point extent coordinate in the x dimension.
Definition at line 333 of file vtkDIYGhostUtilities.h.
int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::StartY = 0 |
Start point extent coordinate in the y dimension.
Definition at line 338 of file vtkDIYGhostUtilities.h.
int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::EndX = 0 |
End point extent coordinate in the x dimension.
Definition at line 343 of file vtkDIYGhostUtilities.h.
int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::EndY = 0 |
End point extent coordinate in the y dimension.
Definition at line 348 of file vtkDIYGhostUtilities.h.
int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::XOrientation = 0 |
Orientation of the x dimension.
(Either +1 or -1)
Definition at line 353 of file vtkDIYGhostUtilities.h.
int vtkDIYGhostUtilities::StructuredGridBlockStructure::Grid2D::YOrientation = 0 |
Orientation of the y dimension.
(Either +1 or -1)
Definition at line 358 of file vtkDIYGhostUtilities.h.
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 364 of file vtkDIYGhostUtilities.h.