29#include <Inventor/C/XML/types.h>
37COIN_DLL_API cc_xml_path * cc_xml_path_new(
void);
38COIN_DLL_API
void cc_xml_path_delete_x(cc_xml_path * path);
40COIN_DLL_API
void cc_xml_path_clear_x(cc_xml_path * path);
41COIN_DLL_API
void cc_xml_path_set_x(cc_xml_path * path, ...);
42COIN_DLL_API
void cc_xml_path_copy_x(cc_xml_path * path, cc_xml_path * path2);
43COIN_DLL_API
void cc_xml_path_reverse_x(cc_xml_path * path);
45COIN_DLL_API
int cc_xml_path_get_length(
const cc_xml_path * path);
46COIN_DLL_API
const char * cc_xml_path_get_type(
const cc_xml_path * path,
int idx);
47COIN_DLL_API
int cc_xml_path_get_index(
const cc_xml_path * path,
int idx);
48COIN_DLL_API
int cc_xml_path_match_p(
const cc_xml_path * path,
const cc_xml_elt * elt);
50COIN_DLL_API
void cc_xml_path_append_x(cc_xml_path * path,
const char * elt,
int idx);
51COIN_DLL_API
void cc_xml_path_append_path_x(cc_xml_path * path, cc_xml_path * path2);
52COIN_DLL_API
void cc_xml_path_prepend_x(cc_xml_path * path,
const char * elt,
int idx);
53COIN_DLL_API
void cc_xml_path_prepend_path_x(cc_xml_path * path, cc_xml_path * path2);
54COIN_DLL_API
void cc_xml_path_truncate_x(cc_xml_path * path,
int length);
56COIN_DLL_API
void cc_xml_path_dump(
const cc_xml_path * path);
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.