![]() |
Oyranos
0.9.7
Oyranos is a full featured Color Management System
|
#include "oyFilterCore_s.h"
#include "oyOptions_s.h"
#include "oyFilterPlug_s.h"
#include "oyPixelAccess_s.h"
Macros | |
#define | OY_FILTEREDGE_FREE 0x01 |
#define | OY_FILTEREDGE_CONNECTED 0x02 |
#define | OY_FILTEREDGE_LASTTYPE 0x04 |
Enumerations |
Functions | |
char | oyFilterRegistrationModify (const char *registration, oyFILTER_REG_MODE_e mode, char **result, oyAlloc_f allocateFunc) |
process a registration string More... | |
[Template file inheritance graph] +– oyranos_module.template.h
Oyranos is an open source Color Management System
#define OY_FILTEREDGE_CONNECTED 0x02 |
#define OY_FILTEREDGE_FREE 0x01 |
list free edges
Referenced by oyFilterNode_s::oyFilterNode_Connect().
#define OY_FILTEREDGE_LASTTYPE 0x04 |
list last type edges
char oyFilterRegistrationModify | ( | const char * | registration, |
oyFILTER_REG_MODE_e | mode, | ||
char ** | result, | ||
oyAlloc_f | allocateFunc | ||
) |
process a registration string
A semantical overview is given in Backend Modules.
[in] | registration | registration key |
[in] | mode | the processing rule |
[out] | result | allocated by allocateFunc |
[in] | allocateFunc | optional user allocator; defaults to oyAllocateFunc_ |
References OY_SLASH, and OY_SLASH_C.