Class DHParameterSetPtr


  • public class DHParameterSetPtr
    extends java.lang.Object
    Ptr stores a pointer and optionally takes ownership of the value.
    • Constructor Detail

      • DHParameterSetPtr

        public DHParameterSetPtr​(long cPtr,
                                 boolean cMemoryOwn)
      • DHParameterSetPtr

        public DHParameterSetPtr()
        Default constructor yielding a NULL-pointer.
      • DHParameterSetPtr

        public DHParameterSetPtr​(DHParameterSet ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.
    • Method Detail

      • delete

        public void delete()
      • deref

        public DHParameterSet deref()
        The pointer stored in the object.
      • isShared

        public boolean isShared()
        check if this Ptr has shared ownership or none
        ownership
        Returns:
        true if Ptr has shared ownership, false if it has no ownership.
      • isNull

        public boolean isNull()
        checks if the pointer is null
        Returns:
        Returns true if the pointer is null
      • alpha

        public double alpha()
        \alpha_{i-1} *
      • a

        public double a()
        a_{i-1} *
      • d

        public double d()
        d_{i} *
      • theta

        public double theta()
        $brief \theta_{i} *
      • b

        public double b()
      • beta

        public double beta()
      • isParallel

        public boolean isParallel()
      • getType

        public java.lang.String getType()
        the DH-convention type
      • getDHParameters

        public DHParameterSetVector getDHParameters​(SerialDevicePtr device)
        Returns the DH-Parameters for a SerialDevice.

        If no or only a partial DH representation exists only the list will be empty or
        non-complete.

        Parameters:
        device - [in] SerialDevice for which to get the DH parameters
        Returns:
        The set of DH parameters