VTK
9.1.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 | tagBlock |
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 tagBlock | Block |
typedef struct tagFlashReaderSimulationInformation | FlashReaderSimulationInformation |
Functions | |
static std::string | GetSeparatedParticleName (const std::string &variable) |
#define H5_USE_16_API |
Definition at line 41 of file vtkAMRFlashReaderInternal.h.
#define FLASH_READER_MAX_DIMS 3 |
Definition at line 48 of file vtkAMRFlashReaderInternal.h.
#define FLASH_READER_LEAF_BLOCK 1 |
Definition at line 49 of file vtkAMRFlashReaderInternal.h.
#define FLASH_READER_FLASH3_FFV8 8 |
Definition at line 50 of file vtkAMRFlashReaderInternal.h.
#define FLASH_READER_FLASH3_FFV9 9 |
Definition at line 51 of file vtkAMRFlashReaderInternal.h.
typedef struct tagFlashReaderIntegerScalar FlashReaderIntegerScalar |
typedef struct tagFlashReaderDoubleScalar FlashReaderDoubleScalar |
|
static |
Definition at line 108 of file vtkAMRFlashReaderInternal.h.