24 #ifndef SHEAF_DLL_SPEC_H 25 #include "SheafSystem/sheaf_dll_spec.h" 29 #include "SheafSystem/atp.h" 89 virtual value_type component(
int xi,
int xj,
int xk)
const;
94 virtual void put_component(
int xi,
int xj,
int xk,
value_type xvalue);
100 virtual int index_for_ijk(
int xi,
int xj,
int xk)
const;
138 virtual int p()
const;
180 virtual const std::string& class_name()
const;
185 static const std::string& static_class_name();
208 virtual bool is_ancestor_of(
const any_lite& xother)
const;
213 bool invariant()
const;
242 static const poset_path& standard_schema_path();
320 at3& operator=(
const at3& xother);
330 virtual const volatile_type& lite_prototype()
const;
335 virtual volatile_type* lite_type()
const;
343 virtual value_type component(
int xi,
int xj,
int xk)
const;
348 virtual value_type component(
int xi,
int xj,
int xk,
bool xauto_access)
const;
353 virtual void put_component(
int xi,
int xj,
int xk,
value_type xvalue);
358 virtual void put_component(
int xi,
int xj,
int xk,
value_type xvalue,
365 virtual int index_for_ijk(
int xi,
int xj,
int xk)
const;
442 virtual const std::string& class_name()
const;
447 static const std::string& static_class_name();
452 virtual at3* clone()
const;
459 inline at3*
clone(
bool xnew_state,
bool xauto_access =
true)
const 461 return static_cast<at3*
>(
atp::clone(xnew_state, xauto_access));
480 bool is_ancestor_of(
const any* xother)
const;
485 bool invariant()
const;
499 #endif // ifndef AT3_H at3_lite volatile_type
The associated volatile type.
An antisymmetric rank 3 tensor over an abstract vector space (volatile version).
static_const_int
The tensor degree (static version)
vd_value_type value_type
The type of component in the fiber; the scalar type in the fiber vector space.
An antisymmetric tensor of degree p.
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...
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".
value_type component(int xindex) const
The xindex-th component.
An antisymmetric tensor of degree p over an abstract vector space (volatile version).
Abstract base class with useful features for all volatile objects.
Abstract base class with useful features for all objects.
at3 * 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 antisymmetric tensor space of degree p.
An index within the external ("client") scope of a given id space.
static_const_int
The tensor degree (static version)
virtual value_type component(int xindex) const
The value of the xi-th component.
An antisymmetric rank 3 tensor over an abstract vector space (volatile version).
void put_component(int xindex, value_type xcomp)
Set the xindex-th component to xcomp.
int_type pod_index_type
The plain old data index type.
vd_value_type value_type
The POD ("plain old data") type of scalar in the vector space of this.
virtual atp * clone() const
Make a new handle, no state instance of current.
An abstract client handle for a member of a poset.
virtual void put_component(int xindex, value_type xvalue)
Sets the value of the xindex-th component to xvalue.
Namespace for the fiber_bundles component of the sheaf system.
Row dofs type for class vd.