MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <common_tree.hpp>
Public Types | |
typedef T1 | first_type |
typedef T2 | second_type |
Public Member Functions | |
_Element_data () | |
_Element_data (const T1 &x) | |
_Element_data (const T1 &x, T2 &y) | |
template<typename U , typename V > | |
_Element_data (const _Element_data< U, V > &p) | |
Public Attributes | |
T1 | first |
T2 | second |
Definition at line 155 of file common_tree.hpp.
typedef T1 moab::common_tree::_Element_data< T1, T2 >::first_type |
Definition at line 157 of file common_tree.hpp.
typedef T2 moab::common_tree::_Element_data< T1, T2 >::second_type |
Definition at line 158 of file common_tree.hpp.
moab::common_tree::_Element_data< T1, T2 >::_Element_data | ( | ) | [inline] |
Definition at line 161 of file common_tree.hpp.
moab::common_tree::_Element_data< T1, T2 >::_Element_data | ( | const T1 & | x | ) | [inline] |
Definition at line 162 of file common_tree.hpp.
moab::common_tree::_Element_data< T1, T2 >::_Element_data | ( | const T1 & | x, |
T2 & | y | ||
) | [inline] |
Definition at line 163 of file common_tree.hpp.
moab::common_tree::_Element_data< T1, T2 >::_Element_data | ( | const _Element_data< U, V > & | p | ) | [inline] |
Definition at line 165 of file common_tree.hpp.
T1 moab::common_tree::_Element_data< T1, T2 >::first |
Definition at line 159 of file common_tree.hpp.
T2 moab::common_tree::_Element_data< T1, T2 >::second |
Definition at line 160 of file common_tree.hpp.