VTK  9.5.2
vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType Struct Reference

Topology information for cells to be exchanged. More...

#include <vtkDIYGhostUtilities.h>

Collaboration diagram for vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType:
[legend]

Public Attributes

vtkSmartPointer< vtkUnsignedCharArray > Types = nullptr
vtkSmartPointer< vtkCellArray > Faces = nullptr
vtkSmartPointer< vtkCellArray > FaceLocations = nullptr
vtkNew< vtkCellArray > CellArray

Detailed Description

Topology information for cells to be exchanged.

Definition at line 609 of file vtkDIYGhostUtilities.h.

Member Data Documentation

◆ Types

vtkSmartPointer<vtkUnsignedCharArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::Types = nullptr

Definition at line 611 of file vtkDIYGhostUtilities.h.

◆ Faces

vtkSmartPointer<vtkCellArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::Faces = nullptr

Definition at line 612 of file vtkDIYGhostUtilities.h.

◆ FaceLocations

vtkSmartPointer<vtkCellArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::FaceLocations = nullptr

Definition at line 613 of file vtkDIYGhostUtilities.h.

◆ CellArray

vtkNew<vtkCellArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::CellArray

Definition at line 614 of file vtkDIYGhostUtilities.h.


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