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

Functions

ALMATH_API bool is_labels (const ptree::value_type &val)
 
ALMATH_API ptreeadd_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))>
 

Function Documentation

ALMATH_API ptree& AL::qianim::V2::Labels::add_label ( ptree &  pt,
int  frame,
const std::string  value 
)
auto AL::qianim::V2::Labels::get_labels ( const ptree &  pt) -> boost::select_second_const_range< decltype(boost::adaptors::filter(pt, Label::is_label))>
inline

Definition at line 288 of file qianim.h.

auto AL::qianim::V2::Labels::get_labels ( ptree &  pt) -> boost::select_second_mutable_range< decltype(boost::adaptors::filter(pt, Label::is_label))>
inline

Definition at line 296 of file qianim.h.

ALMATH_API bool AL::qianim::V2::Labels::is_labels ( const ptree::value_type &  val)