VTK
vtkADIOSUtilities.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkADIOSUtilities.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 vtkADIOSUtilities_h
16#define vtkADIOSUtilities_h
17
18#include <vtkType.h>
19
20#include "ADIOSUtilities.h"
21
22namespace ADIOS
23{
24namespace Type
25{
26
27// Specialization for vtkIdType
28template<> ADIOS_DATATYPES NativeToADIOS<vtkIdType>();
29
30// Description:
31// Map VTK datatypes into ADIOS data types
32ADIOS_DATATYPES VTKToADIOS(int tv);
33
34// Description:
35// Map VTK datatypes into ADIOS data types
36int ADIOSToVTK(ADIOS_DATATYPES ta);
37
38} // End namespace Type
39} // End namespace ADIOS
40
41#endif
42// VTK-HeaderTest-Exclude: vtkADIOSUtilities.h
ADIOS_DATATYPES NativeToADIOS< vtkIdType >()
int ADIOSToVTK(ADIOS_DATATYPES ta)
ADIOS_DATATYPES VTKToADIOS(int tv)