libalmath  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
AL::qianim::V2::Tangent Namespace Reference

Functions

template<typename T >
std::enable_if
< std::is_floating_point< T >
::value, T >::type 
get_abscissa (const ptree &pt)
 
template<typename T >
std::enable_if
< std::is_floating_point< T >
::value >::type 
put_abscissa (ptree &pt, T abscissa)
 
template<typename T >
std::enable_if
< std::is_floating_point< T >
::value, T >::type 
get_ordinate (const ptree &pt)
 
template<typename T >
std::enable_if
< std::is_floating_point< T >
::value >::type 
put_ordinate (ptree &pt, T ordinate)
 
ALMATH_API Side get_side (const ptree &pt)
 
ALMATH_API void put_side (ptree &pt, Side side)
 

Function Documentation

template<typename T >
std::enable_if<std::is_floating_point<T>::value, T>::type AL::qianim::V2::Tangent::get_abscissa ( const ptree &  pt)

Definition at line 57 of file qianim.h.

template<typename T >
std::enable_if<std::is_floating_point<T>::value, T>::type AL::qianim::V2::Tangent::get_ordinate ( const ptree &  pt)

Definition at line 72 of file qianim.h.

ALMATH_API Side AL::qianim::V2::Tangent::get_side ( const ptree &  pt)
template<typename T >
std::enable_if<std::is_floating_point<T>::value>::type AL::qianim::V2::Tangent::put_abscissa ( ptree &  pt,
abscissa 
)

Definition at line 65 of file qianim.h.

template<typename T >
std::enable_if<std::is_floating_point<T>::value>::type AL::qianim::V2::Tangent::put_ordinate ( ptree &  pt,
ordinate 
)

Definition at line 78 of file qianim.h.

ALMATH_API void AL::qianim::V2::Tangent::put_side ( ptree &  pt,
Side  side 
)