23 #ifndef SHEAF_DLL_SPEC_H 24 #include "SheafSystem/sheaf_dll_spec.h" 28 #include "SheafSystem/atp_space.h" 34 using namespace sheaf;
63 static const std::string& standard_schema_poset_name();
68 static const poset_path& standard_schema_path();
118 virtual size_type covariant_subposet_ct()
const;
136 virtual bool is_vector(
pod_index_type xmbr_id,
bool xauto_access)
const;
143 virtual void put_is_vector(
pod_index_type xmbr_id,
bool xauto_access);
150 virtual bool is_covector(
pod_index_type xmbr_id,
bool xauto_access)
const;;
157 virtual void put_is_covector(
pod_index_type xmbr_id,
bool xauto_access);
180 static bool make_prototype();
199 virtual const char* class_name()
const;
244 virtual bool is_ancestor_of(
const any* xother)
const;
255 virtual bool invariant()
const;
268 #endif // AT0_SPACE_H virtual void put_is_covector(pod_index_type xmbr_id, bool xauto_access)
Sets is_covector true for the member with id xmbr_id.
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.
A space of scalars viewed as an antisymmetric tensor space of degree 0.
An abstract antisymmetric tensor space of degree p.
A scalar viewed as an antisymmetric tensor of degree 0. As the degree is 0 there is nothing to be sym...
unsigned long size_type
An unsigned integral type used to represent sizes and capacities.
at0 member_type
The type of member associated with this space.
virtual bool is_vector(pod_index_type xmbr_id, bool xauto_access) const
True if and only if the member with id xmbr_id is a vector (as opposed to a covector).
virtual void put_is_vector(pod_index_type xmbr_id, bool xauto_access)
Sets is_vector true for the member with id xmbr_id.
at0_space & operator=(const poset_state_handle &xother)
Assignment operator; disabled.
int_type pod_index_type
The plain old data index type.
Namespace for the sheaves component of the sheaf system.
virtual bool is_covector(pod_index_type xmbr_id, bool xauto_access) const
True if and only if the member with id xmbr_id is a covector.
at0_space(const at0_space &xother)
Copy constructor; disabled.
Namespace for the fiber_bundles component of the sheaf system.