VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
dox
IO
ADIOS
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
22
namespace
ADIOS
23
{
24
namespace
Type
25
{
26
27
// Specialization for vtkIdType
28
template
<> ADIOS_DATATYPES
NativeToADIOS<vtkIdType>
();
29
30
// Description:
31
// Map VTK datatypes into ADIOS data types
32
ADIOS_DATATYPES
VTKToADIOS
(
int
tv);
33
34
// Description:
35
// Map VTK datatypes into ADIOS data types
36
int
ADIOSToVTK
(ADIOS_DATATYPES ta);
37
38
}
// End namespace Type
39
}
// End namespace ADIOS
40
41
#endif
42
// VTK-HeaderTest-Exclude: vtkADIOSUtilities.h
ADIOS::Type::VTKToADIOS
ADIOS_DATATYPES VTKToADIOS(int tv)
ADIOS::Type::NativeToADIOS< vtkIdType >
ADIOS_DATATYPES NativeToADIOS< vtkIdType >()
ADIOS
Definition:
vtkADIOSReader.h:41
ADIOS::Type::ADIOSToVTK
int ADIOSToVTK(ADIOS_DATATYPES ta)
vtkType.h
Generated by
1.8.9.1