/[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.14 by tjl, Mon Oct 7 08:51:24 2002 UTC revision 1.15 by tjl, Tue Oct 8 18:23:43 2002 UTC
# Line 89  namespace Coords { Line 89  namespace Coords {
89          virtual void dump() {          virtual void dump() {
90              cout << "Unknown coordsys\n";              cout << "Unknown coordsys\n";
91          }          }
92    
93            virtual bool shouldBeDrawn() {
94                return super->shouldBeDrawn();
95            }
96    
97            /** Get the parameters of a compatible type.
98             * Does not find mutual ancestor etc; simply
99             * converts if it can and if not, fails.
100             * @return true if successful, and into is filled, or false
101             *      if conversion cannot be performed.
102             */
103            virtual bool getOthertypeParams(int type, float *into) {
104                return false;
105            }
106      };      };
107      /** A class that manages a set of coordinate systems.      /** A class that manages a set of coordinate systems.
108       */       */

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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