#include <mc_tvm/Convex.h>
Public Member Functions | |
Convex (NewConvexToken, mc_rbdyn::S_ObjectPtr object, const mc_rbdyn::RobotFrame &frame, const sva::PTransformd &X_f_c) | |
Convex (const Convex &)=delete | |
Convex & | operator= (const Convex &)=delete |
mc_rbdyn::S_ObjectPtr | convex () noexcept |
const mc_rbdyn::RobotFrame & | frame () |
Friends | |
struct | mc_rbdyn::Robot |
A convex is an SCH object associated to a Frame
It defines a single output:
mc_tvm::Convex::Convex | ( | NewConvexToken | , |
mc_rbdyn::S_ObjectPtr | object, | ||
const mc_rbdyn::RobotFrame & | frame, | ||
const sva::PTransformd & | X_f_c | ||
) |
Construct a convex from associated S_Object and frame
object | Pointer to the loaded S_Object |
frame | Frame of this convex |
X_f_c | Transformation from the frame to the convex |
|
delete |
|
inlinenoexcept |
Access the underlying SCH object
|
inline |
Access the associated frame
|
friend |