VTK  9.3.20240328
Public Attributes | List of all members
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< vtkUnsignedCharArrayTypes = nullptr
 
vtkSmartPointer< vtkCellArrayFaces = nullptr
 
vtkSmartPointer< vtkCellArrayFaceLocations = nullptr
 
vtkNew< vtkCellArrayCellArray
 

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: