VTK
9.2.6
|
#include <vtkDIYGhostUtilities.h>
Classes | |
struct | OuterPointLayersType |
This structure represents the set of points and their corresponding extent of an external face of the structured grid. More... | |
Public Attributes | |
OuterPointLayersType | OuterPointLayers [6] |
Array of 6 external faces. | |
vtkPoints * | InputPoints |
Handle on input points for current block. | |
vtkStructuredGrid * | Input |
![]() | |
ExtentType | Extent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Extent without ghost layers. | |
ExtentType | InputExtent = ExtentType{ 1, -1, 1, -1, 1, -1 } |
Input extent without any modification. | |
ExtentType | ExtentGhostThickness |
Additional Inherited Members | |
![]() | |
bool | InputNeedsGhostsPeeledOff () const override |
virtual bool | InputNeedsGhostsPeeledOff () const =0 |
Definition at line 309 of file vtkDIYGhostUtilities.h.
OuterPointLayersType vtkDIYGhostUtilities::StructuredGridInformation::OuterPointLayers[6] |
Array of 6 external faces.
Each outer point layer holds a copy of the points of the external face, as well as its extent. This array is indexed in the same fashion as grid extents.
Definition at line 332 of file vtkDIYGhostUtilities.h.
vtkPoints* vtkDIYGhostUtilities::StructuredGridInformation::InputPoints |
Handle on input points for current block.
Definition at line 337 of file vtkDIYGhostUtilities.h.
vtkStructuredGrid* vtkDIYGhostUtilities::StructuredGridInformation::Input |
Definition at line 339 of file vtkDIYGhostUtilities.h.