|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.amis.pogamut.usar2004.agent.module.geometry.SuperGeometry
cz.cuni.amis.pogamut.usar2004.agent.module.geometry.GeoMissionPackage
public class GeoMissionPackage
Geometry message representative for Mission package.
Field Summary | |
---|---|
static GeometryType |
type
|
Fields inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.geometry.SuperGeometry |
---|
geoType, lastMessage |
Constructor Summary | |
---|---|
GeoMissionPackage()
Ctor. |
Method Summary | |
---|---|
int |
getLinkAt(int index)
For a mission package, the geometry message is expressed in the following format to tell us how the mission package and its elements are �installed’ together to the robot. |
int |
getLinkSize()
Returns length of link list. |
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocationAt(int index)
For a mission package, the geometry message is expressed in the following format to tell us how the mission package and its elements are �installed’ together to the robot. |
int |
getLocationSize()
Returns length of location list. |
cz.cuni.amis.pogamut.base3d.worldview.object.Rotation |
getOrientationAt(int index)
For a mission package, the geometry message is expressed in the following format to tell us how the mission package and its elements are �installed’ together to the robot. |
int |
getOrientationsSize()
Returns length of orientation list. |
int |
getParentLink(int index)
For a mission package, the geometry message is expressed in the following format to tell us how the mission package and its elements are �installed’ together to the robot. |
int |
getParentLinkSize()
Returns length of parent link list. |
Methods inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.geometry.SuperGeometry |
---|
getGeometryType, getName, getType, isReady, updateMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final GeometryType type
Constructor Detail |
---|
public GeoMissionPackage()
Method Detail |
---|
public int getLinkSize()
public int getParentLinkSize()
public int getLocationSize()
public int getOrientationsSize()
public int getLinkAt(int index)
public int getParentLink(int index)
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocationAt(int index)
public cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getOrientationAt(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |