VTK
9.4.20250402
|
Stores a group name and the corresponding cell array. More...
#include <vtkHDFWriterImplementation.h>
Public Attributes | |
const char * | hdfGroupName |
vtkCellArray * | cellArray |
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 89 of file vtkHDFWriterImplementation.h.
const char* vtkHDFWriter::Implementation::PolyDataTopos::hdfGroupName |
Definition at line 91 of file vtkHDFWriterImplementation.h.
vtkCellArray* vtkHDFWriter::Implementation::PolyDataTopos::cellArray |
Definition at line 92 of file vtkHDFWriterImplementation.h.