Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

gp_traits.h

Go to the documentation of this file.
00001 // -*- c++ -*-
00002 // $Header: /home/asanuma/lib/cvsroot/c/gnuplot/gp_traits.h,v 1.4 2004/10/26 23:27:12 asanuma Exp $
00003 //
00004 
00005 #ifndef __GP_TRAITS_H__
00006 #define __GP_TRAITS_H__
00007 
00008 #ifndef lint
00009 static char *RCSid_gp_traits_h="$Header: /home/asanuma/lib/cvsroot/c/gnuplot/gp_traits.h,v 1.4 2004/10/26 23:27:12 asanuma Exp $";
00010 #endif
00011 
00012 namespace gnuplotpp{
00013 
00014  namespace detail{
00015 
00016         typedef gprange range;
00017         //       typedef gpset set;
00018         typedef gpcoord coord;
00019         typedef gparrow arrow;
00020         typedef gpline  line;
00021         typedef gphline hline;
00022         typedef gpvline vline;
00023 
00024  } // gp_traits
00025 
00026 } // namespace gnuplot
00027 
00028 #endif // __GP_TRAITS_H__

Generated on Wed Apr 27 00:09:37 2005 for gnuplot++ by doxygen1.2.15