RAWK
Gigapixel Raw Image Processing Toolkit
 All Classes Functions Variables Pages
Public Member Functions | List of all members
rawf Class Reference

Single precision floating point RAW adapter.

#include <raw.hpp>

Inheritance diagram for rawf:
raw

Public Member Functions

 rawf (std::string a, size_t o, size_t h, size_t w, size_t d, bool m)
 
void put (int i, int j, int k, double d)
 
double get (int i, int j, int k) const
 
- Public Member Functions inherited from raw
 raw (std::string name, size_t start, size_t height, size_t width, size_t depth, size_t size, bool write)
 
std::string get_name () const
 
int get_height () const
 
int get_width () const
 
int get_depth () const
 

Additional Inherited Members

- Protected Member Functions inherited from raw
const void * data (int i, int j, int k) const
 
void * data (int i, int j, int k)
 
- Protected Attributes inherited from raw
std::string name
 
size_t start
 
size_t height
 
size_t width
 
size_t depth
 
size_t size
 
int file
 
void * buffer
 
void * pixels
 

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