X_IndexedLineSet 6222 src/scenegraph/x3d_nodes.c 	X_IndexedLineSet *p = (X_IndexedLineSet *) node;
X_IndexedLineSet 6245 src/scenegraph/x3d_nodes.c 		info->on_event_in = ((X_IndexedLineSet *)node)->on_set_colorIndex;
X_IndexedLineSet 6247 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_IndexedLineSet *) node)->set_colorIndex;
X_IndexedLineSet 6252 src/scenegraph/x3d_nodes.c 		info->on_event_in = ((X_IndexedLineSet *)node)->on_set_coordIndex;
X_IndexedLineSet 6254 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_IndexedLineSet *) node)->set_coordIndex;
X_IndexedLineSet 6261 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_IndexedLineSet *)node)->color;
X_IndexedLineSet 6268 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_IndexedLineSet *)node)->coord;
X_IndexedLineSet 6274 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_IndexedLineSet *) node)->colorIndex;
X_IndexedLineSet 6280 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_IndexedLineSet *) node)->colorPerVertex;
X_IndexedLineSet 6286 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_IndexedLineSet *) node)->coordIndex;
X_IndexedLineSet 6293 src/scenegraph/x3d_nodes.c 		info->far_ptr = & ((X_IndexedLineSet *)node)->metadata;
X_IndexedLineSet 6317 src/scenegraph/x3d_nodes.c 	X_IndexedLineSet *p;
X_IndexedLineSet 6318 src/scenegraph/x3d_nodes.c 	GF_SAFEALLOC(p, X_IndexedLineSet);