smpl.plot.Enum

class smpl.plot.Enum(value)[source]

Bases: object

Generic enumeration.

Derive from this class to define new enumerations.

__init__()

Attributes

name

The name of the Enum member.

value

The value of the Enum member.