VTK  9.3.1
Public Attributes | List of all members
vtkDIYGhostUtilities::StructuredGridInformation::OuterPointLayersType Struct Reference

This structure represents the set of points and their corresponding extent of an external face of the structured grid. More...

#include <vtkDIYGhostUtilities.h>

Collaboration diagram for vtkDIYGhostUtilities::StructuredGridInformation::OuterPointLayersType:
[legend]

Public Attributes

vtkSmartPointer< vtkPointsPoints
 Points of an external face. More...
 
ExtentType Extent
 Extent (which represents a 2D, 1D, or 0D grid), of an external face. More...
 

Detailed Description

This structure represents the set of points and their corresponding extent of an external face of the structured grid.

Definition at line 314 of file vtkDIYGhostUtilities.h.

Member Data Documentation

vtkSmartPointer<vtkPoints> vtkDIYGhostUtilities::StructuredGridInformation::OuterPointLayersType::Points

Points of an external face.

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


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