TuttleOFX  1
pattern.tests.cpp File Reference
#include <boost/test/included/unit_test.hpp>
#include <pattern.hpp>
Include dependency graph for pattern.tests.cpp:

Go to the source code of this file.

Data Structures

struct  test1

Functions

test_suite * init_unit_test_suite (int argc, char **argv)

Variables

struct {
   int   width
   int   height
   int   bytes_per_pixel
   char   pixel_data [16 *16 *3+1]
gimp_image

Function Documentation

test_suite* init_unit_test_suite ( int  argc,
char **  argv 
)

Definition at line 80 of file pattern.tests.cpp.


Variable Documentation

Definition at line 13 of file pattern.tests.cpp.

struct { ... } gimp_image [static]

Referenced by test1::operator()().

int height

Definition at line 12 of file pattern.tests.cpp.

char pixel_data[16 *16 *3+1]

Definition at line 14 of file pattern.tests.cpp.

int width

Definition at line 11 of file pattern.tests.cpp.