- Timestamp:
- May 27, 2015 12:17:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/field.tcl
r5582 r5608 91 91 public method flowhints { cname } 92 92 public method hints {{key ""}} 93 public method isunirect2d {}94 public method isunirect3d {}95 93 public method isvalid {} { 96 94 return $_isValid … … 1096 1094 1097 1095 # 1098 # isunirect2d --1099 #1100 # Returns if the field is a unirect2d object.1101 #1102 itcl::body Rappture::Field::isunirect2d { } {1103 return [expr [array size _comp2unirect2d] > 0]1104 }1105 1106 #1107 # isunirect3d --1108 #1109 # Returns if the field is a unirect3d object.1110 #1111 itcl::body Rappture::Field::isunirect3d { } {1112 return [expr [array size _comp2unirect3d] > 0]1113 }1114 1115 #1116 1096 # flowhints -- 1117 1097 #
Note: See TracChangeset
for help on using the changeset viewer.