~ubuntu-branches/ubuntu/wily/ctioga2/wily

« back to all changes in this revision

Viewing changes to lib/ctioga2/graphics/elements/contour.rb

  • Committer: Package Import Robot
  • Author(s): Vincent Fourmond
  • Date: 2013-07-08 20:58:17 UTC
  • mfrom: (6.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130708205817-cephnc6etndyxrrp
Tags: 0.4-2
* Upload to unstable
* Already conforms to newer standards

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# contour.rb: contouring code for XYZ data
2
 
# copyright (c) 2009 by Vincent Fourmond
 
2
# copyright (c) 2010, 2011 by Vincent Fourmond
3
3
  
4
4
# This program is free software; you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
17
17
# This module contains all the classes used by ctioga
18
18
module CTioga2
19
19
 
20
 
  Version::register_svn_info('$Revision: 192 $', '$Date: 2010-11-07 18:07:01 +0100 (Sun, 07 Nov 2010) $')
 
20
  Version::register_svn_info('$Revision: 299 $', '$Date: 2011-03-15 11:22:20 +0100 (Tue, 15 Mar 2011) $')
21
21
 
22
22
  module Graphics
23
23
 
36
36
        # $last_curve_style calls for a context for the primitive, ie
37
37
        # which was the state of the dataset/curve stack at the moment
38
38
        # when the primitive was drawn ?
 
39
        #
 
40
        # Worse, I already designed something better. I'll need to get
 
41
        # that straight some day.
39
42
        TiogaPrimitiveCall.
40
43
          primitive("contour", "contour", [ 'level'],
41
44
                    ContoursOptions) do |t, level,options|