/*
  $Id: wrappers.h 4025 2008-10-01 00:01:14Z abehm $

  Copyright (C) 2007 by The Regents of the University of California
	
  Redistribution of this file is permitted under
  the terms of the BSD license
    
  Date: 09/19/2007
  Author: Alexander Behm <abehm (at) ics.uci.edu>
*/


#ifndef _wrappers_h_
#define _wrappers_h_

#include "wrappersimple.h"

// wrappers for uncompressed indexers
typedef WrapperSimple<SimMetricEd> WrapperSimpleEd;
typedef WrapperSimple<SimMetricEdNorm> WrapperSimpleEdNorm;
typedef WrapperSimple<SimMetricJacc> WrapperSimpleacc;
typedef WrapperSimple<SimMetricCos> WrapperSimpleCos;
typedef WrapperSimple<SimMetricDice> WrapperSimpleDice;

#endif
