vclip
Class FeaturePair

java.lang.Object
  extended byvclip.FeaturePair

public class FeaturePair
extends java.lang.Object

Represents a pair of features. Used with ClosestFeaturesHT.

Author:
Brian Mirtich (C++ version), Eddy Boxerman
See Also:
Copyright information

Field Summary
 Feature first
           
 Feature second
           
 
Constructor Summary
FeaturePair()
           
FeaturePair(Feature f1, Feature f2)
           
FeaturePair(FeaturePair fpair)
           
 
Method Summary
 boolean equals(Feature f1, Feature f2)
           
 void set(Feature f1, Feature f2)
           
 void set(FeaturePair fpair)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

first

public Feature first

second

public Feature second
Constructor Detail

FeaturePair

public FeaturePair()

FeaturePair

public FeaturePair(Feature f1,
                   Feature f2)

FeaturePair

public FeaturePair(FeaturePair fpair)
Method Detail

set

public void set(Feature f1,
                Feature f2)

set

public void set(FeaturePair fpair)

equals

public boolean equals(Feature f1,
                      Feature f2)

toString

public java.lang.String toString()