#include <rotateframe.h>
Inheritance diagram for RotateEngine:

Public Member Functions | |
| RotateEngine (RotateFrame *plugin, int row1, int row2) | |
| ~RotateEngine () | |
| int | generate_matrix (int interpolate) |
| int | perform_rotation (VFrame *input, VFrame *output, int interpolate) |
| int | wait_completion () |
| int | create_matrix () |
| int | coords_to_pixel (int &input_y, int &input_x) |
| int | coords_to_pixel (SourceCoord &float_pixel, float &input_y, float &input_x) |
| int | perform_rotation () |
| void | run () |
Public Attributes | |
| int | row1 |
| int | row2 |
| int | interpolate |
| int | do_matrix |
| int | do_rotation |
| int | done |
| RotateFrame * | plugin |
| Condition * | input_lock |
| Condition * | output_lock |
| VFrame * | output |
| VFrame * | input |
Definition at line 59 of file rotateframe.h.
|
||||||||||||||||
|
Definition at line 373 of file rotateframe.C. |
|
|
Definition at line 384 of file rotateframe.C. |
|
||||||||||||||||
|
Definition at line 436 of file rotateframe.C. |
|
||||||||||||
|
Definition at line 423 of file rotateframe.C. |
|
|
Definition at line 452 of file rotateframe.C. |
|
|
Definition at line 396 of file rotateframe.C. |
|
|
Definition at line 604 of file rotateframe.C. |
|
||||||||||||||||
|
Definition at line 404 of file rotateframe.C. |
|
|
Implements Thread. Definition at line 688 of file rotateframe.C. |
|
|
Definition at line 417 of file rotateframe.C. |
|
|
Definition at line 78 of file rotateframe.h. |
|
|
Definition at line 78 of file rotateframe.h. |
|
|
Definition at line 79 of file rotateframe.h. |
|
|
Definition at line 84 of file rotateframe.h. |
|
|
Definition at line 81 of file rotateframe.h. |
|
|
Definition at line 77 of file rotateframe.h. |
|
|
Definition at line 83 of file rotateframe.h. |
|
|
Definition at line 82 of file rotateframe.h. |
|
|
Definition at line 80 of file rotateframe.h. |
|
|
Definition at line 76 of file rotateframe.h. |
|
|
Definition at line 76 of file rotateframe.h. |
1.4.4