oln::abstract::image_with_type< T, Exact > Class Template Reference

#include <image_with_type.hh>

Inheritance diagram for oln::abstract::image_with_type< T, Exact >:

Inheritance graph
[legend]
Collaboration diagram for oln::abstract::image_with_type< T, Exact >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef image< Exact > super_type
typedef image_with_type< T,
Exact > 
self_type
typedef Exact exact_type

Public Member Functions

exact_typeoperator= (self_type rhs)
 Shallow copy from rhs to the current image, the points will not be duplicated but shared between the two images.

Static Public Member Functions

static std::string name ()

Detailed Description

template<class T, class Exact>
class oln::abstract::image_with_type< T, Exact >

The template parameter T gives the value_type of the image.

Definition at line 71 of file image_with_type.hh.


Member Typedef Documentation

template<class T, class Exact>
typedef image<Exact> oln::abstract::image_with_type< T, Exact >::super_type

The base class whom derives image_with_type.

Definition at line 75 of file image_with_type.hh.


Member Function Documentation

template<class T, class Exact>
exact_type& oln::abstract::image_with_type< T, Exact >::operator= ( self_type  rhs  )  [inline]

Shallow copy from rhs to the current image, the points will not be duplicated but shared between the two images.

See also:
image::clone()

Reimplemented from oln::abstract::image< Exact >.

Reimplemented in oln::abstract::data_type_image< Exact >, oln::abstract::data_type_image_with_dim< Dim, Exact >, oln::abstract::vectorial_image< Exact >, oln::abstract::vectorial_image_with_dim< Dim, 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 >, and oln::abstract::decimal_image_with_dim< Dim, Exact >.

Definition at line 87 of file image_with_type.hh.

00088       {
00089         return this->exact().assign(rhs.exact());
00090       }


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