SPATMOD::IMAGE::FILTER_COMPOSITE Class Reference

Filter to create composite image from multiple source images. More...

#include <spatmod/imagefiltercomposite.h>

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

List of all members.

Public Member Functions

 FILTER_COMPOSITE (STAGE_ARRAY &PreviousStages, bool TakeOwnership, PIXEL::TYPE PixelType=PIXEL::TYPE_Invalid)
virtual ~FILTER_COMPOSITE ()

Detailed Description

Filter to create composite image from multiple source images.

If any source stage has a pixel type of Indexed it will be converted to non-indexed (using FILTER_DEINDEX).


Constructor & Destructor Documentation

SPATMOD::IMAGE::FILTER_COMPOSITE::FILTER_COMPOSITE ( STAGE_ARRAY PreviousStages,
bool  TakeOwnership,
PIXEL::TYPE  PixelType = PIXEL::TYPE_Invalid 
)

Construct using array of previous stage pointers and common ownership.

All previous stages must have same total dimensions. If pixel type is specified it must be appropriate for final number of samples or error will be returned from Initialize.

Parameters:
PreviousStages Array of previous stages
TakeOwnership Filter takes ownership of previous stages and will delete when needed
PixelType Pixel type override, TYPE_Invalid to determine automatically
virtual SPATMOD::IMAGE::FILTER_COMPOSITE::~FILTER_COMPOSITE (  )  [virtual]

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

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