|
VTK
9.4.2
|
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 90 of file vtkHDFWriterImplementation.h.
| const char* vtkHDFWriter::Implementation::PolyDataTopos::hdfGroupName |
Definition at line 92 of file vtkHDFWriterImplementation.h.
| vtkCellArray* vtkHDFWriter::Implementation::PolyDataTopos::cellArray |
Definition at line 93 of file vtkHDFWriterImplementation.h.