add : add graph map and iterator #6

Closed
kenter7317 wants to merge 1 commit from kenter7317/frdl-core:matrix-tree into master
Contributor

requested by @dalmurii

types

struct frdl_map_iter

iterator 2-dimentional pos data configured by x,y

struct frdl_map_range

1-dimentional range data configured by start, end

frdl_map_node

temporal real node object configure struct frdl_map_iter and frdl_map_node_event

frdl_map_node_event

node kinds int data

frdl_map_cfg()

map config function

frdl_map_get_pos_count()

return where is real pos number of event_data array

frdl_map_gen_init_node()

retrun map's first node

frdl_map_gen_node()

return real node object (for expand)

frdl_map_get_next_node_range()

return next_node range

requested by @dalmurii ## types ### struct frdl_map_iter iterator 2-dimentional pos data configured by x,y ### struct frdl_map_range 1-dimentional range data configured by start, end ### frdl_map_node temporal real node object configure struct frdl_map_iter and frdl_map_node_event ### frdl_map_node_event node kinds int data ### frdl_map_cfg() map config function ### frdl_map_get_pos_count() return where is real pos number of event_data array ### frdl_map_gen_init_node() retrun map's first node ### frdl_map_gen_node() return real node object (for expand) ### frdl_map_get_next_node_range() return next_node range
Author
Contributor

this total structure is formulated for expanding ability and various ability.

this total structure is formulated for expanding ability and various ability.
dalmurii closed this pull request 2026-06-24 14:17:33 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
frdl/core!6
No description provided.