SPATMOD::IMAGE::FILTER_GAPFILL Class Reference

Filter to fill gaps in image. More...

#include <spatmod/imagefiltergapfill.h>

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

List of all members.

Public Types

enum  METHOD { METHOD_None = 0, METHOD_Nearest, METHOD_InverseLinear, METHOD_InverseSquare }

Public Member Functions

 FILTER_GAPFILL (STAGE *pPreviousStage, bool TakeOwnership, METHOD Method, INT32 GapWidth)
virtual ~FILTER_GAPFILL ()

Detailed Description

Filter to fill gaps in image.


Member Enumeration Documentation

Enumerator:
METHOD_None 
METHOD_Nearest 
METHOD_InverseLinear 
METHOD_InverseSquare 

Constructor & Destructor Documentation

SPATMOD::IMAGE::FILTER_GAPFILL::FILTER_GAPFILL ( STAGE pPreviousStage,
bool  TakeOwnership,
METHOD  Method,
INT32  GapWidth 
)

Constructor.

Parameters:
pPreviousStage Pointer to previous stage
TakeOwnership Filter takes ownership of previous stage and will delete when needed
Method Filling method
GapWidth Gap width in cells (1-15)
virtual SPATMOD::IMAGE::FILTER_GAPFILL::~FILTER_GAPFILL (  )  [virtual]

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

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