VTK  9.3.20240416
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 316 of file vtkDIYGhostUtilities.h.

Member Data Documentation

◆ Points

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

Points of an external face.

Definition at line 321 of file vtkDIYGhostUtilities.h.

◆ Extent

ExtentType vtkDIYGhostUtilities::StructuredGridInformation::OuterPointLayersType::Extent

Extent (which represents a 2D, 1D, or 0D grid), of an external face.

Definition at line 326 of file vtkDIYGhostUtilities.h.


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