package com.metaio.sdk.jni;

public class IFaceDetector
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  protected IFaceDetector()
  {
    this(MetaioSDKJNI.new_IFaceDetector(), true);
    MetaioSDKJNI.IFaceDetector_director_connect(this, this.swigCPtr, this.swigCMemOwn, false);
  }

  public IFaceDetector(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(IFaceDetector paramIFaceDetector)
  {
    if (paramIFaceDetector == null)
      return 0L;
    return paramIFaceDetector.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_IFaceDetector(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  public void detect(Frame paramFrame, FaceVector paramFaceVector)
  {
    MetaioSDKJNI.IFaceDetector_detect(this.swigCPtr, this, Frame.getCPtr(paramFrame), paramFrame, FaceVector.getCPtr(paramFaceVector), paramFaceVector);
  }

  protected void finalize()
  {
    delete();
  }

  protected void swigDirectorDisconnect()
  {
    this.swigCMemOwn = false;
    delete();
  }

  public void swigReleaseOwnership()
  {
    this.swigCMemOwn = false;
    MetaioSDKJNI.IFaceDetector_change_ownership(this, this.swigCPtr, false);
  }

  public void swigTakeOwnership()
  {
    this.swigCMemOwn = true;
    MetaioSDKJNI.IFaceDetector_change_ownership(this, this.swigCPtr, true);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.IFaceDetector
 * JD-Core Version:    0.6.2
 */