VTK  9.3.20240424
Public Attributes | List of all members
vtkDIYGhostUtilities::PolyDataBlockStructure::TopologyBufferType Struct Reference

#include <vtkDIYGhostUtilities.h>

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

Public Attributes

vtkNew< vtkCellArrayPolys
 
vtkNew< vtkCellArrayStrips
 
vtkNew< vtkCellArrayLines
 

Detailed Description

Definition at line 698 of file vtkDIYGhostUtilities.h.

Member Data Documentation

◆ Polys

vtkNew<vtkCellArray> vtkDIYGhostUtilities::PolyDataBlockStructure::TopologyBufferType::Polys

Definition at line 700 of file vtkDIYGhostUtilities.h.

◆ Strips

vtkNew<vtkCellArray> vtkDIYGhostUtilities::PolyDataBlockStructure::TopologyBufferType::Strips

Definition at line 701 of file vtkDIYGhostUtilities.h.

◆ Lines

vtkNew<vtkCellArray> vtkDIYGhostUtilities::PolyDataBlockStructure::TopologyBufferType::Lines

Definition at line 702 of file vtkDIYGhostUtilities.h.


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