Public Member Functions | Public Attributes

OpenTissue::detail::T4GPUScan< real_type_ >::event_type Struct Reference

#include <t4_gpu_scan.h>

List of all members.

Public Member Functions

 event_type (int const &idx, real_type const &z_min, real_type const &z_max)
bool operator< (event_type const &E) const

Public Attributes

real_type m_z_min
 Lowest z-value of tetrahedron.
real_type m_z_max
 Lowest z-value of tetrahedron.
int m_idx
 Tetrahedron index.

template<typename real_type_>
struct OpenTissue::detail::T4GPUScan< real_type_ >::event_type


Constructor & Destructor Documentation

template<typename real_type_>
OpenTissue::detail::T4GPUScan< real_type_ >::event_type::event_type ( int const &  idx,
real_type const &  z_min,
real_type const &  z_max 
) [inline]

Member Function Documentation

template<typename real_type_>
bool OpenTissue::detail::T4GPUScan< real_type_ >::event_type::operator< ( event_type const &  E  )  const [inline]

Member Data Documentation

template<typename real_type_>
int OpenTissue::detail::T4GPUScan< real_type_ >::event_type::m_idx

Tetrahedron index.

template<typename real_type_>
real_type OpenTissue::detail::T4GPUScan< real_type_ >::event_type::m_z_max

Lowest z-value of tetrahedron.

template<typename real_type_>
real_type OpenTissue::detail::T4GPUScan< real_type_ >::event_type::m_z_min

Lowest z-value of tetrahedron.


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