Class RWStudioView3DPtr


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

      • RWStudioView3DPtr

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

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

        public RWStudioView3DPtr​(RWStudioView3D ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.