#include <vattachmentpoint.h>
Inheritance diagram for VAttachmentPoint:

Public Member Functions | |
| VAttachmentPoint (RenderEngine *renderengine, Plugin *plugin) | |
| ~VAttachmentPoint () | |
| void | delete_buffer_vector () |
| void | new_buffer_vector (int width, int height, int colormodel) |
| void | render (VFrame *output, int buffer_number, int64_t start_position, double frame_rate, int debug_render) |
| void | dispatch_plugin_server (int buffer_number, int64_t current_position, int64_t fragment_size) |
| int | get_buffer_size () |
Public Attributes | |
| VFrame ** | buffer_vector |
Definition at line 8 of file vattachmentpoint.h.
|
||||||||||||
|
Definition at line 13 of file vattachmentpoint.C. References buffer_vector. |
|
|
Definition at line 19 of file vattachmentpoint.C. References delete_buffer_vector(). |
|
|
Reimplemented from AttachmentPoint. Definition at line 24 of file vattachmentpoint.C. References buffer_vector, and AttachmentPoint::virtual_plugins. Referenced by new_buffer_vector(), and ~VAttachmentPoint(). |
|
||||||||||||||||
|
|
|
|
Reimplemented from AttachmentPoint. Definition at line 61 of file vattachmentpoint.C. |
|
||||||||||||||||
|
Definition at line 36 of file vattachmentpoint.C. References buffer_vector, delete_buffer_vector(), and AttachmentPoint::virtual_plugins. Referenced by render(). |
|
||||||||||||||||||||||||
|
|
Definition at line 26 of file vattachmentpoint.h. Referenced by delete_buffer_vector(), new_buffer_vector(), render(), and VAttachmentPoint(). |
1.4.4