VTK  9.1.0
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< vtkIdTypeArrayFaces = nullptr
 
vtkSmartPointer< vtkIdTypeArrayFaceLocations = nullptr
 
vtkNew< vtkCellArrayCellArray
 

Detailed Description

Topology information for cells to be exchanged.

Definition at line 546 of file vtkDIYGhostUtilities.h.

Member Data Documentation

◆ Types

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

Definition at line 548 of file vtkDIYGhostUtilities.h.

◆ Faces

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

Definition at line 549 of file vtkDIYGhostUtilities.h.

◆ FaceLocations

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

Definition at line 550 of file vtkDIYGhostUtilities.h.

◆ CellArray

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

Definition at line 551 of file vtkDIYGhostUtilities.h.


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