VTK
Classes | Defines | Typedefs | Functions
dox/IO/AMR/vtkAMRFlashReaderInternal.h File Reference
#include <cassert>
#include <vector>
#include <map>
#include <cstring>
#include <string>
#include "vtkSetGet.h"
#include "vtkDataSet.h"
#include "vtkObject.h"
#include "vtkDataArray.h"
#include "vtkDoubleArray.h"
#include "vtkIntArray.h"
#include "vtkCellData.h"
#include "vtkByteSwap.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  tagBlock
struct  tagFlashReaderSimulationInformation
class  vtkFlashReaderInternal

Defines

#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 Documentation

#define H5_USE_16_API

Definition at line 42 of file vtkAMRFlashReaderInternal.h.

#define FLASH_READER_MAX_DIMS   3

Definition at line 49 of file vtkAMRFlashReaderInternal.h.

#define FLASH_READER_LEAF_BLOCK   1

Definition at line 50 of file vtkAMRFlashReaderInternal.h.

#define FLASH_READER_FLASH3_FFV8   8

Definition at line 51 of file vtkAMRFlashReaderInternal.h.

#define FLASH_READER_FLASH3_FFV9   9

Definition at line 52 of file vtkAMRFlashReaderInternal.h.


Typedef Documentation

typedef struct tagBlock Block

Function Documentation

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

Definition at line 109 of file vtkAMRFlashReaderInternal.h.