Beatmup
|
#include "bitmap_access.h"
Go to the source code of this file.
Classes | |
class | Beatmup::NearestNeighborInterpolator< scanner, pixel > |
Nearest neighbour bitmap interpolation. More... | |
class | Beatmup::SingleByteBilinearInterpolator |
Single byte bitmap bilinear interpolation. More... | |
class | Beatmup::TripleByteBilinearInterpolator |
Triple byte bitmap bilinear interpolation. More... | |
class | Beatmup::QuadByteBilinearInterpolator |
Quad byte bitmap bilinear interpolation. More... | |
class | Beatmup::FloatBilinearInterpolator< scanner, pixel > |
Floating point bitmap bilinear interpolation, implemented using pixel arithmetics. More... | |
Namespaces | |
Beatmup | |
Typedefs | |
typedef NearestNeighborInterpolator< SingleByteBitmapReader, pixint1 > | Beatmup::SingleByteNearestNeighborInterpolator |
typedef NearestNeighborInterpolator< TripleByteBitmapReader, pixint3 > | Beatmup::TripleByteNearestNeighborInterpolator |
typedef NearestNeighborInterpolator< QuadByteBitmapReader, pixint4 > | Beatmup::QuadByteNearestNeighborInterpolator |
typedef NearestNeighborInterpolator< SingleFloatBitmapReader, pixfloat1 > | Beatmup::SingleFloatNearestNeighborInterpolator |
typedef NearestNeighborInterpolator< TripleFloatBitmapReader, pixfloat3 > | Beatmup::TripleFloatNearestNeighborInterpolator |
typedef NearestNeighborInterpolator< QuadFloatBitmapReader, pixfloat4 > | Beatmup::QuadFloatNearestNeighborInterpolator |
typedef FloatBilinearInterpolator< SingleFloatBitmapReader, pixfloat1 > | Beatmup::SingleFloatBilinearInterpolator |
typedef FloatBilinearInterpolator< TripleFloatBitmapReader, pixfloat3 > | Beatmup::TripleFloatBilinearInterpolator |
typedef FloatBilinearInterpolator< QuadFloatBitmapReader, pixfloat4 > | Beatmup::QuadFloatBilinearInterpolator |