Class LinearInterpolatorTransform3DPtr


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

      • LinearInterpolatorTransform3DPtr

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

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

        public LinearInterpolatorTransform3DPtr​(LinearInterpolatorTransform3D ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.