package com.metaio.sdk.jni;

public class FaceVector
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public FaceVector()
  {
    this(MetaioSDKJNI.new_FaceVector__SWIG_0(), true);
  }

  public FaceVector(long paramLong)
  {
    this(MetaioSDKJNI.new_FaceVector__SWIG_1(paramLong), true);
  }

  protected FaceVector(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  protected static long getCPtr(FaceVector paramFaceVector)
  {
    if (paramFaceVector == null)
      return 0L;
    return paramFaceVector.swigCPtr;
  }

  public void add(Face paramFace)
  {
    MetaioSDKJNI.FaceVector_add(this.swigCPtr, this, Face.getCPtr(paramFace), paramFace);
  }

  public long capacity()
  {
    return MetaioSDKJNI.FaceVector_capacity(this.swigCPtr, this);
  }

  public void clear()
  {
    MetaioSDKJNI.FaceVector_clear(this.swigCPtr, this);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_FaceVector(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public Face get(int paramInt)
  {
    return new Face(MetaioSDKJNI.FaceVector_get(this.swigCPtr, this, paramInt), false);
  }

  public boolean isEmpty()
  {
    return MetaioSDKJNI.FaceVector_isEmpty(this.swigCPtr, this);
  }

  public void reserve(long paramLong)
  {
    MetaioSDKJNI.FaceVector_reserve(this.swigCPtr, this, paramLong);
  }

  public void set(int paramInt, Face paramFace)
  {
    MetaioSDKJNI.FaceVector_set(this.swigCPtr, this, paramInt, Face.getCPtr(paramFace), paramFace);
  }

  public long size()
  {
    return MetaioSDKJNI.FaceVector_size(this.swigCPtr, this);
  }
}

/* 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.FaceVector
 * JD-Core Version:    0.6.2
 */