5-04-2011 Short Description: SCT: Set Summary Functions operation Bug Number: n/a Release notes (y/n): No, not yet. For Release Nums: 6.1 Project Ref: http://cadswes2.colorado.edu/~philw/2011/SCT/SetSumFuncs/ ------------------------------ QtSCT/SctSumFuncAssignSpec.hpp QtSCT/SctSumFuncAssignSpec.cpp ------------------------------ // Data definition for the SCT Slot Aggregation Summary Function "set" // operation and default specification (used when Slots are added to an // SCT). // // class SctSumFuncAssignSpec // class SctSumFuncAssignSpec::FilterItem // // Sample Data Illustration. One SctSumFuncAssignSpec instance represents // this information. This example shows five FilterItems (rows): // // "Each slot in the SCT will be assigned a summary function based on // the first matching Unit Type or Slot Name in the following list." // // ====================== ================== ================ // Unit Type Slot Name Summary Function // ====================== ================== ================ // ( ) Any (o) Pool Elevation Max // ( ) Any (o) Spill Max // (o) Flow ( ) Sum // (o) Volume ( ) Ave // (o) PercentUncertainty ( ) Max // All Other Slots: Last // ====================== ================== ================ // // "Note: Slot Name matches are based on the slot's name CONTAINING // the specified string". ---