VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
demarle
Source
VTK
release
8.2
build
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
#ifndef __VTK_WRAP__
18
#ifndef VTK_WRAPPING_CXX
19
20
#include <
vtkType.h
>
21
22
#include "
ADIOSUtilities.h
"
23
24
namespace
ADIOS
25
{
26
namespace
Type
27
{
28
29
// Specialization for vtkIdType
30
template
<> ADIOS_DATATYPES
NativeToADIOS<vtkIdType>
();
31
32
// Description:
33
// Map VTK datatypes into ADIOS data types
34
ADIOS_DATATYPES
VTKToADIOS
(
int
tv);
35
36
// Description:
37
// Map VTK datatypes into ADIOS data types
38
int
ADIOSToVTK
(ADIOS_DATATYPES ta);
39
40
}
// End namespace Type
41
}
// End namespace ADIOS
42
43
#endif
44
#endif
45
#endif
46
// VTK-HeaderTest-Exclude: vtkADIOSUtilities.h
ADIOS::Type::VTKToADIOS
ADIOS_DATATYPES VTKToADIOS(int tv)
ADIOS::Type::NativeToADIOS< vtkIdType >
ADIOS_DATATYPES NativeToADIOS< vtkIdType >()
ADIOSUtilities.h
ADIOS
Definition:
ADIOSAttribute.h:27
ADIOS::Type::ADIOSToVTK
int ADIOSToVTK(ADIOS_DATATYPES ta)
vtkType.h
Generated by
1.8.11