VTK
9.1.0
|
Topology information for cells to be exchanged. More...
#include <vtkDIYGhostUtilities.h>
Public Attributes | |
vtkSmartPointer< vtkUnsignedCharArray > | Types = nullptr |
vtkSmartPointer< vtkIdTypeArray > | Faces = nullptr |
vtkSmartPointer< vtkIdTypeArray > | FaceLocations = nullptr |
vtkNew< vtkCellArray > | CellArray |
Topology information for cells to be exchanged.
Definition at line 546 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkUnsignedCharArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::Types = nullptr |
Definition at line 548 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkIdTypeArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::Faces = nullptr |
Definition at line 549 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkIdTypeArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::FaceLocations = nullptr |
Definition at line 550 of file vtkDIYGhostUtilities.h.
vtkNew<vtkCellArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::CellArray |
Definition at line 551 of file vtkDIYGhostUtilities.h.