21 #ifndef SEC_TUPLE_SPACE_H 22 #define SEC_TUPLE_SPACE_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 28 #ifndef SEC_REP_SPACE_H 29 #include "SheafSystem/sec_rep_space.h" 32 #ifndef TUPLE_TABLE_DOFS_TYPE_H 33 #include "SheafSystem/tuple_table_dofs_type.h" 38 class namespace_poset;
43 using namespace sheaf;
47 class fiber_bundles_namespace;
102 template <
typename F>
121 int factor_ct()
const;
126 int factor_ct(
bool xauto_access)
const;
171 static bool make_prototype();
191 virtual const char* class_name()
const;
232 virtual bool is_ancestor_of(
const any* xother)
const;
243 virtual bool invariant()
const;
257 #endif // SEC_TUPLE_SPACE_H A Cartesian product section space.
sec_tuple scalar_type
The scalar type definition.
Table dofs type for class tuple_table_dofs_type.
sec_tuple_space & operator=(const poset_state_handle &xother)
Assignment operator; disabled.
A section of a bundle with fiber type tuple.
The default name space; a poset which contains other posets as members.
The standard fiber bundles name space; extends the standard sheaves namespace by defining base space...
poset_type
Identifiers for poset types.
A client handle for a general, abstract partially order set.
A path defined by a poset name and a member name separated by a forward slash ('/'). For example: "cell_definitions/triangle".
Abstract base class with useful features for all objects.
tuple_table_dofs_type table_dofs_type
The table dofs type defined by the standard schema.
sec_tuple_space(const sec_tuple_space &xother)
Copy constructor; disabled.
sec_tuple member_type
The type of member associated with this space.
fiber_bundles_namespace namespace_type
The type of namespace for this type of member.
A member of a Cartesian product space; a tuple of attributes (persistent version).
tuple fiber_type
The fiber type.
Namespace for the sheaves component of the sheaf system.
void tuple(pod_index_type x, size_type xj_ub, pod_index_type &xi, pod_index_type &xj)
Ordinal to 2-tuple conversion.
Namespace for the fiber_bundles component of the sheaf system.
A handle for a poset whose members are numerical representations of sections of a fiber bundle...