Package apple.arkit

Class ARReferenceObject

    • Constructor Detail

      • ARReferenceObject

        protected ARReferenceObject​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • exportObjectToURLPreviewImageError

        public boolean exportObjectToURLPreviewImageError​(NSURL url,
                                                          UIImage previewImage,
                                                          org.moe.natj.general.ptr.Ptr<NSError> error)
        Exports the object as an archive at the given URL. The URL path should use ARReferenceObjectArchiveExtension (.arobject) for the file extension. If serialization across devices is desired, NSKeyedArchiver should be used instead.
        Parameters:
        url - The URL at which to write the exported object.
        previewImage - An optional preview image to include in the archive.
        error - The error to populate if the write is not successful.
        Returns:
        YES if the location is written successfully, otherwise NO.
      • hash_static

        public static long hash_static()
      • initWithArchiveURLError

        public ARReferenceObject initWithArchiveURLError​(NSURL url,
                                                         org.moe.natj.general.ptr.Ptr<NSError> error)
        Initializes a new reference object with the contents of an archive at the specified URL.
        Parameters:
        url - The URL from which to read data (.arobject archive).
        error - The error to populate if the object could not be initialized.
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • name

        public java.lang.String name()
        An optional name used to identify the object.
      • new_objc

        public static java.lang.Object new_objc()
      • rawFeaturePoints

        public ARPointCloud rawFeaturePoints()
        The feature points of the object.
      • referenceObjectByMergingObjectError

        public ARReferenceObject referenceObjectByMergingObjectError​(ARReferenceObject object,
                                                                     org.moe.natj.general.ptr.Ptr<NSError> error)
        Returns a new reference object by aligning and merging the provided object with this reference. This can be used to combine multiple scans of the same object for detection in different conditions. The object being merged must share similar feature points for the merge to succeed.
        Parameters:
        object - The reference object to align and merge.
        error - The error to populate if the merge is not successful.
        Returns:
        A new reference object combining features of both scans or nil if the merge was not successful.
      • referenceObjectsInGroupNamedBundle

        public static NSSet<? extends ARReferenceObject> referenceObjectsInGroupNamedBundle​(java.lang.String name,
                                                                                            NSBundle bundle)
        Returns the set of ARReferenceObjects in the specified resource group and bundle.
        Parameters:
        name - The name of the resource group.
        bundle - The bundle containing the image file or asset catalog. Specify nil to search the app’s main bundle.
        Returns:
        The set of reference objects or nil on error.
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • resourceGroupName

        public java.lang.String resourceGroupName()
        The AR resource group name for this object. If this object was loaded via an AR resource group in the Xcode asset catalogue this property will have the name of the resource group, else be set to nil.
      • setName

        public void setName​(java.lang.String value)
        An optional name used to identify the object.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
      • version_static

        public static long version_static()