Ignore:
Timestamp:
Jul 10, 2013 12:43:48 PM (11 years ago)
Author:
gah
Message:

fix drawing default coordinates, rewrite of xyresult scaling, sync with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3/gui/scripts/field.tcl

    r3707 r3765  
    7373
    7474itcl::class Rappture::Field {
    75     private variable _dim 0;            # Dimension of the mesh
     75    protected variable _dim 0;          # Dimension of the mesh
    7676    private variable _xmlobj "";        # ref to XML obj with field data
    7777    private variable _limits;           # maps axis name => {z0 z1} limits
     
    13341334    # DX: Convert DX to VTK
    13351335    if {[info exists _comp2dx($cname)]} {
    1336         return [Rappture::DxToVtk $_comp2dx($cname)]
     1336        set data $_comp2dx($cname)
     1337        set data [Rappture::encoding::decode $data]
     1338        return [Rappture::DxToVtk $data]
    13371339    }
    13381340    # Unirect3d: isosurface
Note: See TracChangeset for help on using the changeset viewer.