Function |
Description |
---|
CountGroups() |
Returns the number of subgroups attached to the BParameterGroup |
CountParameters() |
Returns the number of parameters attached to the BParameterGroup |
GroupAt() |
Returns the BParameterGroup at the specified index |
MakeContinuousParameter() |
Creates a new BContinuousParameter and attaches it to the group |
MakeDiscreteParameter() |
Creates a new BDiscreteParameter and attaches it to the group |
MakeNullParameter() |
Creates a new BNullParameter and attaches it to the BParameterGroup |
Name() |
Returns the BParameterGroup's name |
ParameterAt() |
Returns the BParameter at the specified index |
BParameterGroup() |
Constructor |
~BParameterGroup() |
Destructor |
Web() |
Returns the BParameterWeb that owns the BParameterGroup |