Home
last modified time | relevance | path

Searched refs:GhtNodePtr (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libght/libght-0.1.0/src/
H A Dght.h22 typedef void* GhtNodePtr; typedef
32 GhtErr ght_node_new_from_hash(const GhtHash *hash, GhtNodePtr *node);
35 GhtErr ght_node_new_from_coordinate(const GhtCoordinate *coord, unsigned int resolution, GhtNodePtr
38 GhtErr ght_node_get_coordinate(const GhtNodePtr node, GhtCoordinate *coord);
41 GhtErr ght_node_add_attribute(GhtNodePtr node, GhtAttributePtr attribute);
44 GhtErr ght_node_get_attributes(const GhtNodePtr node, GhtAttributePtr *attr);
58 GhtErr ght_nodelist_get_node(const GhtNodeListPtr nodelist, int index, GhtNodePtr *node);
61 GhtErr ght_nodelist_add_node(GhtNodeListPtr nodelist, GhtNodePtr node);
143 GhtErr ght_tree_insert_node(GhtTreePtr tree, GhtNodePtr node);
/dports/devel/libght/libght-0.1.0/tools/
H A Dlas2ght.c458 …_node(const Las2GhtConfig *config, const Las2GhtState *state, LASPointH laspoint, GhtNodePtr *node) in l2g_build_node()
517 GhtNodePtr node; in l2g_build_tree()