|
| template<typename T > |
| const boost::disable_if_c< VecTraits< T >::IsVec, T >::type & | min (const T &a, const T &b) |
| |
| template<typename T > |
| const boost::disable_if_c< VecTraits< T >::IsVec, T >::type & | max (const T &a, const T &b) |
| |
| template<typename T > |
| const boost::enable_if_c< VecTraits< T >::IsVec, T >::type & | min (const T &a, const T &b) |
| |
| template<typename T > |
| const boost::enable_if_c< VecTraits< T >::IsVec, T >::type & | max (const T &a, const T &b) |
| |
| template<typename T > |
| boost::disable_if< boost::is_integral< T >, T >::type | divide (const T &a, const T &b) |
| |
| template<typename T > |
| boost::enable_if< boost::is_integral< T >, T >::type | divide (const T &a, const T &b) |
| |
| bool | divide (bool a, bool) |
| |
| template<CSGOperation Operation, typename TreeType > |
| TreeType::Ptr | doCSGCopy (const TreeType &lhs, const TreeType &rhs) |
| |