#include <vectorial.hh>
Public Member Functions | |
ElementPair (const Element< F > &elm1, const Element< F > &elm2) | |
virtual void | put (concepts::ElementPair< F > &ep, const int iV, const int iU) |
virtual const concepts::Element< F > & | elm1 () const |
Returns reference to the first element. | |
virtual const concepts::Element< F > & | elm2 () const |
Returns reference to the second element. | |
virtual void | insert (concepts::ElementPair< F > &vdata, const int a=0, const int b=0) |
Add a component. | |
virtual const concepts::ElementPair< F > * | get (const int a, const int b=0) const |
Get a component. | |
uint | vdim () const |
Returns number of components. | |
Protected Attributes | |
uint | vdim_ |
Number of components. | |
uint | idx_ |
Index of the last added component. | |
concepts::Array< concepts::ElementPair< F > * > | vdata_ |
Storage. | |
Vector valued element pair
Definition at line 505 of file vectorial.hh.
|
inline |
Definition at line 509 of file vectorial.hh.
|
inlinevirtual |
Reimplemented from concepts::ElementPair< F >.
Definition at line 513 of file vectorial.hh.
|
virtual |
Returns reference to the first element.
Implements concepts::ElementPair< F >.
|
virtual |
Returns reference to the second element.
Implements concepts::ElementPair< F >.
|
inlinevirtualinherited |
Get a component.
Definition at line 74 of file vectorial.hh.
|
virtualinherited |
Add a component.
Definition at line 72 of file vectorial.hh.
|
inlineinherited |
Returns number of components.
Definition at line 77 of file vectorial.hh.
|
protectedinherited |
Index of the last added component.
Definition at line 82 of file vectorial.hh.
|
mutableprotectedinherited |
Storage.
Definition at line 84 of file vectorial.hh.
|
protectedinherited |
Number of components.
Definition at line 80 of file vectorial.hh.