Constructors
Synopses
Declared in <ball_thresholdaggregate.h>
Create a threshold aggregate whose threshold levels are all 0.
Create a threshold aggregate having the same value as that of the specified original threshold aggregate.
ThresholdAggregate(ThresholdAggregate const& original);
Create a threshold aggregate whose threshold levels are the specified recordLevel, passLevel, triggerLevel, and triggerAllLevel, respectively. The behavior is undefined if any threshold level is not in the range [0 .. 255].
ThresholdAggregate(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
Created with MrDocs