PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
MPProblem Member List

This is the complete list of members for MPProblem, including all inherited members.

AddDecomposition(Robot *_coordinator, std::unique_ptr< Decomposition > &&_decomp)MPProblem
AddDynamicObstacle(DynamicObstacle &&_obstacle)MPProblem
AddTask(std::unique_ptr< MPTask > &&_task)MPProblem
ClearDynamicObstacles()MPProblem
GetBaseFilename() constMPProblem
GetDecompositions(Robot *_coordinator)MPProblem
GetDecompositions()MPProblem
GetDynamicObstacles() const noexceptMPProblem
GetEnvironment()MPProblem
GetInitialCfg(Robot *_r)MPProblem
GetInteractionInformations()MPProblem
GetPath(const std::string &_filename="")MPProblem
GetRobot(const size_t _index) const noexceptMPProblem
GetRobot(const std::string &_label) const noexceptMPProblem
GetRobotGroup(const size_t _index) const noexceptMPProblem
GetRobotGroup(const std::string &_label) const noexceptMPProblem
GetRobotGroups() const noexceptMPProblem
GetRobots() const noexceptMPProblem
GetRobotsOfType(std::string _type) const noexceptMPProblem
GetTask(std::string _label)MPProblem
GetTasks(Robot *const _robot) const noexceptMPProblem
GetTasks(RobotGroup *const _group) const noexceptMPProblem
GetXMLFilename() constMPProblem
m_baseFilenameMPProblemprotected
m_dynamicObstaclesMPProblemprotected
m_environmentMPProblemprotected
m_filePathMPProblemprotected
m_groupTaskMapMPProblemprotected
m_initialCfgsMPProblemprotected
m_interactionInformationsMPProblemprotected
m_pointRobotMPProblemprotected
m_robotCapabilityMapMPProblemprotected
m_robotGroupsMPProblemprotected
m_robotsMPProblemprotected
m_taskDecompositionsMPProblemprotected
m_taskLabelMapMPProblemprotected
m_taskMapMPProblemprotected
m_xmlFilenameMPProblemprotected
MakePointRobot()MPProblemprotected
MPProblem()MPProblem
MPProblem(const std::string &_filename)MPProblemexplicit
MPProblem(const MPProblem &_other)MPProblem
MPProblem(MPProblem &&_other)=delete (defined in MPProblem)MPProblem
NumRobotGroups() const noexceptMPProblem
NumRobots() const noexceptMPProblem
operator=(const MPProblem &_other)MPProblem
operator=(MPProblem &&_other)=delete (defined in MPProblem)MPProblem
ParseChild(XMLNode &_node)MPProblemprotected
Print(std::ostream &_os) constMPProblemvirtual
ReadXMLFile(const std::string &_filename)MPProblem
ReassignTask(MPTask *const _task, Robot *const _newOwner)MPProblem
SetBaseFilename(const std::string &_s)MPProblem
SetEnvironment(std::unique_ptr< Environment > &&_e)MPProblem
SetInitialCfg(Robot *_r, Cfg _cfg)MPProblem
SetPath(const std::string &_filename)MPProblem
~MPProblem() (defined in MPProblem)MPProblemvirtual