PICCANTE  0.4
The hottest HDR imaging library!
Public Member Functions | Public Attributes | List of all members
pic::CachedTable Class Reference

The CachedTable class. More...

#include <cached_table.hpp>

Public Member Functions

 CachedTable (int patchSize, int width, int height)
 CachedTable creates a precomputed table of sin and cos values. More...
 

Public Attributes

int n
 
float COS_TABLE [512]
 
float SIN_TABLE [512]
 
float * PATCH
 
float inv_width
 
float inv_height
 

Detailed Description

The CachedTable class.

Constructor & Destructor Documentation

◆ CachedTable()

pic::CachedTable::CachedTable ( int  patchSize,
int  width,
int  height 
)
inline

CachedTable creates a precomputed table of sin and cos values.

Parameters
patchSizeis the size of the patch.
widthis the width of the image.
heightis the height of the image.

Member Data Documentation

◆ COS_TABLE

float pic::CachedTable::COS_TABLE[512]

◆ inv_height

float pic::CachedTable::inv_height

◆ inv_width

float pic::CachedTable::inv_width

◆ n

int pic::CachedTable::n

◆ PATCH

float* pic::CachedTable::PATCH

◆ SIN_TABLE

float pic::CachedTable::SIN_TABLE[512]

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