21 #ifndef EXPLICIT_INDEX_SPACE_INTERVAL_H 22 #define EXPLICIT_INDEX_SPACE_INTERVAL_H 24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 28 #ifndef INDEX_SPACE_INTERVAL_H 29 #include "SheafSystem/index_space_interval.h" 33 #include "SheafSystem/auto_block.h" 39 class index_space_handle;
111 explicit_states_type _states;
130 virtual bool supports_persistent_id_spaces()
const;
147 virtual const std::string& class_name()
const;
161 static bool make_prototype();
181 virtual bool contains(
pod_type xlocal_id)
const;
186 virtual bool contains_family(
pod_type xspace_id)
const;
204 virtual explicit_index_space_state* explicit_state(
pod_type xlocal_id)
const;
221 virtual void remove(
pod_type xlocal_id);
276 virtual bool is_persistent(
pod_type xlocal_id)
const;
296 virtual void new_product_structure(
pod_type xlocal_id,
302 virtual void delete_product_structure(
pod_type xlocal_id);
317 virtual bool has_product_structure(
pod_type xlocal_id)
const;
398 virtual bool is_ancestor_of(
const any *other)
const;
403 virtual bool invariant()
const;
425 #endif // ifndef EXPLICIT_INDEX_SPACE_INTERVAL_H An abstract class that defines the product structure for an id space.
An abstract iterator over the ids of an id space.
The default name space; a poset which contains other posets as members.
An abstract handle to a space of alternate integer identifiers (aliases) for a subset of a hub set of...
pod_index_type pod_type
The "plain old data" index type for this.
A contiguously allocated array of items of type T with size information and automatic resizing...
A auto_block initialization policy that initializes the values to zero.
Abstract base class with useful features for all objects.
An implemenation of index_space_collection that adds an interface for the interval [begin()...
An immutable abstract state for a space of alternate integer identifiers (aliases) for a subset of th...
SHEAF_DLL_SPEC size_t deep_size(const dof_descriptor_array &xp, bool xinclude_shallow=true)
The deep size of the referenced object of type dof_descriptor_array.
unsigned long size_type
An unsigned integral type used to represent sizes and capacities.
A collection of id space states. This is a virtual class with provides an interface for accessing the...
explicit_index_space_interval(const explicit_index_space_interval &xother)
Copy constructor; disabled.
An implementation of index_space_interval for an interval of explicit id spaces.
bool operator==(const singly_linked_list< T, Alloc > &lhs, const singly_linked_list< T, Alloc > &rhs)
Checks if the contents of lhs and rhs are equal, that is, whether lhs.size() == rhs.size() and each element in lhs compares equal with the element in rhs at the same position.
auto_block< explicit_index_space_state *, zero_block_initialization_policy< explicit_index_space_state * > > explicit_states_type
Type of the explicit state block.
Namespace for the sheaves component of the sheaf system.
pod_type end() const
Ending space id of this interval in the id space family scope.
virtual bool contains(pod_type xlocal_id) const
True if this collection contains the id space with local id xlocal_id.
Factory and container for a family of id spaces.
pod_type begin() const
Beginning space id of this interval in the id space family scope.