Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SH::ShInterp< L, T > Class Template Reference

Set Interpolation level in Texture type. More...

#include <ShInterp.hpp>

List of all members.

Public Types

typedef T::return_type return_type

Public Member Functions

 ShInterp (int width)
 ShInterp (int width, int height)
 ShInterp (int width, int height, int depth)

Static Public Member Functions

int level ()


Detailed Description

template<int L, typename T>
class SH::ShInterp< L, T >

Set Interpolation level in Texture type.

Use this template to indicate that a texture should be interpolated to a particular level L. For example, ShInterp<0, T> implies a nearest-neighbour lookup, whereas ShInterp<1, T> implies linear interpolation.

Definition at line 39 of file ShInterp.hpp.


The documentation for this class was generated from the following file:
Generated on Mon Oct 18 14:17:56 2004 for Sh by doxygen 1.3.7