HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Floor.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_Floor (C++)
7  *
8  */
9 
10 #ifndef __UT_Floor_h__
11 #define __UT_Floor_h__
12 
13 #include <SYS/SYS_Floor.h>
14 
15 #if defined(_MSC_VER)
16  #pragma message ("Deprecated in Houdini 13.0. Use SYS_Floor.h instead.")
17 #else
18  #warning "Deprecated in Houdini 13.0. Use SYS_Floor.h instead."
19 #endif
20 
21 // Do the appropriate re-mapping
22 #define UTfloor SYSfloor
23 #define UTceil SYSceil
24 #define UTfrac SYSfrac
25 #define UTsplitFloat SYSsplitFloat
26 #define UTfloorIL SYSfloorIL
27 #define UTceilIL SYSceilIL
28 #define UTfracIL SYSfracIL
29 #define UTrint SYSrint
30 #define UTniceNumber SYSniceNumber
31 
32 #endif