hpp-python 9.0.2
python bindings for HPP, based on boost python
Loading...
Searching...
No Matches
problem.cc File Reference
Include dependency graph for problem.cc:

Classes

struct  pyhpp::core::ProblemWrapperConverter
 

Namespaces

namespace  pyhpp
 
namespace  pyhpp::core
 

Typedefs

typedef PyWSteeringMethodPtr_t(Problem::* pyhpp::core::GetSteeringMethod) () const
 
typedef void(Problem::* pyhpp::core::SetSteeringMethod) (const PyWSteeringMethodPtr_t &)
 
typedef const ConfigValidationsPtr_t &(Problem::* pyhpp::core::GetConfigValidation) () const
 
typedef void(Problem::* pyhpp::core::SetConfigValidation) (const ConfigValidationsPtr_t &)
 
typedef PathValidationPtr_t(Problem::* pyhpp::core::GetPathValidation) () const
 
typedef void(Problem::* pyhpp::core::SetPathValidation) (const PathValidationPtr_t &)
 
typedef PathProjectorPtr_t(Problem::* pyhpp::core::GetPathProjector) () const
 
typedef void(Problem::* pyhpp::core::SetPathProjector) (const PathProjectorPtr_t &)
 
typedef DistancePtr_t(Problem::* pyhpp::core::GetDistance) () const
 
typedef void(Problem::* pyhpp::core::SetDistance) (const DistancePtr_t &)
 
typedef const ProblemTargetPtr_t &(Problem::* pyhpp::core::GetTarget) () const
 
typedef void(Problem::* pyhpp::core::SetTarget) (const ProblemTargetPtr_t &)
 
typedef ConfigurationShooterPtr_t(Problem::* pyhpp::core::GetConfigurationShooter) () const
 
typedef void(Problem::* pyhpp::core::SetConfigurationShooter) (const ConfigurationShooterPtr_t &)
 

Functions

void pyhpp::core::register_problem_converters ()
 
void pyhpp::core::exposeProblem ()