![]() |
Oyranos Colour Management System API |
Context convertor. More...
#include <oyCMMapi6_s.h>
Public Types | |
typedef int(* | oyModuleData_Convert_f )(oyPointer_s *data_in, oyPointer_s *data_out, oyFilterNode_s *node) |
convert between data formats More... | |
![]() | |
typedef int(* | oyCMMInit_f )(oyStruct_s *filter) |
optional CMM init function More... | |
typedef int(* | oyCMMMessageFuncSet_f )(oyMessage_f message_func) |
optionaly sets a CMM message function More... | |
typedef int(* | oyCMMCanHandle_f )(oyCMMQUERY_e type, uint32_t value) |
CMM feature declaration function. More... | |
typedef int(* | oyCMMOptions_Check_f )(oyOptions_s *validate) |
a function to check options More... | |
Public Member Functions | |
OYAPI oyCMMapi6_s *OYEXPORT | oyCMMapi6_New (oyObject_s object) |
allocate a new CMMapi6 object More... | |
OYAPI oyCMMapi6_s *OYEXPORT | oyCMMapi6_Copy (oyCMMapi6_s *cmmapi6, oyObject_s object) |
copy or reference a CMMapi6 object More... | |
OYAPI int OYEXPORT | oyCMMapi6_Release (oyCMMapi6_s **cmmapi6) |
release and possibly deallocate a oyCMMapi6_s object More... | |
void | oyCMMapi6_Release__Members (oyCMMapi6_s_ *cmmapi6) |
Custom CMMapi6 destructor. More... | |
int | oyCMMapi6_Init__Members (oyCMMapi6_s_ *cmmapi6) |
Custom CMMapi6 constructor. More... | |
int | oyCMMapi6_Copy__Members (oyCMMapi6_s_ *dst, oyCMMapi6_s_ *src) |
Custom CMMapi6 copy constructor. More... | |
![]() | |
OYAPI oyCMMapiFilter_s *OYEXPORT | oyCMMapiFilter_New (oyObject_s object) |
allocate a new CMMapiFilter object More... | |
OYAPI oyCMMapiFilter_s *OYEXPORT | oyCMMapiFilter_Copy (oyCMMapiFilter_s *cmmapifilter, oyObject_s object) |
copy or reference a CMMapiFilter object More... | |
OYAPI int OYEXPORT | oyCMMapiFilter_Release (oyCMMapiFilter_s **cmmapifilter) |
release and possibly deallocate a oyCMMapiFilter_s object More... | |
void | oyCMMapiFilter_Release__Members (oyCMMapiFilter_s_ *cmmapifilter) |
Custom CMMapiFilter destructor. More... | |
int | oyCMMapiFilter_Init__Members (oyCMMapiFilter_s_ *cmmapifilter) |
Custom CMMapiFilter constructor. More... | |
int | oyCMMapiFilter_Copy__Members (oyCMMapiFilter_s_ *dst, oyCMMapiFilter_s_ *src) |
Custom CMMapiFilter copy constructor. More... | |
![]() | |
OYAPI oyCMMapi_s *OYEXPORT | oyCMMapi_New (oyObject_s object) |
allocate a new CMMapi object More... | |
OYAPI oyCMMapi_s *OYEXPORT | oyCMMapi_Copy (oyCMMapi_s *cmmapi, oyObject_s object) |
copy or reference a CMMapi object More... | |
OYAPI int OYEXPORT | oyCMMapi_Release (oyCMMapi_s **cmmapi) |
release and possibly deallocate a oyCMMapi_s object More... | |
void | oyCMMapi_Release__Members (oyCMMapi_s_ *cmmapi) |
Custom CMMapi destructor. More... | |
int | oyCMMapi_Init__Members (oyCMMapi_s_ *cmmapi) |
Custom CMMapi constructor. More... | |
int | oyCMMapi_Copy__Members (oyCMMapi_s_ *dst, oyCMMapi_s_ *src) |
Custom CMMapi copy constructor. More... | |
![]() | |
const char * | oyStruct_GetText (oyStruct_s *obj, oyNAME_e name_type, uint32_t flags) |
get a text dump More... | |
Data Fields | |
oyStruct_Copy_f | copy |
oyStruct_Release_f | release |
![]() | |
oyStruct_Copy_f | copy |
oyStruct_Release_f | release |
![]() | |
oyStruct_Copy_f | copy |
oyStruct_Release_f | release |
![]() | |
oyStruct_Copy_f | copy |
oyStruct_Release_f | release |
Context convertor.
OYAPI oyCMMapi6_s *OYEXPORT oyCMMapi6_Copy | ( | oyCMMapi6_s * | cmmapi6, |
oyObject_s | object | ||
) |
copy or reference a CMMapi6 object
Function oyCMMapi6_Copy
The function is for copying and for referencing. The reference is the most often used way, which saves resourcs and time.
[in] | cmmapi6 | CMMapi6 struct object |
object | NULL - means reference, the optional object triggers a real copy |
References oyOBJECT_CMM_API6_S.
int oyCMMapi6_Copy__Members | ( | oyCMMapi6_s_ * | dst, |
oyCMMapi6_s_ * | src | ||
) |
Custom CMMapi6 copy constructor.
Function oyCMMapi6_Copy__Members
int oyCMMapi6_Init__Members | ( | oyCMMapi6_s_ * | cmmapi6 | ) |
Custom CMMapi6 constructor.
Function oyCMMapi6_Init__Members
OYAPI oyCMMapi6_s *OYEXPORT oyCMMapi6_New | ( | oyObject_s | object | ) |
OYAPI int OYEXPORT oyCMMapi6_Release | ( | oyCMMapi6_s ** | cmmapi6 | ) |
release and possibly deallocate a oyCMMapi6_s object
Function oyCMMapi6_Release
[in,out] | cmmapi6 | CMMapi6 struct object |
References oyOBJECT_CMM_API6_S.
void oyCMMapi6_Release__Members | ( | oyCMMapi6_s_ * | cmmapi6 | ) |
Custom CMMapi6 destructor.
Function oyCMMapi6_Release__Members
oyStruct_Copy_f oyCMMapi6_s::copy |
copy function
oyStruct_Release_f oyCMMapi6_s::release |
release function