Return the count of particles which belong to this group.
Return type: | int |
---|---|
Returns: | The count. |
Calculates the level of this group. This is the number of parents that the group has.
Return type: | int |
---|---|
Returns: | Group level. |
Sets the group title.
Parameters: | title (str) – The title. |
---|
Return the particles which belong to this group.
Return type: | list of int |
---|---|
Returns: | The particles. |