20 #include "SheafSystem/poset_type.h" 22 #include "SheafSystem/assert_contract.h" 23 #include "SheafSystem/error_message.h" 47 PRIMITIVES_POSET_SCHEMA_ID,
48 NAMESPACE_POSET_SCHEMA_ID,
52 FIBER_BUNDLES_NAMESPACE_ID,
63 SEC_REP_DESCRIPTOR_POSET_ID,
73 SECTION_SPACE_SCHEMA_POSET_ID,
74 BINARY_SECTION_SPACE_SCHEMA_POSET_ID,
75 PRODUCT_SECTION_SPACE_SCHEMA_POSET_ID,
80 if((0 <= xi) && (xi < NOT_A_POSET_TYPE))
82 result = ltype_ids[xi];
86 result = NOT_A_POSET_TYPE;
SHEAF_DLL_SPEC poset_type poset_type_id(int xi)
The poset type associated with int xi; converts int to poset type.
poset_type
Identifiers for poset types.