mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-09 14:58:02 -05:00
Rename the distance measures...in case I ever decide to use them
This commit is contained in:
@@ -27,8 +27,8 @@ enum LIBKAMI_EXPORT GridNeighborhoodType {
|
||||
};
|
||||
|
||||
/// \brief Distance types for orthogonal grid domains
|
||||
enum LIBKAMI_EXPORT GridDistanceType { Linear,
|
||||
Taxicab };
|
||||
enum LIBKAMI_EXPORT GridDistanceType { Euclidean,
|
||||
Manhattan };
|
||||
|
||||
/// \brief An abstract domain based on a grid with integer steps
|
||||
class LIBKAMI_EXPORT GridDomain : public Domain {
|
||||
|
||||
Reference in New Issue
Block a user