SPATMOD::IMAGE::FILTER_DIVIDE Class Reference

Filter to divide image 'dividend' by image 'divisor' Allows division of multiple components or combination of single and multi-component images. More...

#include <spatmod/imagefilterdivide.h>

Inheritance diagram for SPATMOD::IMAGE::FILTER_DIVIDE:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 FILTER_DIVIDE (STAGE *pStageDividend, bool TakeOwnershipDividend, STAGE *pStageDivisor, bool TakeOwnershipDivisor, const PIXEL *pPixelProperties=0)
virtual ~FILTER_DIVIDE ()

Detailed Description

Filter to divide image 'dividend' by image 'divisor' Allows division of multiple components or combination of single and multi-component images.

Multi-component stages must have same number of components.


Constructor & Destructor Documentation

SPATMOD::IMAGE::FILTER_DIVIDE::FILTER_DIVIDE ( STAGE pStageDividend,
bool  TakeOwnershipDividend,
STAGE pStageDivisor,
bool  TakeOwnershipDivisor,
const PIXEL pPixelProperties = 0 
)

Both stages must have same total dimensions.

If no pixel properties are specified, the resulting sample data types will either be single or double precision float

Parameters:
pStageDividend Pointer to first stage
TakeOwnershipDividend Filter takes ownership of previous stage and will delete when needed
pStageDivisor Point to second stage
TakeOwnershipDivisor Filter takes ownership of previous stage and will delete when needed
pPixelProperties Resulting pixel properties, 0 to automatically determine
virtual SPATMOD::IMAGE::FILTER_DIVIDE::~FILTER_DIVIDE (  )  [virtual]

The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:39:35 2012 for TNTsdk 2012 by  doxygen 1.6.1