XIOS
1.0
Xml I/O Server
|
#include <boost/multi_array.hpp>
#include "xios.hpp"
#include "object_template.hpp"
#include "group_template.hpp"
#include "attribute_template.hpp"
#include "icutil.hpp"
#include "timer.hpp"
#include "interpolate_domain.hpp"
#include "interpolate_axis.hpp"
Aller au code source de ce fichier.
Définitions de type | |
typedef xios::CInterpolateDomain * | XInterpolateDomainPtr |
typedef xios::CInterpolateAxis * | XInterpolateAxisPtr |
Fonctions | |
void | cxios_interpolate_domain_handle_create (XInterpolateDomainPtr *_ret, const char *_id, int _id_len) TRY |
CATCH_DUMP_STACK void | cxios_interpolate_domain_valid_id (bool *_ret, const char *_id, int _id_len) TRY |
CATCH_DUMP_STACK void | cxios_interpolate_axis_handle_create (XInterpolateAxisPtr *_ret, const char *_id, int _id_len) TRY |
CATCH_DUMP_STACK void | cxios_interpolate_axis_valid_id (bool *_ret, const char *_id, int _id_len) TRY |
Définition à la ligne 25 du fichier icinterpolate.cpp.
Définition à la ligne 24 du fichier icinterpolate.cpp.
CATCH_DUMP_STACK void cxios_interpolate_axis_handle_create | ( | XInterpolateAxisPtr * | _ret, |
const char * | _id, | ||
int | _id_len | ||
) |
Définition à la ligne 53 du fichier icinterpolate.cpp.
Références cstr2string(), et xios::CObjectTemplate< CInterpolateAxis >::get().
CATCH_DUMP_STACK void cxios_interpolate_axis_valid_id | ( | bool * | _ret, |
const char * | _id, | ||
int | _id_len | ||
) |
Définition à la ligne 65 du fichier icinterpolate.cpp.
Références cstr2string(), et xios::CObjectTemplate< CInterpolateAxis >::has().
void cxios_interpolate_domain_handle_create | ( | XInterpolateDomainPtr * | _ret, |
const char * | _id, | ||
int | _id_len | ||
) |
Définition à la ligne 28 du fichier icinterpolate.cpp.
Références cstr2string(), et xios::CObjectTemplate< CInterpolateDomain >::get().
CATCH_DUMP_STACK void cxios_interpolate_domain_valid_id | ( | bool * | _ret, |
const char * | _id, | ||
int | _id_len | ||
) |
Définition à la ligne 40 du fichier icinterpolate.cpp.
Références cstr2string(), et xios::CObjectTemplate< CInterpolateDomain >::has().