|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.geometricModel.StaticTransformationProvider
public final class StaticTransformationProvider
Transformation provider that just stores the reference to a
ITransformation.
The stored transformation can be set.
The Robotics API always assumes the translation part of transformations to be given in [mm].
| Constructor Summary | |
|---|---|
StaticTransformationProvider(ITransformation transformation)
Creates an instance of the class with the specified initial transformation. |
|
| Method Summary | |
|---|---|
PoseInformation |
getPoseInformation()
Returns information about the current pose. |
ITransformation |
getTransformation()
Gets the current transformation for the defined frame for which the implementing class is used as transformation provider. |
String |
getUniqueName()
Gets the unique name of the transformation provider. |
boolean |
isStatic()
Returns true if the the transformation for the defined frame
is static. |
void |
setTransformation(ITransformation transformation)
Sets the Transformation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticTransformationProvider(ITransformation transformation)
transformation - initial transformation| Method Detail |
|---|
public ITransformation getTransformation()
getTransformation in interface ITransformationProviderpublic void setTransformation(ITransformation transformation)
transformation - the new transformation for the defined framepublic boolean isStatic()
true if the the transformation for the defined frame
is static.
isStatic in interface ITransformationProvidertrue, if the transformation is static, else
false.public String getUniqueName()
getUniqueName in interface ITransformationProviderpublic PoseInformation getPoseInformation()
getPoseInformation in interface ITransformationProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||