#include <productImage.h>
Inheritance diagram for iptk::ProductImage:
Look at iptk::ArithmeticImage
for more information on usage of this class.
Public Member Functions | |
ProductImage (void) | |
Default Constructor. This constructor does nothing than creating an ProductImage object. | |
ProductImage (const ProductImage &ai) | |
Copy Constructor. | |
virtual | ~ProductImage () |
Destructor. | |
void | evaluate (void) |
The function which does the actual evaluation of the product of the images. |
|
Default Constructor.
The two operand images will have to be set using the inherited member functions, |
|
Copy Constructor. It is only a reference copier. |
|
The function which does the actual evaluation of the product of the images.
Look at Implements iptk::ArithmeticImage. |