Searched defs:atr (Results 1 – 3 of 3) sorted by relevance
89 explicit axis_transformation(ATR atr) : atr_(atr) {} in axis_transformation()90 axis_transformation(const axis_transformation& atr) : atr_(atr.atr_) {} in axis_transformation()117 axis_transformation& operator=(const ATR& atr) { in operator =()316 anisotropic_scale_factor& transform(axis_transformation atr) { in transform()354 explicit transformation(axis_transformation atr) : atr_(atr), p_(0, 0) {} in transformation()355 explicit transformation(axis_transformation::ATR atr) : atr_(atr), p_(0, 0) {} in transformation()364 transformation(axis_transformation atr, in transformation()370 transformation(axis_transformation atr, in transformation()424 void set_axis_transformation(const axis_transformation& atr) { in set_axis_transformation()
150 …boost::regex_token_iterator<std::string::const_iterator> atr(author_list.begin(), author_list.end(… in scan_license() local
97 chtype atr; /* Color attribute */ member