VTK  9.3.20240328
Classes | Macros | Typedefs | Functions
vtkAMRFlashReaderInternal.h File Reference
#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"
Include dependency graph for vtkAMRFlashReaderInternal.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)
 

Macro Definition Documentation

◆ H5_USE_16_API

#define H5_USE_16_API

Definition at line 29 of file vtkAMRFlashReaderInternal.h.

◆ FLASH_READER_MAX_DIMS

#define FLASH_READER_MAX_DIMS   3

Definition at line 36 of file vtkAMRFlashReaderInternal.h.

◆ FLASH_READER_LEAF_BLOCK

#define FLASH_READER_LEAF_BLOCK   1

Definition at line 37 of file vtkAMRFlashReaderInternal.h.

◆ FLASH_READER_FLASH3_FFV8

#define FLASH_READER_FLASH3_FFV8   8

Definition at line 38 of file vtkAMRFlashReaderInternal.h.

◆ FLASH_READER_FLASH3_FFV9

#define FLASH_READER_FLASH3_FFV9   9

Definition at line 39 of file vtkAMRFlashReaderInternal.h.

Typedef Documentation

◆ FlashReaderIntegerScalar

◆ FlashReaderDoubleScalar

◆ FlashReaderSimulationParameters

◆ FlashReaderBlock

◆ FlashReaderSimulationInformation

Function Documentation

◆ GetSeparatedParticleName()

static std::string GetSeparatedParticleName ( const std::string &  variable)
static

Definition at line 97 of file vtkAMRFlashReaderInternal.h.