oln::abstract::data_type_image< Exact > Struct Template Reference

#include <image_with_type_with_dim.hh>

Inheritance diagram for oln::abstract::data_type_image< Exact >:

Inheritance graph
[legend]
Collaboration diagram for oln::abstract::data_type_image< Exact >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef data_type_image< Exact > self_type
typedef Exact exact_type

Public Member Functions

exact_type & operator= (self_type rhs)
 Perform a shallow copy between rhs and the current point, the points will not be duplicated but shared between the two images.


Static Public Member Functions

std::string name ()

Detailed Description

template<class Exact>
struct oln::abstract::data_type_image< Exact >

This class is used as a proxy towards image_with_type.
Note:
This shouldn't be used.

Definition at line 115 of file image_with_type_with_dim.hh.


Member Function Documentation

template<class Exact>
exact_type& oln::abstract::data_type_image< Exact >::operator= self_type  rhs  )  [inline]
 

Perform a shallow copy between rhs and the current point, the points will not be duplicated but shared between the two images.

See also:
image::clone()

Reimplemented from oln::abstract::image_with_type< T, Exact >.

Reimplemented in oln::abstract::data_type_image_with_dim< Dim, Exact >, oln::abstract::vectorial_image< Exact >, oln::abstract::non_vectorial_image< Exact >, oln::abstract::non_vectorial_image_with_dim< Dim, Exact >, oln::abstract::binary_image< Exact >, oln::abstract::binary_image_with_dim< Dim, Exact >, oln::abstract::integer_image< Exact >, oln::abstract::integer_image_with_dim< Dim, Exact >, oln::abstract::decimal_image< Exact >, oln::abstract::decimal_image_with_dim< Dim, Exact >, and oln::abstract::non_vectorial_image< I >.

Definition at line 132 of file image_with_type_with_dim.hh.

00133       {
00134         return this->exact().assign(rhs.exact());
00135       }


The documentation for this struct was generated from the following file:
Generated on Thu Apr 15 20:14:57 2004 for Olena by doxygen 1.3.6-20040222