![]() |
Oyranos
0.9.7
Oyranos is a full featured Color Management System
|
meta module for C language module support in Oyranos More...
#include "oyranos_config_internal.h"
#include "oyCMM_s.h"
#include "oyCMMapi4_s_.h"
#include "oyranos_cmm.h"
#include "oyranos_cmm_oyIM.h"
#include "oyranos_helper.h"
#include "oyranos_icc.h"
#include "oyranos_i18n.h"
#include "oyranos_io.h"
#include "oyranos_definitions.h"
#include "oyranos_string.h"
#include "oyranos_texts.h"
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Functions | |
oyCMMapiFilter_s * | oyIMFilterLoad (oyPointer data OY_UNUSED, size_t size OY_UNUSED, const char *file_name, oyOBJECT_e type, int num) |
oyIM oyCMMapi5_s implementation More... | |
int | oyIMFilterScan (oyPointer data OY_UNUSED, size_t size OY_UNUSED, const char *lib_name, oyOBJECT_e type, int num, char **registration, char **name, oyAlloc_f allocateFunc, oyCMMinfo_s **info, oyObject_s object) |
oyIM oyCMMapi5_s implementation More... | |
Variables | |
oyCMMapi5_s_ | oyIM_api5_meta_c |
oyIM oyCMMapi5_s implementation More... | |
meta module for C language module support in Oyranos
Oyranos is an open source Color Management System
oyCMMapiFilter_s* oyIMFilterLoad | ( | oyPointer data | OY_UNUSED, |
size_t size | OY_UNUSED, | ||
const char * | file_name, | ||
oyOBJECT_e | type, | ||
int | num | ||
) |
oyIM oyCMMapi5_s implementation
A filter interpreter loading. This function implements oyCMMFilterLoad_f for oyCMMapi5_s::oyCMMFilterLoad().
int oyIMFilterScan | ( | oyPointer data | OY_UNUSED, |
size_t size | OY_UNUSED, | ||
const char * | lib_name, | ||
oyOBJECT_e | type, | ||
int | num, | ||
char ** | registration, | ||
char ** | name, | ||
oyAlloc_f | allocateFunc, | ||
oyCMMinfo_s ** | info, | ||
oyObject_s | object | ||
) |
oyIM oyCMMapi5_s implementation
A interpreter preview for filters. This function implements oyCMMFilterScan_f for oyCMMapi5_s::oyCMMFilterScan().
References oyCMM_s::api, OY_MODULE_NAME, and oyNAME_NAME.
oyCMMapi5_s_ oyIM_api5_meta_c |
oyIM oyCMMapi5_s implementation
oyIM_api5 a interpreter for imaging modules