package com.metaio.sdk.jni;

public class GeometryHitVector
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public GeometryHitVector()
  {
    this(MetaioSDKJNI.new_GeometryHitVector(), true);
  }

  protected GeometryHitVector(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  protected static long getCPtr(GeometryHitVector paramGeometryHitVector)
  {
    if (paramGeometryHitVector == null)
      return 0L;
    return paramGeometryHitVector.swigCPtr;
  }

  public void add(GeometryHit paramGeometryHit)
  {
    MetaioSDKJNI.GeometryHitVector_add(this.swigCPtr, this, GeometryHit.getCPtr(paramGeometryHit), paramGeometryHit);
  }

  public void clear()
  {
    MetaioSDKJNI.GeometryHitVector_clear(this.swigCPtr, this);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_GeometryHitVector(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public GeometryHit get(int paramInt)
  {
    return new GeometryHit(MetaioSDKJNI.GeometryHitVector_get(this.swigCPtr, this, paramInt), false);
  }

  public boolean isEmpty()
  {
    return MetaioSDKJNI.GeometryHitVector_isEmpty(this.swigCPtr, this);
  }

  public void set(int paramInt, GeometryHit paramGeometryHit)
  {
    MetaioSDKJNI.GeometryHitVector_set(this.swigCPtr, this, paramInt, GeometryHit.getCPtr(paramGeometryHit), paramGeometryHit);
  }

  public long size()
  {
    return MetaioSDKJNI.GeometryHitVector_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.GeometryHitVector
 * JD-Core Version:    0.6.2
 */