/*========================================================================= Program: Visualization Toolkit Module: vtkAtomicTypes.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ #ifndef vtkAtomicTypes_h #define vtkAtomicTypes_h #include "vtkAtomic.h" #include "vtkType.h" typedef vtkAtomic vtkAtomicInt32; typedef vtkAtomic vtkAtomicUInt32; typedef vtkAtomic vtkAtomicInt64; typedef vtkAtomic vtkAtomicUInt64; typedef vtkAtomic vtkAtomicIdType; #endif // VTK-HeaderTest-Exclude: vtkAtomicTypes.h