21 #ifndef POSET_MEMBER_H 22 #define POSET_MEMBER_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 28 #ifndef PARTIAL_POSET_MEMBER_H 29 #include "SheafSystem/partial_poset_member.h" 32 #ifndef SCHEMA_POSET_MEMBER_H 33 #include "SheafSystem/schema_poset_member.h" 36 #ifndef STD_IOSTREAM_H 37 #include "SheafSystem/std_iostream.h" 41 #include "SheafSystem/std_string.h" 48 class poset_member_dof_iterator;
49 class poset_member_iterator;
115 bool xcopy_dof_map =
false,
116 bool xauto_access =
true);
128 const tern& xnew_jem,
158 bool xauto_access =
true);
190 virtual void unrestrict();
315 virtual bool is_ancestor_of(
const any* other)
const;
325 virtual bool invariant()
const;
341 #endif // POSET_MEMBER_H poset_member * least_jem() const
The smallest member which is join-equivalent to this.
abstract_poset_member * p_join(abstract_poset_member *other) const
poset join of this with other, auto-allocated the poset join is the least upper bound in the poset ...
abstract_poset_member * greatest_jem() const
The largest member which is join-equivalent to this.
The default name space; a poset which contains other posets as members.
virtual partial_poset_member * clone() const
Make a new handle, no state instance of current.
A three state "bool". Does not provide the operations of ternary logic and is intended for use mostly...
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".
poset_member * greatest_jem() const
The largest member which is join-equivalent to this.
A client handle for a possibly restricted member of a poset. A partial_poset_member is a poset_me...
The general, abstract map from dof ids to dof values.
poset_member * l_join(poset_member *other, bool xnew_jem=true)
lattice join of this with other, auto-allocated the lattice join is the least upper bound in the la...
Abstract base class with useful features for all objects.
poset_member * l_not(bool xnew_jem=true) const
lattice pseudo-complement of this, auto-allocated The lattice pseudo-complement is the largest latt...
A client handle for a restrictable member of a poset. A poset_member is a poset_member which can ...
An index within the external ("client") scope of a given id space.
abstract_poset_member * l_not(bool xnew_jem=true) const
lattice pseudo-complement of this, auto-allocated The lattice pseudo-complement is the largest latt...
abstract_poset_member * least_jem() const
The smallest member which is join-equivalent to this.
poset_member * p_join(poset_member *other) const
poset join of this with other, auto-allocated the poset join is the least upper bound in the poset ...
abstract_poset_member * l_meet(abstract_poset_member *other, bool xnew_jem=true)
lattice meet of this with other, auto-allocated the lattice meet is the greatest lower bound in the...
int_type pod_index_type
The plain old data index type.
Namespace for the sheaves component of the sheaf system.
poset_member * clone(bool xnew_state, bool xauto_access=true) const
Make a new handle instance of current. Attach the new instance to a new state if xnew_state is true...
An abstract client handle for a member of a poset.
abstract_poset_member * p_meet(abstract_poset_member *other)
poset meet of this with other, auto-allocated the poset meet is the greatest lower bound in the pos...
poset_member * l_meet(poset_member *other, bool xnew_jem=true)
lattice meet of this with other, auto-allocated the lattice meet is the greatest lower bound in the...
poset_member * p_meet(poset_member *other)
poset meet of this with other, auto-allocated the poset meet is the greatest lower bound in the pos...
abstract_poset_member * l_join(abstract_poset_member *other, bool xnew_jem=true)
lattice join of this with other, auto-allocated the lattice join is the least upper bound in the la...