VTK  9.7.20260729
vtkHDFWriter::Implementation::PolyDataTopos Struct Reference

#include <vtkHDFWriterImplementation.h>

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 93 of file vtkHDFWriterImplementation.h.

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

Public Attributes

const char * hdfGroupName
 
vtkCellArraycellArray
 

Member Data Documentation

◆ hdfGroupName

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

Definition at line 95 of file vtkHDFWriterImplementation.h.

◆ cellArray

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

Definition at line 96 of file vtkHDFWriterImplementation.h.


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