|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.geometry.SceneGraphObjectFactory
public final class SceneGraphObjectFactory
Not intended to be used by robot application developers! Offers methods for the creation of spatial objects and frames.
| Method Summary | |
|---|---|
static ObjectFrame |
createFrame(SpatialObject spatialObject,
String name,
ObjectFrame parent,
ITransformation transformationFromParent,
String id)
Creates an object frame with given name, UUID, parent object frame and transformation from parent object frame - and with the spatial object to which the object frame should belong. |
static SpatialObject |
createSpatialObject(String name,
String id)
Creates a spatial object where name and UUID is given. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SpatialObject createSpatialObject(String name,
String id)
name - object nameid - spatial object UUID
public static ObjectFrame createFrame(SpatialObject spatialObject,
String name,
ObjectFrame parent,
ITransformation transformationFromParent,
String id)
spatialObject - spatial object to which the object frame should belongname - object frame nameparent - parent object frametransformationFromParent - transformation from parent objectid - object frame UUID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||