VMTK
vtkvmtkConstants.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: VMTK
4  Module: $RCSfile: vtkvmtkConstants.h,v $
5  Language: C++
6 
7  Copyright (c) Luca Antiga, David Steinman. All rights reserved.
8  See LICENSE file for details.
9 
10  Portions of this code are covered under the VTK copyright.
11  See VTKCopyright.txt or http://www.kitware.com/VTKCopyright.htm
12  for details.
13 
14  This software is distributed WITHOUT ANY WARRANTY; without even
15  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16  PURPOSE. See the above copyright notices for more information.
17 
18 =========================================================================*/
19 
20 #ifndef VTK_VMTK_LARGE_INTEGER
21 #define VTK_VMTK_LARGE_INTEGER 2147483647
22 #endif
23 
24 #ifndef VTK_VMTK_FLOAT_TOL
25 #define VTK_VMTK_FLOAT_TOL 1.0E-6
26 #endif
27 
28 #ifndef VTK_VMTK_LARGE_FLOAT
29 #define VTK_VMTK_LARGE_FLOAT 1.0E+16
30 #endif
31 
32 #ifndef VTK_VMTK_DOUBLE_TOL
33 #define VTK_VMTK_DOUBLE_TOL 1.0E-12
34 #endif
35 
36 #ifndef VTK_VMTK_LARGE_DOUBLE
37 #define VTK_VMTK_LARGE_DOUBLE 1.0E+32
38 #endif
39 
40 #ifndef VTK_VMTK_PIVOTING_TOL
41 #define VTK_VMTK_PIVOTING_TOL 1.0E-12
42 #endif
43 
44 #ifndef VTK_VMTK_ITEM_TYPES
45 #define VTK_VMTK_ITEM_TYPES
46 enum
47  {
53 
60 
62  };
63 
64 #endif