VTK  9.1.0
Public Attributes | List of all members
vtkDIYGhostUtilities::DataSetBlockStructure Struct Reference

Base block structure for data sets. More...

#include <vtkDIYGhostUtilities.h>

Inheritance diagram for vtkDIYGhostUtilities::DataSetBlockStructure:
[legend]
Collaboration diagram for vtkDIYGhostUtilities::DataSetBlockStructure:
[legend]

Public Attributes

vtkSmartPointer< vtkFieldDataGhostCellData = nullptr
 
vtkSmartPointer< vtkFieldDataGhostPointData = nullptr
 

Detailed Description

Base block structure for data sets.

Definition at line 129 of file vtkDIYGhostUtilities.h.

Member Data Documentation

◆ GhostCellData

vtkSmartPointer<vtkFieldData> vtkDIYGhostUtilities::DataSetBlockStructure::GhostCellData = nullptr

Definition at line 131 of file vtkDIYGhostUtilities.h.

◆ GhostPointData

vtkSmartPointer<vtkFieldData> vtkDIYGhostUtilities::DataSetBlockStructure::GhostPointData = nullptr

Definition at line 132 of file vtkDIYGhostUtilities.h.


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