Class QStateCPtr


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

      • QStateCPtr

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

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

        public QStateCPtr​(QState ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.
    • Method Detail

      • getCPtr

        public static long getCPtr​(QStateCPtr obj)
      • delete

        public void delete()
      • deref

        public QState deref()
        The pointer stored in the object.
      • __ref__

        public QState __ref__()
        Dereferencing operator.
      • getDeref

        public QState getDeref()
        Member access operator.
      • equals

        public boolean equals​(QState p)
      • 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
      • multiply

        public QState multiply​(double scale)
        Scaling of a configuration state by a scalar.
      • divide

        public QState divide​(double scale)
        Scaling of a configuration state by division
      • add

        public QState add​(QState b)
        Addition of configuration states.
      • subtract

        public QState subtract​(QState b)
        Subtraction of configuration states.
      • negate

        public QState negate()
        Unary minus operator.
      • getStateSetup

        public StateSetupPtr getStateSetup()
        returns the StateSetup
      • size

        public long size()
        The dimension of the state vector.