20 #ifndef STANDARD_DOF_TUPLE_INDEX_H 21 #define STANDARD_DOF_TUPLE_INDEX_H 23 #ifndef SHEAF_DLL_SPEC_H 24 #include "SheafSystem/sheaf_dll_spec.h" 28 #include "SheafSystem/std_climits.h" 32 #include "SheafSystem/pod_types.h" 57 STANDARD_DOF_TUPLE_INDEX_BEGIN = 0,
58 EMPTY_DOF_TUPLE_INDEX = 0,
59 STANDARD_DOF_TUPLE_INDEX_END,
60 NOT_A_STANDARD_DOF_TUPLE_INDEX = INT_MAX
90 #endif // ifndef STANDARD_DOF_TUPLE_INDEX_H SHEAF_DLL_SPEC standard_dof_tuple_index standard_dof_tuple_index_from_index(pod_index_type xindex)
The enumerator corresponding to primitive index xindex.
standard_dof_tuple_index
Ids for standard dof tuples.
SHEAF_DLL_SPEC standard_dof_tuple_index standard_dof_tuple_index_from_name(const std::string &xname)
The enumerator with name xname.
SHEAF_DLL_SPEC bool is_standard_dof_tuple_index(pod_index_type xindex)
True if xindex is a valid primitive index.
int_type pod_index_type
The plain old data index type.
Namespace for the sheaves component of the sheaf system.
SHEAF_DLL_SPEC const std::string & standard_dof_tuple_index_to_name(standard_dof_tuple_index xpt)
The name of the enumerator xpt.
SHEAF_DLL_SPEC namespace_member_index & operator++(namespace_member_index &x)
Prefix increment operator for namespace_member_index.