Public Types | Public Member Functions | Public Attributes

OpenTissue::grid::detail::JunctionCandidate< math_types_ > Class Template Reference

#include <grid_junctions.h>

List of all members.

Public Types

typedef math_types_ math_types
typedef math_types::vector3_type vector3_type
typedef math_types::real_type real_type

Public Member Functions

 JunctionCandidate (vector3_type const &center, real_type const &radius)

Public Attributes

vector3_type m_center
real_type m_radius
size_t m_cnt_boundary

template<typename math_types_>
class OpenTissue::grid::detail::JunctionCandidate< math_types_ >


Member Typedef Documentation

template<typename math_types_>
typedef math_types_ OpenTissue::grid::detail::JunctionCandidate< math_types_ >::math_types
template<typename math_types_>
typedef math_types::real_type OpenTissue::grid::detail::JunctionCandidate< math_types_ >::real_type
template<typename math_types_>
typedef math_types::vector3_type OpenTissue::grid::detail::JunctionCandidate< math_types_ >::vector3_type

Constructor & Destructor Documentation

template<typename math_types_>
OpenTissue::grid::detail::JunctionCandidate< math_types_ >::JunctionCandidate ( vector3_type const &  center,
real_type const &  radius 
) [inline]

Member Data Documentation

template<typename math_types_>
vector3_type OpenTissue::grid::detail::JunctionCandidate< math_types_ >::m_center
template<typename math_types_>
size_t OpenTissue::grid::detail::JunctionCandidate< math_types_ >::m_cnt_boundary
template<typename math_types_>
real_type OpenTissue::grid::detail::JunctionCandidate< math_types_ >::m_radius

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