Public Member Functions | Public Attributes

OpenTissue::obb_tree::OBBTreeTypes< math_types_ >::OBBTreeBVTraits Class Reference

#include <obb_tree_types.h>

List of all members.

Public Member Functions

 OBBTreeBVTraits ()

Public Attributes

time_stamp_type m_query
 Collision query time stamp. Used to verify whether cached volume is valid or not.
obb_type m_cached_volume
 Cached model update transform of BV volume.

template<typename math_types_ = math::BasicMathTypes<double,size_t>>
class OpenTissue::obb_tree::OBBTreeTypes< math_types_ >::OBBTreeBVTraits


Constructor & Destructor Documentation

template<typename math_types_ = math::BasicMathTypes<double,size_t>>
OpenTissue::obb_tree::OBBTreeTypes< math_types_ >::OBBTreeBVTraits::OBBTreeBVTraits (  )  [inline]

Member Data Documentation

template<typename math_types_ = math::BasicMathTypes<double,size_t>>
obb_type OpenTissue::obb_tree::OBBTreeTypes< math_types_ >::OBBTreeBVTraits::m_cached_volume

Cached model update transform of BV volume.

template<typename math_types_ = math::BasicMathTypes<double,size_t>>
time_stamp_type OpenTissue::obb_tree::OBBTreeTypes< math_types_ >::OBBTreeBVTraits::m_query

Collision query time stamp. Used to verify whether cached volume is valid or not.


The documentation for this class was generated from the following file: