S2PLOT:Function List
From S2PLOT
(Difference between revisions)
Revision as of 03:55, 26 October 2007 S2plot admin (Talk | contribs) (→Windows and Viewports) ← Previous diff |
Revision as of 04:07, 26 October 2007 S2plot admin (Talk | contribs) (→General) Next diff → |
||
Line 8: | Line 8: | ||
<tr><td>[[function:struct COLOUR | struct COLOUR]]</td><td>Data structure for (r,g,b) colour indices.</td><td> </td></tr> | <tr><td>[[function:struct COLOUR | struct COLOUR]]</td><td>Data structure for (r,g,b) colour indices.</td><td> </td></tr> | ||
</table> | </table> | ||
+ | |||
+ | |||
+ | ==Opening, Closing and Selecting Devices == | ||
+ | <table border=1 width=100%> | ||
+ | <tr> | ||
+ | <th width=15%>S2PLOT<th><th width=*>Description<th><th width=15%>PGPLOT<th><tr> | ||
+ | <tr><Tr><td>[[Function:reference.php?s=1&e=s2open | s2open]<td><td>Open the S2PLOT device. <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGOPEN PGOPEN]<td><tr> | ||
+ | <Tr><td>[[Function:reference.php?s=1&e=s2opend | s2opend]<td><td>Open the S2PLOT device (device string version). <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGOPEN PGOPEN]<td><tr> | ||
+ | <Tr><td>[[Function:reference.php?s=1&e=s2opendo | s2opendo]<td><td>Open the S2PLOT device (device string version, ignoring command line arguments). <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGOPEN PGOPEN]<td><tr> | ||
+ | <Tr><td>[[Function:reference.php?s=1&e=s2ldev | s2ldev]<td><td>List the available S2PLOT devices on stdout. <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGLDEV PGLDEV]<td><tr> | ||
+ | <Tr><td>[[Function:reference.php?s=1&e=s2show | s2show]<td><td>Draw the scene and enter interactive mode if interactive is non-zero. <td><td> <td><tr> | ||
+ | <Tr><td>[[Function:reference.php?s=1&e=s2disp | s2disp]<td><td>Draw the scene, but return control when a timeout occurs or when 'TAB' key is pressed. <td><td> <td><tr> | ||
+ | <Tr><td>[[Function:reference.php?s=1&e=s2eras | s2eras]<td><td>Erase the geometry. <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGERAS PGERAS]<td><tr> | ||
+ | <table> | ||
==Opening, Closing and Selecting Devices== | ==Opening, Closing and Selecting Devices== |
Revision as of 04:07, 26 October 2007
General
S2PLOT | Description | PGPLOT |
---|---|---|
Colours | Useful colour definitions based on PGPlot default settings. | |
Textures | Important information on using textures in S2PLOT. | |
struct XYZ | Data structure for (x,y,z) coordinates. | |
struct COLOUR | Data structure for (r,g,b) colour indices. |
Opening, Closing and Selecting Devices
S2PLOT | Description | PGPLOT | |||
---|---|---|---|---|---|
[[Function:reference.php?s=1&e=s2open | s2open] | Open the S2PLOT device. | PGOPEN | |||
[[Function:reference.php?s=1&e=s2opend | s2opend] | Open the S2PLOT device (device string version). | PGOPEN | |||
[[Function:reference.php?s=1&e=s2opendo | s2opendo] | Open the S2PLOT device (device string version, ignoring command line arguments). | PGOPEN | |||
[[Function:reference.php?s=1&e=s2ldev | s2ldev] | List the available S2PLOT devices on stdout. | PGLDEV | |||
[[Function:reference.php?s=1&e=s2show | s2show] | Draw the scene and enter interactive mode if interactive is non-zero. | ||||
[[Function:reference.php?s=1&e=s2disp | s2disp] | Draw the scene, but return control when a timeout occurs or when 'TAB' key is pressed. | ||||
[[Function:reference.php?s=1&e=s2eras | s2eras] | Erase the geometry. | PGERAS | |||
Opening, Closing and Selecting Devices
S2PLOT | Description | PGPLOT |
---|---|---|
s2open | Open the S2PLOT device. | PGOPEN |
s2opend | Open the S2PLOT device (device string version). | PGOPEN |
s2opendo | Open the S2PLOT device (device string version, ignoring command line arguments). | PGOPEN |
s2ldev | List the available S2PLOT devices on stdout. | PGLDEV |
s2show | Draw the scene and enter interactive mode if interactive is non-zero. | |
s2disp | Draw the scene, but return control when a timeout occurs or when 'TAB' key is pressed. | |
s2eras | Erase the geometry. | PGERAS |
Windows and Viewports
S2PLOT | Description | PGPLOT |
---|---|---|
s2svp | Set up the part of 3D space that is used for plotting. | PGSVP |
s2qvp | Query the device viewport range. | PGQVP |
s2swin | Set up the world coordinate range for the device. | PGSWIN |
s2qwin | Query the world coordinate range. | PGQWIN |
s2env | Convenience function which sets the plotting environment. | PGENV |
Primitives
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Attributes
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Axes, Boxes & Labels
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
XY(Z) Plots
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Images/Surfaces
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Vector Plots
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Miscellaneous Routines
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
S2 "Native" Routines
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Callback and Handle System
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Advanced Texture and Colormap Handling
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Environment and Rendering Attributes
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Advanced Camera Control
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Additional Primitives
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Functions in Testing/Development
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Dynamic-Only Geometry Functions
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |
Deprecated Function Names (V1.48-V1.62)
S2PLOT | Description | PGPLOT |
---|---|---|
s2opend |