Image::Image
Copyright (C) 2005 IENT-RWTH Aachen
Image::Image()
template<class A> Image::Image(const A &a)
template<class A,class B> Image::Image(const A &a, const B &b)
template<class A,class B,class C> Image::Image(const A &a, const B &b, const C &c)
Builds an instance of the object
Remarks
This builds an instance of the object out of its parameters.