libalmath
2.8.7.4
|
Functions | |
ALMATH_API bool | is_labels (const ptree::value_type &val) |
ALMATH_API ptree & | add_label (ptree &pt, int frame, const std::string value) |
auto | get_labels (const ptree &pt) -> boost::select_second_const_range< decltype(boost::adaptors::filter(pt, Label::is_label))> |
auto | get_labels (ptree &pt) -> boost::select_second_mutable_range< decltype(boost::adaptors::filter(pt, Label::is_label))> |
ALMATH_API ptree& AL::qianim::V2::Labels::add_label | ( | ptree & | pt, |
int | frame, | ||
const std::string | value | ||
) |
|
inline |
|
inline |
ALMATH_API bool AL::qianim::V2::Labels::is_labels | ( | const ptree::value_type & | val | ) |