Package org.robwork.sdurwsim
Class BodyInfo
- java.lang.Object
-
- org.robwork.sdurwsim.BodyInfo
-
public class BodyInfo extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()static longgetCPtr(BodyInfo obj)InertiaMatrixdgetInertia()java.lang.StringgetIntegratorType()doublegetMass()Vector3DgetMasscenter()java.lang.StringgetMaterial()java.lang.StringgetObjectType()voidprint()voidprint(SWIGTYPE_p_std__ostream ostr)voidsetInertia(InertiaMatrixd value)voidsetIntegratorType(java.lang.String value)voidsetMass(double value)voidsetMasscenter(Vector3D value)voidsetMaterial(java.lang.String value)voidsetObjectType(java.lang.String value)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(BodyInfo obj)
-
delete
public void delete()
-
setMaterial
public void setMaterial(java.lang.String value)
-
getMaterial
public java.lang.String getMaterial()
-
setObjectType
public void setObjectType(java.lang.String value)
-
getObjectType
public java.lang.String getObjectType()
-
setMass
public void setMass(double value)
-
getMass
public double getMass()
-
setMasscenter
public void setMasscenter(Vector3D value)
-
getMasscenter
public Vector3D getMasscenter()
-
setInertia
public void setInertia(InertiaMatrixd value)
-
getInertia
public InertiaMatrixd getInertia()
-
setIntegratorType
public void setIntegratorType(java.lang.String value)
-
getIntegratorType
public java.lang.String getIntegratorType()
-
print
public void print()
-
print
public void print(SWIGTYPE_p_std__ostream ostr)
-
-