Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

TentFilter Class Reference

A simple TentFilter. More...

#include <filters/TentFilter.h>

Inheritance diagram for TentFilter:

Inheritance graph
[legend]
List of all members.

Public Member Functions

void filter (Vector2 *samples, int num_samples) const
void filter (Vector2 &sample)

Detailed Description

A simple TentFilter.


Member Function Documentation

void TentFilter::filter Vector2 samples,
int  num_samples
const [virtual]
 

Warp the array of samples in place.

Parameters:
[in,out] samples The array of samples to be warped.
[in] num_samples The number of samples in the array.
Returns:
The samples will be warped according to the filter kernel.

Implements Filter.

void TentFilter::filter Vector2 sample  )  [virtual]
 

Warp a single sample in place.

Parameters:
[in,out] sample The sample to be warped.
Returns:
The sample will be warped according to the filter kernel.

Implements Filter.


The documentation for this class was generated from the following files:
Generated on Wed Jul 20 16:15:29 2005 for galileo by  doxygen 1.4.3