#include <ndcurves/curve_constraint.h>
|
| curve_constraints (const size_t dim=3) |
|
| curve_constraints (const curve_constraints &other) |
|
virtual bool | operator== (const curve_constraints &other) const |
| Check if actual curve_constraints and other are equal.
|
|
virtual bool | operator!= (const curve_constraints &other) const |
| Check if actual curve_constraint and other are different.
|
|
virtual | ~curve_constraints () |
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
template<class Derived > |
void | loadFromText (const std::string &filename) |
| Loads a Derived object from a text file.
|
|
template<class Derived > |
void | saveAsText (const std::string &filename) const |
| Saved a Derived object as a text file.
|
|
template<class Derived > |
void | loadFromXML (const std::string &filename, const std::string &tag_name) |
| Loads a Derived object from an XML file.
|
|
template<class Derived > |
void | saveAsXML (const std::string &filename, const std::string &tag_name) const |
| Saved a Derived object as an XML file.
|
|
template<class Derived > |
void | loadFromBinary (const std::string &filename) |
| Loads a Derived object from an binary file.
|
|
template<class Derived > |
void | saveAsBinary (const std::string &filename) const |
| Saved a Derived object as an binary file.
|
|
◆ point_t
template<typename Point >
◆ curve_constraints() [1/2]
template<typename Point >
◆ curve_constraints() [2/2]
template<typename Point >
◆ ~curve_constraints()
template<typename Point >
◆ operator!=()
template<typename Point >
Check if actual curve_constraint and other are different.
- Parameters
-
other | : the other curve_constraint to check. |
- Returns
- true if the two curve_constraint are different.
◆ operator==()
template<typename Point >
◆ serialize()
template<typename Point >
template<class Archive >
◆ boost::serialization::access
template<typename Point >
friend class boost::serialization::access |
|
friend |
◆ dim_
template<typename Point >
◆ end_acc
template<typename Point >
◆ end_jerk
template<typename Point >
◆ end_vel
template<typename Point >
◆ init_acc
template<typename Point >
◆ init_jerk
template<typename Point >
◆ init_vel
template<typename Point >
The documentation for this struct was generated from the following files: