Directive to incorporate another model directives file, optionally with its elements prefixed with a namespace.
#include <drake/multibody/parsing/model_directives.h>
Public Member Functions | |
| bool | IsValid () const |
| template<typename Archive > | |
| void | Serialize (Archive *a) |
Public Attributes | |
| std::string | file |
The package:// URI of the file to add. More... | |
| std::optional< std::string > | model_namespace |
| Namespaces base model instance for processing directive files. More... | |
| bool IsValid | ( | ) | const |
| void Serialize | ( | Archive * | a | ) |
| std::string file |
The package:// URI of the file to add.
| std::optional<std::string> model_namespace |
Namespaces base model instance for processing directive files.
Affects scoping (i.e. the following members):
README.md for example references and namespacing.