VTK  9.4.20241016
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 134 of file vtkDIYGhostUtilities.h.

Member Data Documentation

◆ GhostCellData

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

Definition at line 136 of file vtkDIYGhostUtilities.h.

◆ GhostPointData

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

Definition at line 137 of file vtkDIYGhostUtilities.h.


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