AttributesΒΆ
Inspire Attributes
Attributes are Python descriptors for the Inspire data model. Attributes are used to describe existing attributes and define new ones. C++ objects define their attributes, Pyhton objects define new ones.
- Attribute (hwx.inspire.core)
- Bool (hwx.inspire.core)
- Int (hwx.inspire.core)
- Double (hwx.inspire.core)
- String (hwx.inspire.core)
- Enum (hwx.inspire.core)
- EnumUnion (hwx.inspire.core)
- Reference (hwx.inspire.core)
- Location (hwx.inspire.core)
- Direction (hwx.inspire.core)
- Color (hwx.inspire.core)
- Triple (hwx.inspire.core)
- Inertia (hwx.inspire.core)
- UnitsUnion (hwx.inspire.core)
- List (hwx.inspire.core)
- ListOfList (hwx.inspire.core)