~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to doc/docbook/src/cpluscplus-status.html

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
2
2
<HTML
3
3
><HEAD
4
4
><TITLE
5
5
>Status of the C++ Interface</TITLE
6
6
><META
7
7
NAME="GENERATOR"
8
 
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9
9
REL="HOME"
10
10
TITLE="The PLplot Plotting Library"
11
11
HREF="index.html"><LINK
56
56
WIDTH="80%"
57
57
ALIGN="center"
58
58
VALIGN="bottom"
59
 
>Chapter 9. A C++ Interface for PLplot</TD
 
59
>Chapter 10. A C++ Interface for PLplot</TD
60
60
><TD
61
61
WIDTH="10%"
62
62
ALIGN="right"
80
80
>Status of the C++ Interface</A
81
81
></H1
82
82
><P
83
 
>The class <VAR
 
83
>The class <TT
84
84
CLASS="literal"
85
 
>plstream</VAR
 
85
>plstream</TT
86
86
> (and the other abstraction classes in
87
87
<TT
88
88
CLASS="filename"
89
89
>plstream.h</TT
90
90
>) provided in PLplot 4.99j (alpha) are to be
91
91
considered as works in progress.  By the standards outlined above, the
92
 
work has barely begun.  At this time, <VAR
 
92
work has barely begun.  At this time, <TT
93
93
CLASS="literal"
94
 
>plstream</VAR
 
94
>plstream</TT
95
95
> is mostly a one
96
96
to one mirror of the C API, which is to say, it is still far from the
97
97
goals of simplification and abstraction outlined above.  As such, it
101
101
><P
102
102
>In any event, we would welcome improvement submissions along the lines
103
103
of those above, but we would strongly discourage people from using
104
 
<VAR
 
104
<TT
105
105
CLASS="literal"
106
 
>plstream</VAR
 
106
>plstream</TT
107
107
> if they are expecting it to be rock solid.  It
108
108
<SPAN
109
109
CLASS="emphasis"
116
116
    </P
117
117
><P
118
118
>So, if you like the ideas described above, and are willing to accept
119
 
the burden of "upgrading" your code as the class <VAR
 
119
the burden of "upgrading" your code as the class <TT
120
120
CLASS="literal"
121
 
>plstream</VAR
 
121
>plstream</TT
122
122
>
123
123
evolves, then feel free to use it.  Just don't whine when I fix some
124
124
of the methods to take references instead of pointers, when I