VTK
9.2.6
|
This structure represents the set of points and their corresponding extent of an external face of the structured grid. More...
#include <vtkDIYGhostUtilities.h>
Public Attributes | |
vtkSmartPointer< vtkPoints > | Points |
Points of an external face. | |
ExtentType | Extent |
Extent (which represents a 2D, 1D, or 0D grid), of an external face. | |
This structure represents the set of points and their corresponding extent of an external face of the structured grid.
Definition at line 315 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkPoints> vtkDIYGhostUtilities::StructuredGridInformation::OuterPointLayersType::Points |
Points of an external face.
Definition at line 320 of file vtkDIYGhostUtilities.h.
ExtentType vtkDIYGhostUtilities::StructuredGridInformation::OuterPointLayersType::Extent |
Extent (which represents a 2D, 1D, or 0D grid), of an external face.
Definition at line 325 of file vtkDIYGhostUtilities.h.