OpenVDB  4.0.1
Classes | Enumerations | Functions
openvdb::v4_0_1::tools::composite Namespace Reference

Classes

struct  BuildPrimarySegment
 
struct  BuildSecondarySegment
 
struct  GridOrTreeConstructor
 
struct  GridOrTreeConstructor< Grid< TreeType > >
 

Enumerations

enum  CSGOperation { CSG_UNION, CSG_INTERSECTION, CSG_DIFFERENCE }
 

Functions

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)
 

Enumeration Type Documentation

Enumerator
CSG_UNION 
CSG_INTERSECTION 
CSG_DIFFERENCE 

Function Documentation

boost::disable_if<boost::is_integral<T>, T>::type openvdb::v4_0_1::tools::composite::divide ( const T &  a,
const T &  b 
)
inline
boost::enable_if<boost::is_integral<T>, T>::type openvdb::v4_0_1::tools::composite::divide ( const T &  a,
const T &  b 
)
inline
bool openvdb::v4_0_1::tools::composite::divide ( bool  a,
bool   
)
inline
TreeType::Ptr openvdb::v4_0_1::tools::composite::doCSGCopy ( const TreeType &  lhs,
const TreeType &  rhs 
)
inline
const boost::disable_if_c<VecTraits<T>::IsVec, T>::type& openvdb::v4_0_1::tools::composite::max ( const T &  a,
const T &  b 
)
inline
const boost::enable_if_c<VecTraits<T>::IsVec, T>::type& openvdb::v4_0_1::tools::composite::max ( const T &  a,
const T &  b 
)
inline
const boost::disable_if_c<VecTraits<T>::IsVec, T>::type& openvdb::v4_0_1::tools::composite::min ( const T &  a,
const T &  b 
)
inline
const boost::enable_if_c<VecTraits<T>::IsVec, T>::type& openvdb::v4_0_1::tools::composite::min ( const T &  a,
const T &  b 
)
inline