Changeset 5646 for trunk


Ignore:
Timestamp:
May 31, 2015, 6:59:12 PM (9 years ago)
Author:
ldelgass
Message:

Add info to comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/field.tcl

    r5612 r5646  
    385385#
    386386# Returns a list {min max} representing the limits for the specified
    387 # axis.
     387# axis over all components.
    388388# ----------------------------------------------------------------------
    389389itcl::body Rappture::Field::limits {which} {
     
    503503# USAGE: fieldlimits
    504504#
    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.
    507512# ----------------------------------------------------------------------
    508513itcl::body Rappture::Field::fieldlimits {} {
Note: See TracChangeset for help on using the changeset viewer.