#include <pyhpp/manipulation/problem.hh>


Public Attributes | |
| hpp::core::Container< JointAndShapes_t > | jointAndShapes |
Public Attributes inherited from hpp::core::Problem | |
| Container< Parameter > | parameters |
Additional Inherited Members | |
Static Public Member Functions inherited from hpp::core::Problem | |
| static ProblemPtr_t | create (DevicePtr_t robot) |
| static ProblemPtr_t | createCopy (const ProblemConstPtr_t &other) |
| static void | declareParameter (const ParameterDescription &desc) |
| static const Container< ParameterDescription > & | parameterDescriptions () |
| static const ParameterDescription & | parameterDescription (const std::string &name) |
Protected Member Functions inherited from hpp::core::Problem | |
| Problem (DevicePtr_t robot) | |
| Problem (const Problem &other)=default | |
| void | init (ProblemWkPtr_t wkPtr) |
| Problem::Problem | ( | const PyWDevicePtr_t & | robot | ) |
| Problem::Problem | ( | const hpp::manipulation::ProblemPtr_t & | object | ) |
|
virtual |
Reimplemented from hpp::core::Problem.
| PyWGraphPtr_t Problem::constraintGraph | ( | ) | const |
| void Problem::constraintGraph | ( | const PyWGraphPtr_t & | graph | ) |
| void Problem::graphSteeringMethod | ( | const PyWGraphSteeringMethodPtr_t & | steeringMethod | ) |
| pyhpp::core::PyWSteeringMethodPtr_t pyhpp::manipulation::Problem::steeringMethod | ( | ) | const |
| void Problem::steeringMethod | ( | const pyhpp::core::PyWSteeringMethodPtr_t & | steeringMethod | ) |
| hpp::core::Container<JointAndShapes_t> pyhpp::manipulation::Problem::jointAndShapes |