#include <APSF.h>
Public Member Functions | |
| APSF (int res=512) | |
| constructor | |
| virtual | ~APSF () |
| destructor | |
| void | read (const char *filename) |
| read in an APSF file | |
| void | write (const char *filename) |
| write out an APSF file | |
| void | writePPM (const char *filename) |
| write out the current kernel to a PPM file | |
| void | generateKernelFast () |
| generate one line of the kernel and spin it radially | |
| int | res () |
| resolution of current kernel | |
| float * | kernel () |
| returns the float array for the kernel | |
1.4.6