comparison src/graphics.h.in @ 11281:3f952c6973f7

graphics.h.in: Change intended for 11272.
author Ben Abbott <bpabbott@mac.com>
date Sat, 20 Nov 2010 09:39:46 -0500
parents 830b940e7ff4
children 71cce7108190
comparison
equal deleted inserted replaced
11280:3f281bd1808c 11281:3f952c6973f7
3505 array_property extent rG , Matrix (1, 4, 0.0) 3505 array_property extent rG , Matrix (1, 4, 0.0)
3506 // hidden properties for limit computation 3506 // hidden properties for limit computation
3507 row_vector_property xlim hlr , Matrix () 3507 row_vector_property xlim hlr , Matrix ()
3508 row_vector_property ylim hlr , Matrix () 3508 row_vector_property ylim hlr , Matrix ()
3509 row_vector_property zlim hlr , Matrix () 3509 row_vector_property zlim hlr , Matrix ()
3510 bool_property xliminclude hl , "on" 3510 bool_property xliminclude hl , "off"
3511 bool_property yliminclude hl , "on" 3511 bool_property yliminclude hl , "off"
3512 bool_property zliminclude hl , "off" 3512 bool_property zliminclude hl , "off"
3513 END_PROPERTIES 3513 END_PROPERTIES
3514 3514
3515 Matrix get_data_position (void) const; 3515 Matrix get_data_position (void) const;
3516 3516