Add SDF functions to public API.
PiperOrigin-RevId: 757829339 Change-Id: I81ee7c3f33acf234835bf34cbb632e23cb9e284e
This commit is contained in:
committed by
Copybara-Service
parent
d77126dc58
commit
8a7c42c747
@@ -8966,6 +8966,55 @@ STRUCTS: Mapping[str, StructDecl] = dict([
|
||||
),
|
||||
),
|
||||
)),
|
||||
('mjSDF',
|
||||
StructDecl(
|
||||
name='mjSDF',
|
||||
declname='struct mjSDF_',
|
||||
fields=(
|
||||
StructFieldDecl(
|
||||
name='plugin',
|
||||
type=PointerType(
|
||||
inner_type=PointerType(
|
||||
inner_type=ValueType(name='mjpPlugin', is_const=True),
|
||||
),
|
||||
),
|
||||
doc='',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='id',
|
||||
type=PointerType(
|
||||
inner_type=ValueType(name='int'),
|
||||
),
|
||||
doc='',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='type',
|
||||
type=ValueType(name='mjtSDFType'),
|
||||
doc='',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='relpos',
|
||||
type=PointerType(
|
||||
inner_type=ValueType(name='mjtNum'),
|
||||
),
|
||||
doc='',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='relmat',
|
||||
type=PointerType(
|
||||
inner_type=ValueType(name='mjtNum'),
|
||||
),
|
||||
doc='',
|
||||
),
|
||||
StructFieldDecl(
|
||||
name='geomtype',
|
||||
type=PointerType(
|
||||
inner_type=ValueType(name='mjtGeom'),
|
||||
),
|
||||
doc='',
|
||||
),
|
||||
),
|
||||
)),
|
||||
('mjrRect',
|
||||
StructDecl(
|
||||
name='mjrRect',
|
||||
|
||||
Reference in New Issue
Block a user