- Timestamp:
- May 31, 2015, 6:59:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/field.tcl
r5612 r5646 385 385 # 386 386 # Returns a list {min max} representing the limits for the specified 387 # axis .387 # axis over all components. 388 388 # ---------------------------------------------------------------------- 389 389 itcl::body Rappture::Field::limits {which} { … … 503 503 # USAGE: fieldlimits 504 504 # 505 # Returns a list {min max} representing the limits for the specified 506 # axis. 505 # This method is for use with VTK components that have multiple fields. 506 # It really makes no sense to have multiple fields in a field, but this 507 # is here until we add a proper dataset object to hold multiple fields. 508 # 509 # Returns an array mapping fieldname => list {min max} representing the 510 # limits over all components for the given fieldname. This assumes that 511 # all components have the same set of fields. 507 512 # ---------------------------------------------------------------------- 508 513 itcl::body Rappture::Field::fieldlimits {} {
Note: See TracChangeset
for help on using the changeset viewer.