TuttleOFX
1
|
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
namespace | tuttle::ofx |
Functions | |
std::string | tuttle::ofx::mapStatusToString (const OfxStatus stat) |
maps status to a string | |
std::ostream & | operator<< (std::ostream &os, const OfxPlugin &v) |
std::ostream & | operator<< (std::ostream &out, const OfxPointI &p) |
std::ostream & | operator<< (std::ostream &out, const OfxPointD &p) |
std::ostream & | operator<< (std::ostream &out, const OfxRangeI &r) |
std::ostream & | operator<< (std::ostream &out, const OfxRangeD &r) |
std::ostream & | operator<< (std::ostream &out, const OfxRectI &r) |
std::ostream & | operator<< (std::ostream &out, const OfxRectD &r) |
std::ostream& operator<< | ( | std::ostream & | os, |
const OfxPlugin & | v | ||
) |
Definition at line 37 of file core.cpp.
References OfxPlugin::apiVersion, OfxPlugin::pluginApi, OfxPlugin::pluginIdentifier, OfxPlugin::pluginVersionMajor, and OfxPlugin::pluginVersionMinor.
std::ostream& operator<< | ( | std::ostream & | out, |
const OfxPointI & | p | ||
) | [inline] |
Definition at line 19 of file core.hpp.
References OfxPointI::x, and OfxPointI::y.
std::ostream& operator<< | ( | std::ostream & | out, |
const OfxPointD & | p | ||
) | [inline] |
Definition at line 24 of file core.hpp.
References OfxPointD::x, and OfxPointD::y.
std::ostream& operator<< | ( | std::ostream & | out, |
const OfxRangeI & | r | ||
) | [inline] |
Definition at line 29 of file core.hpp.
References OfxRangeI::max, and OfxRangeI::min.
std::ostream& operator<< | ( | std::ostream & | out, |
const OfxRangeD & | r | ||
) | [inline] |
Definition at line 34 of file core.hpp.
References OfxRangeD::max, and OfxRangeD::min.
std::ostream& operator<< | ( | std::ostream & | out, |
const OfxRectI & | r | ||
) | [inline] |
Definition at line 39 of file core.hpp.
References OfxRectI::x1, OfxRectI::x2, OfxRectI::y1, and OfxRectI::y2.
std::ostream& operator<< | ( | std::ostream & | out, |
const OfxRectD & | r | ||
) | [inline] |
Definition at line 44 of file core.hpp.
References OfxRectD::x1, OfxRectD::x2, OfxRectD::y1, and OfxRectD::y2.