#include <spaceTransition.hh>
Public Member Functions | |
TransitionPair (const Element< Real > &elm1, const Element< Real > &elm2, const int relation) | |
virtual const Element< Real > & | elm1 () const |
Returns reference to the first element. | |
virtual const Element< Real > & | elm2 () const |
Returns reference to the second element. | |
int | relation () const |
Returns the relation of the two elements. | |
Element pair for the SpaceTransition
.
Definition at line 20 of file spaceTransition.hh.
|
inline |
Definition at line 22 of file spaceTransition.hh.
|
inlinevirtual |
Returns reference to the first element.
Implements concepts::ElementPair< Real >.
Definition at line 25 of file spaceTransition.hh.
|
inlinevirtual |
Returns reference to the second element.
Implements concepts::ElementPair< Real >.
Definition at line 26 of file spaceTransition.hh.
|
inline |
Returns the relation of the two elements.
Definition at line 28 of file spaceTransition.hh.