VTK  9.4.20241108
Public Attributes | List of all members
vtkHDFWriter::Implementation::PolyDataTopos Struct Reference

Stores a group name and the corresponding cell array. More...

#include <vtkHDFWriterImplementation.h>

Collaboration diagram for vtkHDFWriter::Implementation::PolyDataTopos:
[legend]

Public Attributes

const char * hdfGroupName
 
vtkCellArraycellArray
 

Detailed Description

Stores a group name and the corresponding cell array.

Use this structure to avoid maintaining two arrays which is error prone (AOS instead of SOA)

Definition at line 90 of file vtkHDFWriterImplementation.h.

Member Data Documentation

◆ hdfGroupName

const char* vtkHDFWriter::Implementation::PolyDataTopos::hdfGroupName

Definition at line 92 of file vtkHDFWriterImplementation.h.

◆ cellArray

vtkCellArray* vtkHDFWriter::Implementation::PolyDataTopos::cellArray

Definition at line 93 of file vtkHDFWriterImplementation.h.


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