16 #ifndef GEOMTOOLS_ANGULAR_RANGE_H 17 #define GEOMTOOLS_ANGULAR_RANGE_H 1 125 bool contains(
double angle_,
double tolerance_ = 0.0,
bool strict_range_ =
false)
const;
140 virtual void tree_dump(std::ostream & out_ = std::clog,
141 const std::string & title_ =
"",
142 const std::string & indent_ =
"",
143 bool inherit_=
false)
const;
147 const std::string & prefix_ =
"");
190 void tree_dump(std::ostream & out_ = std::clog,
191 const std::string & title_ =
"",
192 const std::string & indent_ =
"",
193 bool inherit_=
false)
const;
208 unsigned int _nsamples_;
210 unsigned int _current_step_;
211 double _current_angle_;
223 double _start_angle_;
224 double _delta_angle_;
234 #pragma clang diagnostic push 235 #pragma clang diagnostic ignored "-Wunused-local-typedef" 237 #include <boost/serialization/export.hpp> 239 #pragma clang diagnostic pop 247 #endif // GEOMTOOLS_ANGULAR_RANGE_H
#define DATATOOLS_SERIALIZATION_DECLARATION()
Definition: i_serializable.h:266
DOCD_CLASS_DECLARATION(my::algo)
Declaration of the OCD support for the my::algo class.