VTK
dox
Common
Core
vtkAtomicTypes.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkAtomicTypes.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 vtkAtomicTypes_h
16
#define vtkAtomicTypes_h
17
18
#include "vtkAtomic.h"
19
#include "
vtkType.h
"
20
21
typedef
vtkAtomic<vtkTypeInt32>
vtkAtomicInt32
;
22
typedef
vtkAtomic<vtkTypeUInt32>
vtkAtomicUInt32
;
23
typedef
vtkAtomic<vtkTypeInt64>
vtkAtomicInt64
;
24
typedef
vtkAtomic<vtkTypeUInt64>
vtkAtomicUInt64
;
25
typedef
vtkAtomic<vtkIdType>
vtkAtomicIdType
;
26
27
#endif
28
// VTK-HeaderTest-Exclude: vtkAtomicTypes.h
vtkAtomicInt64
vtkAtomic< vtkTypeInt64 > vtkAtomicInt64
Definition:
vtkAtomicTypes.h:23
vtkAtomicUInt32
vtkAtomic< vtkTypeUInt32 > vtkAtomicUInt32
Definition:
vtkAtomicTypes.h:22
vtkType.h
vtkAtomicUInt64
vtkAtomic< vtkTypeUInt64 > vtkAtomicUInt64
Definition:
vtkAtomicTypes.h:24
vtkAtomicIdType
vtkAtomic< vtkIdType > vtkAtomicIdType
Definition:
vtkAtomicTypes.h:25
vtkAtomicInt32
vtkAtomic< vtkTypeInt32 > vtkAtomicInt32
Definition:
vtkAtomicTypes.h:21
Generated by
1.8.16