S2PLOT:Function List

From S2PLOT

(Difference between revisions)
Jump to: navigation, search
Revision as of 03:51, 26 October 2007
S2plot admin (Talk | contribs)
(Opening, Closing and Selecting Devices)
← Previous diff
Revision as of 03:54, 26 October 2007
S2plot admin (Talk | contribs)
(Windows and Viewports)
Next diff →
Line 24: Line 24:
<table border=1 width=100%> <table border=1 width=100%>
<tr><th width=20%>S2PLOT</th><th>Description</th><th width=20%>PGPLOT</th></tr> <tr><th width=20%>S2PLOT</th><th>Description</th><th width=20%>PGPLOT</th></tr>
-<tr><td>[[function:s2opend | s2opend]]</td><td> </td><td> </td></tr>+<tr><td>[[function:s2svp | s2svp]]</td><td> Set up the part of 3D space that is used for plotting. </td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGSVP PGSVP]</td></tr>
 +<tr><td>[[function:s2qvp | s2qvp]]</td><td>Query the device viewport range.</td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGQVP PGQVP]</td></tr>
 +<tr><td>[[function:s2swin | s2swin]]</td><td> Set up the world coordinate range for the device.</td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGSWIN PGSWIN]</td></tr>
 +<tr><td>[[function:s2qwin | s2qwin]]</td><td>Query the world coordinate range. </td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGQWIN PGQWIN] </td></tr>
 +<tr><td>[[function:s2env | s2env]]</td><td>Convenience function which sets the plotting environment. </td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGENV PGENV]</td></tr>
</table> </table>

Revision as of 03:54, 26 October 2007

Contents

General

S2PLOTDescriptionPGPLOT
ColoursUseful colour definitions based on PGPlot default settings.
TexturesImportant information on using textures in S2PLOT.
struct XYZData structure for (x,y,z) coordinates.
struct COLOURData structure for (r,g,b) colour indices.

Opening, Closing and Selecting Devices

S2PLOTDescriptionPGPLOT
s2open Open the S2PLOT device. PGOPEN
s2opendOpen the S2PLOT device (device string version).PGOPEN
s2opendoOpen the S2PLOT device (device string version, ignoring command line arguments). PGOPEN
s2ldevList the available S2PLOT devices on stdout.PGLDEV
s2showDraw the scene and enter interactive mode if interactive is non-zero.
s2dispDraw the scene, but return control when a timeout occurs or when 'TAB' key is pressed.
s2erasErase the geometry.PGERAS

Windows and Viewports

S2PLOTDescriptionPGPLOT
s2svp Set up the part of 3D space that is used for plotting. PGSVP
s2qvpQuery the device viewport range.PGQVP
s2swin Set up the world coordinate range for the device.PGSWIN
s2qwinQuery the world coordinate range. PGQWIN
s2envConvenience function which sets the plotting environment. PGENV

Windows and Viewports

S2PLOTDescriptionPGPLOT
s2opend

Primitives

S2PLOTDescriptionPGPLOT
s2opend

Attributes

S2PLOTDescriptionPGPLOT
s2opend

Axes, Boxes & Labels

S2PLOTDescriptionPGPLOT
s2opend

XY(Z) Plots

S2PLOTDescriptionPGPLOT
s2opend

Images/Surfaces

S2PLOTDescriptionPGPLOT
s2opend

Vector Plots

S2PLOTDescriptionPGPLOT
s2opend

Miscellaneous Routines

S2PLOTDescriptionPGPLOT
s2opend

S2 "Native" Routines

S2PLOTDescriptionPGPLOT
s2opend

Callback and Handle System

S2PLOTDescriptionPGPLOT
s2opend

Advanced Texture and Colormap Handling

S2PLOTDescriptionPGPLOT
s2opend

Environment and Rendering Attributes

S2PLOTDescriptionPGPLOT
s2opend

Advanced Camera Control

S2PLOTDescriptionPGPLOT
s2opend

Additional Primitives

S2PLOTDescriptionPGPLOT
s2opend

Functions in Testing/Development

S2PLOTDescriptionPGPLOT
s2opend

Dynamic-Only Geometry Functions

S2PLOTDescriptionPGPLOT
s2opend

Deprecated Function Names (V1.48-V1.62)

S2PLOTDescriptionPGPLOT
s2opend