pmKapaPlots.h

Go to the documentation of this file.
00001 /* @file  pmKapaPlots.h
00002  * @brief functions to make plots with the external program 'kapa' 
00003  *
00004  * @author EAM, IfA
00005  *
00006  * @version $Revision: 1.6 $ $Name:  $
00007  * @date $Date: 2007/01/31 03:11:35 $
00008  * Copyright 2006 Institute for Astronomy, University of Hawaii
00009  */
00010 
00011 #ifndef PM_KAPA_PLOTS_H
00012 #define PM_KAPA_PLOTS_H
00013 
00014 /// @addtogroup Extras Miscellaneous Funtions
00015 /// @{
00016 
00017 // move to psLib or psModules
00018 int pmKapaOpen (bool showWindow);
00019 bool pmKapaClose ();
00020 bool pmKapaPlotVectorPair (psVector *xVec, psVector *yVec);
00021 
00022 # if (HAVE_KAPA)
00023     # include <kapa.h>
00024 
00025     // yes, this is an absurd name...
00026     bool pmKapaPlotVectorPair_AutoLimits_OpenGraph (int kapa, Graphdata *graphdata, psVector *xVec, psVector *yVec);
00027 bool pmKapaPlotVectorTriple_AutoLimits_OpenGraph (int kapa, Graphdata *graphdata, psVector *xVec, psVector *yVec, psVector *zVec, bool increasing);
00028 # else
00029 
00030     bool pmKapaPlotVectorPair_AutoLimits_OpenGraph (int kapa, void *graphdata, psVector *xVec, psVector *yVec);
00031 bool pmKapaPlotVectorTriple_AutoLimits_OpenGraph (int kapa, void *graphdata, psVector *xVec, psVector *yVec, psVector *zVec, bool increasing);
00032 # endif
00033 
00034 /// @}
00035 #endif // PM_KAPA_PLOTS_H

Generated on Fri Feb 2 22:35:28 2007 for Pan-STARRS Module Library by  doxygen 1.5.1