Facemorph.multifilter
Interface PQplusElement

All Superinterfaces:
java.lang.Comparable

public interface PQplusElement
extends java.lang.Comparable

An element in an attempt at an on-the-fly updatable PQ


Method Summary
 int getLocation()
          Get the location in the PQ
 void setLocation(int newLocation)
          Set the location in the PQ
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getLocation

int getLocation()
Get the location in the PQ

Returns:
return the location

setLocation

void setLocation(int newLocation)
Set the location in the PQ

Parameters:
newLocation - the new location