Public Types | |
typedef card_full_type< I, T, Exact > | self_type |
typedef mlc::exact_vt< self_type, Exact >::ret | exact_type |
typedef oln::morpho::attr::attr_traits< exact_type >::value_type | value_type |
typedef oln::morpho::attr::attr_traits< exact_type >::env_type | env_type |
typedef oln::morpho::attr::attr_traits< exact_type >::lambda_type | lambda_type |
typedef card_type< T, exact_type > | super_type |
Parent class type. | |
Public Member Functions | |
card_full_type () | |
Basic Ctor. | |
card_full_type (const lambda_type &lambda) | |
Ctor from a lambda_type value. | |
template<class I2> | |
card_full_type (const oln::abstract::image< I2 > &im, const typename mlc::exact< I2 >::ret::point_type &p, const env_type &env) | |
Ctor from a point and an image. |
Definition at line 171 of file morpho/attributes.hh.
typedef card_full_type<I, T, Exact> oln::morpho::attr::card_full_type< I, T, Exact >::self_type |
Self type of the class.
Reimplemented from oln::morpho::attr::card_type< T, Exact >.
Definition at line 178 of file morpho/attributes.hh.
oln::morpho::attr::card_full_type< I, T, Exact >::card_full_type | ( | ) | [inline] |
Basic Ctor.
Definition at line 188 of file morpho/attributes.hh.
00188 : super_type() 00189 { 00190 };
oln::morpho::attr::card_full_type< I, T, Exact >::card_full_type | ( | const oln::abstract::image< I2 > & | im, | |
const typename mlc::exact< I2 >::ret::point_type & | p, | |||
const env_type & | env | |||
) | [inline] |
Ctor from a point and an image.
Every parameters are useless.
Definition at line 205 of file morpho/attributes.hh.
00207 : super_type(im, p, env) 00208 { 00209 }