#include <hpp/core/parser/roadmap-factory.hh>
|
| typedef ::hpp::util::parser::ObjectFactory | Parent_t |
| |
◆ Parent_t
◆ RoadmapFactory() [1/2]
| hpp::core::parser::RoadmapFactory::RoadmapFactory |
( |
const RoadmapPtr_t & |
roadmap, |
|
|
const ProblemPtr_t & |
problem, |
|
|
ObjectFactory * |
parent, |
|
|
const XMLElement * |
element |
|
) |
| |
Constructor using an already created Roadmap.
◆ RoadmapFactory() [2/2]
| hpp::core::parser::RoadmapFactory::RoadmapFactory |
( |
const ProblemPtr_t & |
problem, |
|
|
const RoadmapPtr_t & |
roadmap, |
|
|
ObjectFactory * |
parent = NULL |
|
) |
| |
◆ create()
| static ObjectFactory* hpp::core::parser::RoadmapFactory::create |
( |
const RoadmapPtr_t & |
r, |
|
|
const ProblemPtr_t & |
p, |
|
|
ObjectFactory * |
parent, |
|
|
const XMLElement * |
el |
|
) |
| |
|
inlinestatic |
◆ finishAttributes()
| virtual bool hpp::core::parser::RoadmapFactory::finishAttributes |
( |
| ) |
|
|
virtual |
◆ finishTags()
| virtual void hpp::core::parser::RoadmapFactory::finishTags |
( |
| ) |
|
|
virtual |
◆ roadmap()
| RoadmapPtr_t hpp::core::parser::RoadmapFactory::roadmap |
( |
| ) |
const |
|
inline |