#include <ArmarXCore/util/ScenarioManagerCommon/parser/PackageBuilder.h>
Definition at line 41 of file PackageBuilder.h.
◆ FilterPackagesForScenario()
StringList FilterPackagesForScenario |
( |
std::string |
scenario | ) |
|
|
static |
◆ GetDefaultPackages()
◆ packageFound()
bool packageFound |
( |
std::string |
name | ) |
|
- Returns
- if a package with the given name was found
◆ parsePackage() [1/2]
PackagePtr parsePackage |
( |
std::string |
name | ) |
|
Parses the package of the given name and creates a Package out of the parsed data.
- Parameters
-
name | name of the package to be parsed |
- Returns
- a Package containing the data parsed out of the original package
Definition at line 45 of file PackageBuilder.cpp.
◆ parsePackage() [2/2]
PackagePtr parsePackage |
( |
std::string |
name, |
|
|
StringList |
openedScenarios |
|
) |
| |
Parses the package of the given name and creates a Package out of the parsed data.
- Parameters
-
name | name of the package to be parsed |
openedScenarios | filters the package scenarios |
- Returns
Definition at line 65 of file PackageBuilder.cpp.
The documentation for this class was generated from the following files: