/[gzz]/gzz/gfx/libcoords/Coords.hxx
ViewVC logotype

Diff of /gzz/gfx/libcoords/Coords.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by tjl, Wed Oct 2 06:50:21 2002 UTC revision 1.13 by tjl, Mon Oct 7 07:40:03 2002 UTC
# Line 17  namespace Coords { Line 17  namespace Coords {
17          CoordSys() : super(0), inverse(0), ownInverse(1) {          CoordSys() : super(0), inverse(0), ownInverse(1) {
18          }          }
19    
20          virtual void setSuper(CoordSys *super) {          virtual void setSuper(CoordSys **super) {
21              this->super = super;              this->super = super[0];
22          }          }
23          /** Always call setSuper first!          /** Always call setSuper first!
24           */           */
# Line 92  namespace Coords { Line 92  namespace Coords {
92          vector<float> params;          vector<float> params;
93    
94          int nparams(int typecode) ;          int nparams(int typecode) ;
95            int nprevious(int typecode) ;
96          CoordSys *create(int typecode) ;          CoordSys *create(int typecode) ;
97      public:      public:
98          ~CoordSet() {          ~CoordSet() {

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26