eLynx SDK v3.0.1
C++ image processing API reference

eLynx::Math::IResampleFilter Class Reference

#include <IResampleFilter.h>

List of all members.


Public Member Functions

virtual ~IResampleFilter ()
virtual double GetRadius () const =0
virtual double GetValue (double iX) const =0

Detailed Description

Definition at line 26 of file IResampleFilter.h.


Constructor & Destructor Documentation

virtual eLynx::Math::IResampleFilter::~IResampleFilter (  )  [virtual]


Member Function Documentation

virtual double eLynx::Math::IResampleFilter::GetRadius (  )  const [pure virtual]

Get radius of the filter.

Returns:
the radius of the filter.

virtual double eLynx::Math::IResampleFilter::GetValue ( double  iX  )  const [pure virtual]

Get the filter value at position iX.

Parameters:
iX the input value.
Returns:
the filter value at position iX.


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

Generated on 14 Apr 2009 by doxygen 1.5.8