TuttleOFX  1
Core.hpp File Reference
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.

Data Structures

class  tuttle::host::Core

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::host
 

Library for host.


Defines

#define TUTTLE_HOST_VERSION_MAJOR   0
#define TUTTLE_HOST_VERSION_MINOR   8
#define TUTTLE_HOST_VERSION_MICRO   0
#define TUTTLE_HOST_VERSION_STR   BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MAJOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MINOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MICRO)

Functions

Core & tuttle::host::core ()

Define Documentation

#define TUTTLE_HOST_VERSION_MAJOR   0

Definition at line 16 of file Core.hpp.

#define TUTTLE_HOST_VERSION_MICRO   0

Definition at line 18 of file Core.hpp.

#define TUTTLE_HOST_VERSION_MINOR   8

Definition at line 17 of file Core.hpp.

#define TUTTLE_HOST_VERSION_STR   BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MAJOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MINOR) "." BOOST_PP_STRINGIZE(TUTTLE_HOST_VERSION_MICRO)

Definition at line 20 of file Core.hpp.

Referenced by main().