TuttleOFX  1
core.hpp File Reference
#include <ofxCore.h>
#include <ostream>
Include dependency graph for core.hpp:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const OfxPlugin v 
)
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.