VTK
9.3.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 596 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkUnsignedCharArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::Types = nullptr |
Definition at line 598 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkIdTypeArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::Faces = nullptr |
Definition at line 599 of file vtkDIYGhostUtilities.h.
vtkSmartPointer<vtkIdTypeArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::FaceLocations = nullptr |
Definition at line 600 of file vtkDIYGhostUtilities.h.
vtkNew<vtkCellArray> vtkDIYGhostUtilities::UnstructuredGridBlockStructure::TopologyBufferType::CellArray |
Definition at line 601 of file vtkDIYGhostUtilities.h.