Home
last modified time | relevance | path

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

/dports/devel/libght/libght-0.1.0/src/
H A Dght.h23 typedef void* GhtAttributePtr; typedef
41 GhtErr ght_node_add_attribute(GhtNodePtr node, GhtAttributePtr attribute);
44 GhtErr ght_node_get_attributes(const GhtNodePtr node, GhtAttributePtr *attr);
75 GhtErr ght_attribute_new_from_double(const GhtDimensionPtr dim, double val, GhtAttributePtr *attr);
78 GhtErr ght_attribute_get_next(const GhtAttributePtr attr, GhtAttributePtr *nextattr);
81 GhtErr ght_attribute_get_dimension(const GhtAttributePtr attr, const GhtDimensionPtr *dim);
/dports/devel/libght/libght-0.1.0/tools/
H A Dlas2ght.c463 GhtAttributePtr attribute; in l2g_build_node()