|
TuttleOFX
1
|
#include "OfxhClip.hpp"#include "OfxhClipImageDescriptor.hpp"#include <tuttle/host/ofx/OfxhImage.hpp>#include <tuttle/common/ofx/imageEffect.hpp>#include <boost/serialization/serialization.hpp>#include <boost/serialization/nvp.hpp>#include <boost/serialization/export.hpp>#include <boost/ptr_container/ptr_vector.hpp>

Go to the source code of this file.
Data Structures | |
| class | tuttle::host::ofx::attribute::OfxhClipImage |
| a clip image instance More... | |
| struct | boost::is_virtual_base_of< tuttle::host::ofx::attribute::OfxhClip, tuttle::host::ofx::attribute::OfxhClipImage > |
Namespaces | |
| namespace | tuttle |
global namespace of the project | |
| namespace | tuttle::host |
Library for host. | |
| namespace | tuttle::host::ofx |
OpenFX wrapping to communicate with C API. | |
| namespace | tuttle::host::ofx::imageEffect |
| namespace | tuttle::host::ofx::attribute |
| namespace | boost |
Functions | |
| OfxhClipImage * | tuttle::host::ofx::attribute::new_clone (const OfxhClipImage &a) |
| to make ClipImageInstance clonable (for use in boost::ptr_container) | |