Mir 1.0
Mir application programming interface

Functions

mirkl_error_tmirm_edint_instance_create (mirkl_object_t **obj, mirkl_uint32_t flags, mir_prsdata_t *pp, apr_pool_t *pool, apr_pool_t *tmp_pool)
 

Variables

mirkl_object_t * SVectorClass
 
mirkl_object_t * GEDBackgroundClass
 
mirkl_object_t * GEDIntensityClass
 
mirkl_object_t * GEDTotalIntensityClass
 
mirkl_object_t * GEDAtomicIntensityClass
 
mirkl_object_t * GEDMolIntensityClass
 
int ModtGEDIntensity
 

Detailed Description

Function Documentation

◆ mirm_edint_instance_create()

mirkl_error_t * mirm_edint_instance_create ( mirkl_object_t **  obj,
mirkl_uint32_t  flags,
mir_prsdata_t *  pp,
apr_pool_t *  pool,
apr_pool_t *  tmp_pool 
)

Creation of EDInt object.

Parameters
[out]objReference to the created object.
flagsFlags of the object.
ppReference to the parser data structure.
poolThe pool to use for allocations of object structures. Should be valid as long as the created object lives.
tmp_poolThe pool for temporary allocations. Can be deleted after calling this function.