SheafSystem
0.0.0.0
|
A member of a Cartesian product space; a tuple of attributes (volatile version). More...
#include <tuple.h>
CARTESIAN ALGEBRA (TUPLE) FACET OF CLASS TUPLE_LITE | |
typedef tuple_table_dofs_type | table_dofs_type |
The type of the table dofs. More... | |
tuple_lite () | |
Default constructor. More... | |
tuple_lite (const tuple_lite &xother) | |
Copy constructor. More... | |
tuple_lite & | operator= (const tuple_lite &xother) |
Assignment operator. More... | |
virtual | ~tuple_lite () |
Destructor. More... | |
virtual int | factor_ct () const =0 |
Number of factors (components) in tuple. More... | |
ABSTRACT POSET MEMBER FACET OF CLASS TUPLE_LITE | |
virtual const std::string & | class_name () const |
The name of this class. More... | |
virtual tuple_lite * | clone () const |
Virtual constructor, makes a new instance of the same type as this. More... | |
table_dofs_type | table_dofs () const |
The table dofs. More... | |
static const std::string & | static_class_name () |
The name of this class. More... | |
ANY FACET OF CLASS TUPLE_LITE | |
virtual bool | is_ancestor_of (const any_lite &xother) const |
Conformance test; true if other conforms to this. More... | |
bool | invariant () const |
Class invariant. More... | |
Additional Inherited Members | |
Public Types inherited from fiber_bundle::any_lite | |
typedef any_lite | volatile_type |
The associated volatile type. More... | |
Public Member Functions inherited from fiber_bundle::any_lite | |
virtual | ~any_lite () |
Destructor. More... | |
bool | is_same_type (const any_lite &xother) const |
True if other is the same type as this. More... | |
bool | invariant () const |
Class invariant, intended to be redefined in each descendant. More... | |
bool | invariant_check () const |
True if invariant checking is enabled. More... | |
void | enable_invariant_check () const |
Enable invariant checking. More... | |
void | disable_invariant_check () const |
Disable invariant check. Intended for preventing recursive calls to invariant and for suppressing invariant checking during multi-phase initialization. More... | |
int | disable_invariance_check_request_depth () const |
Number of times disable_invariant_check has been called without matching call to enable_invariant_check. More... | |
virtual void * | row_dofs () |
The row dofs for this instance (mutable version). More... | |
virtual const void * | row_dofs () const |
The row dofs for this instance (const version). More... | |
Static Public Member Functions inherited from fiber_bundle::any_lite | |
static const std::string & | static_class_name () |
The name of this class. More... | |
Protected Member Functions inherited from fiber_bundle::any_lite | |
any_lite () | |
Default constructor. More... | |
A member of a Cartesian product space; a tuple of attributes (volatile version).
fiber_bundle::tuple_lite::tuple_lite | ( | ) |
fiber_bundle::tuple_lite::tuple_lite | ( | const tuple_lite & | xother | ) |
|
virtual |
Destructor.
Definition at line 90 of file tuple.cc.
References class_name().
Referenced by operator=().
|
virtual |
The name of this class.
Implements fiber_bundle::any_lite.
Reimplemented in fiber_bundle::e3_lite, fiber_bundle::met_e3_lite, fiber_bundle::t2_e3_lite, fiber_bundle::met_e2_lite, fiber_bundle::t2_e2_lite, fiber_bundle::t4_e3_lite, fiber_bundle::st2_e3_lite, fiber_bundle::jcb_e33_lite, fiber_bundle::st2_e2_lite, fiber_bundle::jcb_e13_lite, fiber_bundle::at2_e3_lite, fiber_bundle::at0_lite, fiber_bundle::jcb_e23_lite, fiber_bundle::at2_e2_lite, fiber_bundle::e4_lite, fiber_bundle::e2_lite, fiber_bundle::t3_e3_lite, fiber_bundle::e1_lite, fiber_bundle::met_e1_lite, fiber_bundle::st4_e3_lite, fiber_bundle::t4_e2_lite, fiber_bundle::st4_e2_lite, fiber_bundle::at3_e3_lite, fiber_bundle::st3_e3_lite, fiber_bundle::vd_lite, fiber_bundle::st2_lite, fiber_bundle::at2_lite, fiber_bundle::tp_lite, fiber_bundle::at3_lite, fiber_bundle::st3_lite, fiber_bundle::st4_lite, fiber_bundle::jcb_lite, fiber_bundle::t2_lite, fiber_bundle::t4_lite, fiber_bundle::t3_lite, fiber_bundle::met_ed_lite, fiber_bundle::at1_lite, fiber_bundle::ed_lite, fiber_bundle::met_lite, fiber_bundle::atp_lite, fiber_bundle::stp_lite, and fiber_bundle::jcb_ed_lite.
Definition at line 108 of file tuple.cc.
References static_class_name().
Referenced by ~tuple_lite().
|
virtual |
Virtual constructor, makes a new instance of the same type as this.
Is Abstract.
Reimplemented from fiber_bundle::any_lite.
Reimplemented in fiber_bundle::e3_lite, fiber_bundle::met_e3_lite, fiber_bundle::t2_e3_lite, fiber_bundle::met_e2_lite, fiber_bundle::t2_e2_lite, fiber_bundle::t4_e3_lite, fiber_bundle::st2_e3_lite, fiber_bundle::jcb_e33_lite, fiber_bundle::st2_e2_lite, fiber_bundle::jcb_e13_lite, fiber_bundle::at2_e3_lite, fiber_bundle::at0_lite, fiber_bundle::jcb_e23_lite, fiber_bundle::at2_e2_lite, fiber_bundle::e4_lite, fiber_bundle::e2_lite, fiber_bundle::t3_e3_lite, fiber_bundle::e1_lite, fiber_bundle::met_e1_lite, fiber_bundle::st4_e3_lite, fiber_bundle::t4_e2_lite, fiber_bundle::st4_e2_lite, fiber_bundle::at3_e3_lite, fiber_bundle::st3_e3_lite, fiber_bundle::vd_lite, fiber_bundle::st2_lite, fiber_bundle::at2_lite, fiber_bundle::tp_lite, fiber_bundle::at3_lite, fiber_bundle::st3_lite, fiber_bundle::st4_lite, fiber_bundle::jcb_lite, fiber_bundle::t2_lite, fiber_bundle::t4_lite, fiber_bundle::t3_lite, fiber_bundle::met_ed_lite, fiber_bundle::at1_lite, fiber_bundle::ed_lite, fiber_bundle::met_lite, fiber_bundle::atp_lite, fiber_bundle::stp_lite, and fiber_bundle::jcb_ed_lite.
Definition at line 189 of file tuple.cc.
References invariant().
Referenced by fiber_bundle::sec_vd::deep_copy(), and is_ancestor_of().
|
pure virtual |
Number of factors (components) in tuple.
Implemented in fiber_bundle::vd_lite.
bool fiber_bundle::tuple_lite::invariant | ( | ) | const |
Class invariant.
Definition at line 211 of file tuple.cc.
References fiber_bundle::tuple::standard_schema_poset_name().
Referenced by clone().
|
virtual |
Conformance test; true if other conforms to this.
Reimplemented from fiber_bundle::any_lite.
Reimplemented in fiber_bundle::e3_lite, fiber_bundle::met_e3_lite, fiber_bundle::t2_e3_lite, fiber_bundle::met_e2_lite, fiber_bundle::t2_e2_lite, fiber_bundle::t4_e3_lite, fiber_bundle::st2_e3_lite, fiber_bundle::jcb_e33_lite, fiber_bundle::st2_e2_lite, fiber_bundle::jcb_e13_lite, fiber_bundle::at2_e3_lite, fiber_bundle::at0_lite, fiber_bundle::jcb_e23_lite, fiber_bundle::at2_e2_lite, fiber_bundle::e4_lite, fiber_bundle::e2_lite, fiber_bundle::t3_e3_lite, fiber_bundle::e1_lite, fiber_bundle::met_e1_lite, fiber_bundle::st4_e3_lite, fiber_bundle::t4_e2_lite, fiber_bundle::st4_e2_lite, fiber_bundle::at3_e3_lite, fiber_bundle::st3_e3_lite, fiber_bundle::vd_lite, fiber_bundle::st2_lite, fiber_bundle::at2_lite, fiber_bundle::tp_lite, fiber_bundle::at3_lite, fiber_bundle::st3_lite, fiber_bundle::st4_lite, fiber_bundle::jcb_lite, fiber_bundle::t2_lite, fiber_bundle::t4_lite, fiber_bundle::t3_lite, fiber_bundle::met_ed_lite, fiber_bundle::at1_lite, fiber_bundle::ed_lite, fiber_bundle::met_lite, fiber_bundle::atp_lite, fiber_bundle::stp_lite, and fiber_bundle::jcb_ed_lite.
Definition at line 170 of file tuple.cc.
References clone().
Referenced by table_dofs().
fiber_bundle::tuple_lite & fiber_bundle::tuple_lite::operator= | ( | const tuple_lite & | xother | ) |
Assignment operator.
Definition at line 74 of file tuple.cc.
References ~tuple_lite().
Referenced by tuple_lite().
|
static |
The name of this class.
Definition at line 127 of file tuple.cc.
References table_dofs().
Referenced by class_name().
fiber_bundle::tuple_lite::table_dofs_type fiber_bundle::tuple_lite::table_dofs | ( | ) | const |
The table dofs.
Definition at line 146 of file tuple.cc.
References is_ancestor_of().
Referenced by static_class_name().