Constructors
Declared in <ball_thresholdaggregate.h>
Create a threshold aggregate whose threshold levels are all 0.
ThresholdAggregate();
» more...
Create a threshold aggregate having the same value as that of the specified original threshold aggregate.
ThresholdAggregate(ThresholdAggregate const& original);
» more...
Create a threshold aggregate whose threshold levels are the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel, respectively.
ThresholdAggregate(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
» more...
| Name | Description |
|---|---|
| original | threshold aggregate to copy |
| recordLevel | record threshold level |
| passLevel | pass threshold level |
| triggerLevel | trigger threshold level |
| triggerAllLevel | trigger-all threshold level |