| 
    VTK
    9.3.0
    
   | 
 
#include <cassert>#include <cstring>#include <map>#include <string>#include <vector>#include "vtkByteSwap.h"#include "vtkCellData.h"#include "vtkDataArray.h"#include "vtkDataSet.h"#include "vtkDoubleArray.h"#include "vtkIntArray.h"#include "vtkObject.h"#include "vtkSetGet.h"#include "vtk_hdf5.h"Go to the source code of this file.
Classes | |
| struct | tagFlashReaderIntegerScalar | 
| struct | tagFlashReaderDoubleScalar | 
| struct | tagFlashReaderSimulationParameters | 
| struct | tagFlashReaderBlock | 
| struct | tagFlashReaderSimulationInformation | 
| class | vtkFlashReaderInternal | 
Macros | |
| #define | H5_USE_16_API | 
| #define | FLASH_READER_MAX_DIMS 3 | 
| #define | FLASH_READER_LEAF_BLOCK 1 | 
| #define | FLASH_READER_FLASH3_FFV8 8 | 
| #define | FLASH_READER_FLASH3_FFV9 9 | 
Typedefs | |
| typedef struct tagFlashReaderIntegerScalar | FlashReaderIntegerScalar | 
| typedef struct tagFlashReaderDoubleScalar | FlashReaderDoubleScalar | 
| typedef struct tagFlashReaderSimulationParameters | FlashReaderSimulationParameters | 
| typedef struct tagFlashReaderBlock | FlashReaderBlock | 
| typedef struct tagFlashReaderSimulationInformation | FlashReaderSimulationInformation | 
Functions | |
| static std::string | GetSeparatedParticleName (const std::string &variable) | 
| #define H5_USE_16_API | 
Definition at line 29 of file vtkAMRFlashReaderInternal.h.
| #define FLASH_READER_MAX_DIMS 3 | 
Definition at line 36 of file vtkAMRFlashReaderInternal.h.
| #define FLASH_READER_LEAF_BLOCK 1 | 
Definition at line 37 of file vtkAMRFlashReaderInternal.h.
| #define FLASH_READER_FLASH3_FFV8 8 | 
Definition at line 38 of file vtkAMRFlashReaderInternal.h.
| #define FLASH_READER_FLASH3_FFV9 9 | 
Definition at line 39 of file vtkAMRFlashReaderInternal.h.
| typedef struct tagFlashReaderIntegerScalar FlashReaderIntegerScalar | 
| typedef struct tagFlashReaderDoubleScalar FlashReaderDoubleScalar | 
| typedef struct tagFlashReaderBlock FlashReaderBlock | 
      
  | 
  static | 
Definition at line 97 of file vtkAMRFlashReaderInternal.h.