Class ImplicitFacePtr


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

      • ImplicitFacePtr

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

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

        public ImplicitFacePtr​(ImplicitFace ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.