Classes | |
class | vector_iterator |
Public Types | |
typedef OpenTissue::math::ValueTraits < T > | value_traits |
typedef vector_type::size_type | size_type |
typedef vector_type::value_type | real_type |
typedef OpenTissue::math::ValueTraits < real_type > | value_traits |
typedef vector_type::size_type | size_type |
typedef vector_type::value_type | real_type |
typedef OpenTissue::math::ValueTraits < real_type > | value_traits |
Public Member Functions | |
BoundFunction (T const &value) | |
template<typename vector_type > | |
T | operator() (vector_type const &x, size_t const &i) const |
BoundFunction (bool const &is_lower) | |
template<typename vector_type > | |
T | operator() (vector_type const &x, size_t const &i) const |
BoundFunction (bool const &is_lower) | |
real_type | operator() (vector_type const &x, size_type const &i) const |
vector_iterator | partial_begin (size_type const &idx) const |
vector_iterator | partial_end (size_type const &idx) const |
BoundFunction (bool const &is_lower) | |
real_type | operator() (vector_type const &x, size_type const &i) const |
Public Attributes | |
T | m_value |
bool | m_is_lower |
typedef vector_type::value_type BoundFunction< T >::real_type |
typedef vector_type::value_type BoundFunction< T >::real_type |
typedef vector_type::size_type BoundFunction< T >::size_type |
typedef vector_type::size_type BoundFunction< T >::size_type |
typedef OpenTissue::math::ValueTraits<real_type> BoundFunction< T >::value_traits |
typedef OpenTissue::math::ValueTraits<T> BoundFunction< T >::value_traits |
typedef OpenTissue::math::ValueTraits<real_type> BoundFunction< T >::value_traits |
BoundFunction< T >::BoundFunction | ( | T const & | value | ) | [inline] |
BoundFunction< T >::BoundFunction | ( | bool const & | is_lower | ) | [inline] |
BoundFunction< T >::BoundFunction | ( | bool const & | is_lower | ) | [inline] |
BoundFunction< T >::BoundFunction | ( | bool const & | is_lower | ) | [inline] |
T BoundFunction< T >::operator() | ( | vector_type const & | x, | |
size_t const & | i | |||
) | const [inline] |
real_type BoundFunction< T >::operator() | ( | vector_type const & | x, | |
size_type const & | i | |||
) | const [inline] |
T BoundFunction< T >::operator() | ( | vector_type const & | x, | |
size_t const & | i | |||
) | const [inline] |
real_type BoundFunction< T >::operator() | ( | vector_type const & | x, | |
size_type const & | i | |||
) | const [inline] |
vector_iterator BoundFunction< T >::partial_begin | ( | size_type const & | idx | ) | const [inline] |
vector_iterator BoundFunction< T >::partial_end | ( | size_type const & | idx | ) | const [inline] |
bool BoundFunction< T >::m_is_lower |
T BoundFunction< T >::m_value |