00001 /* 00002 * Copyright (c) 1997, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * 00006 * Author(s): 00007 * Dennis Koelma (koelma@wins.uva.nl) 00008 * Edo Poll (poll@wins.uva.nl) 00009 */ 00010 00011 #ifndef HxPointSetR2_h 00012 #define HxPointSetR2_h 00013 00014 #include "HxPointR2.h" 00015 #include <vector> 00016 00018 typedef std::vector <HxPointR2> HxPointSetR2; 00019 00020 #endif