From: <sm...@us...> - 2009-05-05 06:14:42
|
Revision: 9911 http://plplot.svn.sourceforge.net/plplot/?rev=9911&view=rev Author: smekal Date: 2009-05-05 06:14:27 +0000 (Tue, 05 May 2009) Log Message: ----------- Added plctime declaration to the D bindings. Modified Paths: -------------- trunk/bindings/d/plplot.d Modified: trunk/bindings/d/plplot.d =================================================================== --- trunk/bindings/d/plplot.d 2009-05-05 05:52:55 UTC (rev 9910) +++ trunk/bindings/d/plplot.d 2009-05-05 06:14:27 UTC (rev 9911) @@ -366,6 +366,7 @@ alias c_plcol1 plcol1; alias c_plcont plcont; alias c_plcpstrm plcpstrm; +alias c_plctime plctime; alias c_plend plend; alias c_plend1 plend1; alias c_plenv plenv; @@ -604,9 +605,11 @@ void plfcont(PLFLT function(PLINT , PLINT , PLPointer )f2eval, PLPointer f2eval_data, PLINT nx, PLINT ny, PLINT kx, PLINT lx, PLINT ky, PLINT ly, PLFLT *clevel, PLINT nlevel, void function(PLFLT , PLFLT , PLFLT *, PLFLT *, PLPointer )pltr, PLPointer pltr_data); /* Copies state parameters from the reference stream to the current stream. */ +void c_plcpstrm(PLINT iplsr, PLBOOL flags); -void c_plcpstrm(PLINT iplsr, PLBOOL flags); - +/* Calculate continuous time from broken-down time for current stream. */ +void c_plctime(PLINT year, PLINT month, PLINT day, PLINT hour, PLINT min, PLFLT sec, PLFLT *ctime); + /* Converts input values from relative device coordinates to relative plot */ /* coordinates. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |