VTK  9.1.0
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. More...
 
int StartY = 0
 Start point extent coordinate in the y dimension. More...
 
int EndX = 0
 End point extent coordinate in the x dimension. More...
 
int EndY = 0
 End point extent coordinate in the y dimension. More...
 
int XOrientation = 0
 Orientation of the x dimension. More...
 
int YOrientation = 0
 Orientation of the y dimension. More...
 
int ExtentId = -1
 Index of the extent of the current grid. More...
 

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 328 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 333 of file vtkDIYGhostUtilities.h.

◆ StartY

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

Start point extent coordinate in the y dimension.

Definition at line 338 of file vtkDIYGhostUtilities.h.

◆ EndX

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

End point extent coordinate in the x dimension.

Definition at line 343 of file vtkDIYGhostUtilities.h.

◆ EndY

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

End point extent coordinate in the y dimension.

Definition at line 348 of file vtkDIYGhostUtilities.h.

◆ XOrientation

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

Orientation of the x dimension.

(Either +1 or -1)

Definition at line 353 of file vtkDIYGhostUtilities.h.

◆ YOrientation

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

Orientation of the y dimension.

(Either +1 or -1)

Definition at line 358 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 364 of file vtkDIYGhostUtilities.h.


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