Attach the tree of defaults recursively and with namespacing.
PiperOrigin-RevId: 650664018 Change-Id: I17751a02a406dcb2a2ca218c316b5eb0370071b8
This commit is contained in:
committed by
Copybara-Service
parent
d0f86bc2c5
commit
462cfa5ceb
@@ -1611,9 +1611,12 @@ class mjCDef : public mjsElement {
|
||||
mjCDef();
|
||||
mjCDef(const mjCDef& other);
|
||||
mjCDef& operator=(const mjCDef& other);
|
||||
mjCDef& operator+=(const mjCDef& other);
|
||||
|
||||
void CopyWithoutChildren(const mjCDef& other);
|
||||
void PointToLocal(void);
|
||||
void CopyFromSpec(void);
|
||||
void NameSpace(const mjCModel* m);
|
||||
|
||||
void Compile(const mjCModel* model);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user