public class DAEMSimUserSubframe extends DAEMSimExtra
COLLADA "extra" element corresponding to MSim Link
user subframe.
Copyright (C) 2010 Marsette A. Vona, III
Modifier and Type | Field and Description |
---|---|
java.util.List<Joint.Type> |
connectableJointTypes
"connectable_joint_types" child element TBD custom marshal?
|
java.util.List<java.lang.String> |
connectableSubframeTypes
"connectable_subframe_types" child element
|
private static java.lang.String |
cvsid |
java.lang.String |
name
name attribute
|
java.lang.String |
subframeType
subframe_type attribute
|
MSIM_EXTRAS, MSIM_EXTRAS_ARRAY, MSIM_PROFILE
Constructor and Description |
---|
DAEMSimUserSubframe() |
Modifier and Type | Method and Description |
---|---|
DAEMSimUserSubframe |
readFrom(Link link,
java.lang.String name,
vona.math.RX rx)
Read from the named user subframe on link.
|
DAEMSimUserSubframe |
writeTo(Link link,
vona.math.RX rx)
Write to a corresponding user subframe on link.
|
getXMLElementName, getXMLElementName, parse, parse, unparse, unparse
private static final java.lang.String cvsid
public java.lang.String name
public java.lang.String subframeType
public java.util.List<java.lang.String> connectableSubframeTypes
public java.util.List<Joint.Type> connectableJointTypes
public DAEMSimUserSubframe writeTo(Link link, vona.math.RX rx)
Write to a corresponding user subframe on link.
The pose of this subframe must be supplied by the caller, as it is the pose of the ancestor COLLADA "node" containing this extra elment.
public DAEMSimUserSubframe readFrom(Link link, java.lang.String name, vona.math.RX rx)
Read from the named user subframe on link.
The subframe pose is returned in rx, if non-null.