Class DSPDoubleSplitComplex


  • public final class DSPDoubleSplitComplex
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.moe.natj.general.ptr.DoublePtr imagp()  
      org.moe.natj.general.ptr.DoublePtr realp()  
      void setImagp​(org.moe.natj.general.ptr.DoublePtr value)  
      void setRealp​(org.moe.natj.general.ptr.DoublePtr value)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DSPDoubleSplitComplex

        public DSPDoubleSplitComplex()
      • DSPDoubleSplitComplex

        protected DSPDoubleSplitComplex​(org.moe.natj.general.Pointer peer)
      • DSPDoubleSplitComplex

        public DSPDoubleSplitComplex​(org.moe.natj.general.ptr.DoublePtr realp,
                                     org.moe.natj.general.ptr.DoublePtr imagp)
    • Method Detail

      • realp

        public org.moe.natj.general.ptr.DoublePtr realp()
      • setRealp

        public void setRealp​(org.moe.natj.general.ptr.DoublePtr value)
      • imagp

        public org.moe.natj.general.ptr.DoublePtr imagp()
      • setImagp

        public void setImagp​(org.moe.natj.general.ptr.DoublePtr value)