From: Jonathan S. <jjs...@us...> - 2005-06-01 19:40:49
|
Update of /cvsroot/octaviz/octaviz/Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7134 Modified Files: vtk_update.m Log Message: small change to vtk_update Index: vtk_update.m =================================================================== RCS file: /cvsroot/octaviz/octaviz/Scripts/vtk_update.m,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- vtk_update.m 23 Oct 2004 18:47:58 -0000 1.2 +++ vtk_update.m 1 Jun 2005 19:40:40 -0000 1.3 @@ -20,7 +20,7 @@ ## @end deftypefn ## @seealso{vtk_clear} -## Author: Dragan Tubic +## Author: Dragan Tubic, Jonathan Stickel function vtk_update(f) @@ -30,6 +30,7 @@ if ( f.axes_on ) b = f.renderer.ComputeVisiblePropBounds(); f.outline.SetBounds( b(1), b(2), b(3), b(4), b(5), b(6) ); + f.axes.SetInput( f.outline_actor.GetMapper.GetInput ); f.outline_actor.VisibilityOn(); f.axes.VisibilityOn(); end |