|
hpp-pinocchio 9.0.2
Wrapping of the kinematic/dynamic chain Pinocchio for HPP.
|
Classes | |
| struct | hpp::prettyPrint< T, Option > |
| This function must be specialized for the type you want to print. More... | |
Enumerations | |
| enum | { hpp::OutputFormatBits = 3 , hpp::OneLineOutput = 0 , hpp::CondensedOutput = 1 , hpp::PrettyOutput = 2 } |
| The printing options, currently only contains the output format. More... | |
Functions | |
| HPP_PINOCCHIO_DLLAPI std::ostream & | hpp::setpyformat (std::ostream &o) |
| HPP_PINOCCHIO_DLLAPI std::ostream & | hpp::unsetpyformat (std::ostream &o) |
| template<typename T> | |
| PrettyPrint< T, PrettyOutput > | hpp::pretty_print (const T &t) |
| Pretty printing. | |
| template<typename T> | |
| PrettyPrint< T, CondensedOutput > | hpp::condensed (const T &t) |
| Condensed printing. | |
| template<typename T> | |
| PrettyPrint< T, OneLineOutput > | hpp::one_line (const T &t) |
| Print on one line. | |
Some tools to ease pretty printing of objects in HPP. To print vectors, you have the following options:
which should output something like
| anonymous enum |
|
inline |
Condensed printing.
|
inline |
Print on one line.
|
inline |
Pretty printing.
| HPP_PINOCCHIO_DLLAPI std::ostream & hpp::setpyformat | ( | std::ostream & | o | ) |
| HPP_PINOCCHIO_DLLAPI std::ostream & hpp::unsetpyformat | ( | std::ostream & | o | ) |