VTK  9.1.0
Public Member Functions | Public Attributes | List of all members
vtkHDFReader::Implementation::TypeDescription Struct Reference

Used to store HDF native types in a map. More...

#include <vtkHDFReaderImplementation.h>

Public Member Functions

 TypeDescription ()
 
bool operator< (const TypeDescription &other) const
 

Public Attributes

int Class
 
size_t Size
 
int Sign
 

Detailed Description

Used to store HDF native types in a map.

Definition at line 113 of file vtkHDFReaderImplementation.h.

Constructor & Destructor Documentation

◆ TypeDescription()

vtkHDFReader::Implementation::TypeDescription::TypeDescription ( )
inline

Definition at line 118 of file vtkHDFReaderImplementation.h.

Member Function Documentation

◆ operator<()

bool vtkHDFReader::Implementation::TypeDescription::operator< ( const TypeDescription other) const
inline

Definition at line 124 of file vtkHDFReaderImplementation.h.

Member Data Documentation

◆ Class

int vtkHDFReader::Implementation::TypeDescription::Class

Definition at line 115 of file vtkHDFReaderImplementation.h.

◆ Size

size_t vtkHDFReader::Implementation::TypeDescription::Size

Definition at line 116 of file vtkHDFReaderImplementation.h.

◆ Sign

int vtkHDFReader::Implementation::TypeDescription::Sign

Definition at line 117 of file vtkHDFReaderImplementation.h.


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