VTK
ADIOSDefs.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: ADIOSDefs.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10 This software is distributed WITHOUT ANY WARRANTY; without even
11 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12 PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
15#ifndef __ADIOSDefs_h
16#define __ADIOSDefs_h
17
18#include <string>
19
20namespace ADIOS
21{
22
24{
36};
38
40{
45};
47
49{
55};
56
57} // end namespace
58#endif //__ADIOSDefs_h
59// VTK-HeaderTest-Exclude: ADIOSDefs.h
const std::string & ToString(TransportMethod)
Transform
Definition: ADIOSDefs.h:40
@ Transform_SZIP
Definition: ADIOSDefs.h:44
@ Transform_BZLIB2
Definition: ADIOSDefs.h:43
@ Transform_ZLIB
Definition: ADIOSDefs.h:42
@ Transform_NONE
Definition: ADIOSDefs.h:41
ReadMethod
Definition: ADIOSDefs.h:49
@ ReadMethod_BP_AGGREGATE
Definition: ADIOSDefs.h:51
@ ReadMethod_DataSpaces
Definition: ADIOSDefs.h:52
@ ReadMethod_DIMES
Definition: ADIOSDefs.h:53
@ ReadMethod_BP
Definition: ADIOSDefs.h:50
@ ReadMethod_FlexPath
Definition: ADIOSDefs.h:54
TransportMethod
Definition: ADIOSDefs.h:24
@ TransportMethod_NULL
Definition: ADIOSDefs.h:25
@ TransportMethod_NetCDF4
Definition: ADIOSDefs.h:35
@ TransportMethod_PHDF5
Definition: ADIOSDefs.h:34
@ TransportMethod_MPI
Definition: ADIOSDefs.h:27
@ TransportMethod_MPI_AGGREGATE
Definition: ADIOSDefs.h:29
@ TransportMethod_DataSpaces
Definition: ADIOSDefs.h:31
@ TransportMethod_VAR_MERGE
Definition: ADIOSDefs.h:30
@ TransportMethod_DIMES
Definition: ADIOSDefs.h:32
@ TransportMethod_POSIX
Definition: ADIOSDefs.h:26
@ TransportMethod_MPI_LUSTRE
Definition: ADIOSDefs.h:28
@ TransportMethod_FlexPath
Definition: ADIOSDefs.h:33
@ string
Definition: vtkX3D.h:490