Package org.robwork.sdurw_pathplanning
Class PathAnalyzer.JointSpaceAnalysis
- java.lang.Object
-
- org.robwork.sdurw_pathplanning.PathAnalyzer.JointSpaceAnalysis
-
- Enclosing class:
- PathAnalyzer
public static class PathAnalyzer.JointSpaceAnalysis extends java.lang.Object
Result struct for joint space analysis
-
-
Constructor Summary
Constructors Constructor Description JointSpaceAnalysis()
Constructs JointSpaceAnalysis struct initialized to zero.JointSpaceAnalysis(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(PathAnalyzer.JointSpaceAnalysis obj)
double
getLength()
Total length in joint spacedouble
getNodecount()
Number of nodesvoid
setLength(double value)
Total length in joint spacevoid
setNodecount(double value)
Number of nodes
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(PathAnalyzer.JointSpaceAnalysis obj)
-
delete
public void delete()
-
setNodecount
public void setNodecount(double value)
Number of nodes
-
getNodecount
public double getNodecount()
Number of nodes
-
setLength
public void setLength(double value)
Total length in joint space
-
getLength
public double getLength()
Total length in joint space
-
-