oln::morpho::attr::card_full_type< I, T, Exact > Class Template Reference

Inheritance diagram for oln::morpho::attr::card_full_type< I, T, Exact >:

Inheritance graph
[legend]
Collaboration diagram for oln::morpho::attr::card_full_type< I, T, Exact >:

Collaboration graph
[legend]
List of all members.

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_typesuper_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.

Detailed Description

template<class I, class T = unsigned, class Exact = mlc::final>
class oln::morpho::attr::card_full_type< I, T, Exact >

Definition at line 171 of file morpho/attributes.hh.


Member Typedef Documentation

template<class I, class T = unsigned, class Exact = mlc::final>
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.


Constructor & Destructor Documentation

template<class I, class T = unsigned, class Exact = mlc::final>
oln::morpho::attr::card_full_type< I, T, Exact >::card_full_type (  )  [inline]

Basic Ctor.

Warning:
After this call, the object is only instantiated (not initialized).

Definition at line 188 of file morpho/attributes.hh.

00188                         : super_type()
00189           {
00190           };

template<class I, class T = unsigned, class Exact = mlc::final>
template<class I2>
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           }


The documentation for this class was generated from the following file:
Generated on Tue Feb 20 20:28:36 2007 for Olena by  doxygen 1.5.1