#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Image/vec2.h"
#include "rutz/rand.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | ArrayItem |
class | BarItem |
class | CircleItem |
class | SquareItem |
class | BlobItem |
class | ArrayCreator |
struct | ArrayCreator::RF |
Enumerations | |
enum | ItemType { BARV, BARH, CIRCLE, SQUARE, BLOB } |
enum | ColorSpace { RGB, HSV, DKL } |
Functions | |
std::string | convertToString (const ItemType &itemtype) |
Dims overload: format is "<ItemType>". | |
void | convertFromString (const std::string &str, ItemType &itemtype) |
Dims overload: format is "<ItemType>". | |
std::string | convertToString (const ColorSpace &colorspace) |
Dims overload: format is "<ColorSpace>". | |
void | convertFromString (const std::string &str, ColorSpace &colorspace) |
Dims overload: format is "<ColorSpace>". | |
Variables | |
const ModelOptionCateg | MOC_PSYCHOARRAYCREATOR |
Command line options that could be used with the ArrayCreator object. | |
const ModelOptionDef | OPT_ACFileName |
const ModelOptionDef | OPT_ACItemRadius |
const ModelOptionDef | OPT_ACJitterLevel |
const ModelOptionDef | OPT_ACBackgroundColor |
const ModelOptionDef | OPT_ACPpdX |
const ModelOptionDef | OPT_ACPpdY |
const ModelOptionDef | OPT_ACPermuteTargs |
create search arrays
Definition in file ArrayCreator.H.
void convertFromString | ( | const std::string & | str, | |
ColorSpace & | colorspace | |||
) |
Dims overload: format is "<ColorSpace>".
Definition at line 158 of file ArrayCreator.C.
void convertFromString | ( | const std::string & | str, | |
ItemType & | itemtype | |||
) |
Dims overload: format is "<ItemType>".
Definition at line 122 of file ArrayCreator.C.
std::string convertToString | ( | const ColorSpace & | colorspace | ) |
Dims overload: format is "<ColorSpace>".
Definition at line 139 of file ArrayCreator.C.
std::string convertToString | ( | const ItemType & | itemtype | ) |
Dims overload: format is "<ItemType>".
Definition at line 99 of file ArrayCreator.C.
Command line options that could be used with the ArrayCreator object.
ArrayCreator options
Definition at line 49 of file ArrayCreator.C.