Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
int.h File Reference
Include dependency graph for int.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

CGAL_BEGIN_NAMESPACE double to_double (int i)
 
Number_tag number_type_tag (int)
 
bool is_finite (int)
 
bool is_valid (int)
 
io_Operator io_tag (int)
 
double to_double (long int i)
 
Number_tag number_type_tag (long int)
 
bool is_finite (long int)
 
bool is_valid (long int)
 
io_Operator io_tag (long int)
 
double to_double (short int i)
 
Number_tag number_type_tag (short int)
 
bool is_finite (short int)
 
bool is_valid (short int)
 
io_Operator io_tag (short int)
 
io_Operator io_tag (unsigned char)
 

Function Documentation

io_Operator io_tag ( int  )
inline

Definition at line 85 of file int.h.

86 { return io_Operator(); }
io_Operator io_tag ( long  int)
inline

Definition at line 112 of file int.h.

113 { return io_Operator(); }
io_Operator io_tag ( short  int)
inline

Definition at line 139 of file int.h.

140 { return io_Operator(); }
io_Operator io_tag ( unsigned  char)
inline

Definition at line 170 of file int.h.

171 { return io_Operator(); }
bool is_finite ( int  )
inline

Definition at line 75 of file int.h.

76 { return true; }
bool is_finite ( long  int)
inline

Definition at line 102 of file int.h.

103 { return true; }
bool is_finite ( short  int)
inline

Definition at line 129 of file int.h.

130 { return true; }
bool is_valid ( int  )
inline

Definition at line 80 of file int.h.

81 { return true; }
bool is_valid ( long  int)
inline

Definition at line 107 of file int.h.

108 { return true; }
bool is_valid ( short  int)
inline

Definition at line 134 of file int.h.

135 { return true; }
Number_tag number_type_tag ( int  )
inline

Definition at line 70 of file int.h.

71 { return Number_tag(); }
Number_tag number_type_tag ( long  int)
inline

Definition at line 97 of file int.h.

98 { return Number_tag(); }
Number_tag number_type_tag ( short  int)
inline

Definition at line 124 of file int.h.

125 { return Number_tag(); }
CGAL_BEGIN_NAMESPACE double to_double ( int  i)
inline

Definition at line 65 of file int.h.

References i.

66 { return (double)i; }
blockLoc i
Definition: read.cpp:79
double to_double ( long int  i)
inline

Definition at line 92 of file int.h.

References i.

93 { return (double)i; }
blockLoc i
Definition: read.cpp:79
double to_double ( short int  i)
inline

Definition at line 119 of file int.h.

References i.

120 { return (double)i; }
blockLoc i
Definition: read.cpp:79