VTK
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
21typedef vtkAtomic<vtkTypeInt32> vtkAtomicInt32;
22typedef vtkAtomic<vtkTypeUInt32> vtkAtomicUInt32;
23typedef vtkAtomic<vtkTypeInt64> vtkAtomicInt64;
24typedef vtkAtomic<vtkTypeUInt64> vtkAtomicUInt64;
25typedef vtkAtomic<vtkIdType> vtkAtomicIdType;
26
27#endif
28// VTK-HeaderTest-Exclude: vtkAtomicTypes.h
vtkAtomic< vtkTypeInt32 > vtkAtomicInt32
vtkAtomic< vtkTypeInt64 > vtkAtomicInt64
vtkAtomic< vtkIdType > vtkAtomicIdType
vtkAtomic< vtkTypeUInt32 > vtkAtomicUInt32
vtkAtomic< vtkTypeUInt64 > vtkAtomicUInt64